Skip to content

Conversation

@dotMorten
Copy link

Addresses a few issues with the C# samples:

  1. Move from packages.config to PackageReference (this can greatly reduce issues with package restore and upgrades when/if dependencies change).
  2. Disable optimization in debug builds so you can actually step through the sample code.
  3. Upgrade to v1.3.0
  4. Add x86 configuration as that's now supported + remove AnyCPU configurations.

1. Move from packages.config to PackageReference
2. Disable optimization in debug builds so you can actually step through the sample code
3. Upgrade to 1.3.0
4. Add x86 configuration as that's now supported + remove AnyCPU configurations.
@yijiew yijiew requested review from Brent-A, Zumra and cdedmonds and removed request for Zumra and cdedmonds January 7, 2020 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant