NordSecurity / uniffi-bindgen-cs

C# bindings generator for uniffi-rs
https://github.com/NordSecurity/uniffi-bindgen-cs
Mozilla Public License 2.0
109 stars 21 forks source link

Create dedicated docker image #59

Closed arg0d closed 11 months ago

arg0d commented 12 months ago

This makes it possible to test formatting changes using CSharpier. To test formatting, both Rust and Dotnet must be installed in the same docker image. This is because --library mode runs cargo metadata command, and formatting runs dotnet-csharpier command.