Kristupas Antanavicius
Kristupas Antanavicius
[We are running into a simillar issue](https://github.com/NordSecurity/uniffi-bindgen-cs/pull/56). It would be convenient to format auto-generated file when attempting to format an individual file. Refusing to format individual auto-generated files seems like...
I'm confused. Are there 2 separate CSharpier repos? I was reading code in this repo, and found that [CSharpier will refuse to format files with `// ` comment at the...
Oh, I see. I was testing with `v0.25.0`. It seems to be working on `main`.
No, its not working on `main` afterall :D I reset my changes after switching branches.
Yes you are right, if Rust enum derives `thiserror:Error`, then using it as parameter is fine. Returning error as a value is what actually causes these errors.
Do you think its possible to squeeze in documentation to `.udl` files via attributes or something like that? It doesn't have to be pretty, just good enough to work until...
I'm going to try and make a contribution on this. My current plan is to introduce a new extended attribute `Attribute::Doc`, and parse it for all nodes that desire documentation,...
It sounds like `macro` vs `.udl` discussion is not going to be resolved anytime soon. In the mean time, maybe it would be worth optimizing the current `.udl` solution? It...
I see, this is very cool to hear! Not having to duplicate API definitions in both Rust and `.udl` file would be really awesome. But still, it looks like it...
C# bindings generator is available at https://github.com/NordSecurity/uniffi-bindgen-cs Feel free to take it for a spin :wink: