Skip to content

Commit

Permalink
Update README.md with Known Limitations section
Browse files Browse the repository at this point in the history
Documenting that enum variants having the same name as their member type causes an C# error in name resolution.
  • Loading branch information
itrumper authored Dec 16, 2023
1 parent dc2fac7 commit b7962cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ The following uniffi features are unsupported.

- Async functions [#41](https://github.com/NordSecurity/uniffi-bindgen-cs/issues/41)

# Known Limitations

The following valid Rust type definitions fail to be converted properly, but a simple work-around is given:

- Enum variants having the same name as their member type [#60](https://github.com/NordSecurity/uniffi-bindgen-cs/issues/60)

# Configuration options

It's possible to [configure some settings](docs/CONFIGURATION.md) by passing `--config`
Expand Down

0 comments on commit b7962cb

Please sign in to comment.