We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final nit, why we are doing the BitConverter.ToInt32 dance ?
this is coming from one of the other instructions that are generated via the wit-bindgen abi (
wit-bindgen/crates/csharp/src/function.rs
Lines 400 to 407 in 5d8fa61
Maybe we don't need BitConverter.ToInt32 in other cases? Maybe that something else to clean up (in a separate pr)
BitConverter.ToInt32
Originally posted by @jsturtevant in #1145 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this is coming from one of the other instructions that are generated via the wit-bindgen abi (
wit-bindgen/crates/csharp/src/function.rs
Lines 400 to 407 in 5d8fa61
Maybe we don't need
BitConverter.ToInt32
in other cases? Maybe that something else to clean up (in a separate pr)Originally posted by @jsturtevant in #1145 (comment)
The text was updated successfully, but these errors were encountered: