Skip to content
New issue

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

Updates to .NET Standard 2.1 #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

dusda
Copy link
Contributor

@dusda dusda commented Oct 20, 2022

Enabled new language features, particularly null handling. Refactored code to remove null warnings and clean up single-line methods/properties.

Updated a bunch of nuget packages:

  • SwashBuckle
  • Swagger
  • Xunit
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.Extensions.Logging
  • Microsoft.NET.Test.SDK
  • Moq
  • xunit
  • xunit.runner.visualstudio
  • RabbitMQ
  • Newtonsoft.Json

There was a minor change to how RabbitMQ handles message bodies, I updated the parsing there.

Changed the test projects to target .net6.0, as targeting .NET Standard broke the xunit test runner. Not a big deal, these projects don't need to target standard anyway.

dusda added 3 commits October 20, 2022 10:41
Enabled new language features, particularly null handling. Refactored code to remove null warnings and clean up single-line methods/properties.
Updates to .NET Standard 2.1
SwashBuckle
Swagger
Xunit
Microsoft.Extensions.DependencyInjection
Microsoft.Extensions.Logging
Microsoft.NET.Test.SDK
Moq
xunit
xunit.runner.visualstudio
RabbitMQ
Newtonsoft.Json

There was a minor change to how RabbitMQ handles message bodies, I updated the parsing there.

Changed the test projets to target .net6.0, as targeting .NET Standard broke the xunit test runner. Not a big deal, these projects don't need to target standard anyway.
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