Cameron Taggart

Results 74 comments of Cameron Taggart

I looked into this some more. The Prepackaged Builds do not include the `/Qspectre` switch in the MSVC args in build.rs. https://docs.rs/crate/ring/0.16.20/source/pregenerated/ I'll look more at building it with `/Qspectre`....

If I capture the build information with: ``` cargo build --release -vv > build.txt 2>&1 ``` I see that `aes_hohw.obj` and other `obj`s are compiled with `/Qspectre`: ``` [ring 0.16.20]...

@dtolnay, merging this would really help Azure SDK for Rust. What can I do to help this along?

In F#, this does work for me. The difference is that F# is `Include`, not `Update`. ``` xml PreserveNewest Never ```

Thanks @dermesser. Unfortunately, it does not compile. ``` cargo check --no-default-features --features hyper-tls error[E0412]: cannot find type `ServiceAccountFlowOpts` in this scope --> src\authenticator.rs:303:47 | 301 | impl ApplicationDefaultCredentialsAuthenticator { |...

Rust async has come a long way in the last 5 years. Is it possible to use with this project?

@jonathanhe-msft, linter is failing with: ``` - FAIL - HIGH severity: unrecognized_help_entry_rule Help-Entry: `vmware workload-network list` - Not a recognized command or command-group Help-Entry: `vmware workload-network show` - Not a...

With F# 6 task support, I am able to `use` an `IAsyncDisposable` with `task`, but not `async`. An example is: ``` fsharp [] let main argv = let t =...

@qiaozha, please merge.

Thanks @ArthurMa1978, this is great! I put together this gist for getting started with Azure.ResourceManager.Avs: https://gist.github.com/cataggar/b707348d18f6a542f8552535a5da02d6