-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
#1787 Upgrade to .NET 8 #1789
#1787 Upgrade to .NET 8 #1789
Conversation
Did you sleep this night? 😮 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK... Good job! 👍
I see the following gaps:
- Changed C# files even there is no C# preprocessor directive
- Don't change source & tests! Only .csproj files! And required for migration.
- Some proj-files have bad formatting as changes but it seems tabs were not replaced with spaces
test/Ocelot.UnitTests/Configuration/Validation/FileConfigurationFluentValidatorTests.cs
Show resolved
Hide resolved
Main concern! |
Yes! It was already quite something, all tests are passing locally. |
I did only changes when warnings were prompted or build failed. |
… or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge
@raman-m fine for me as soon as the docker image is available 😹 |
…ow myself to push this fix - already implemented in the develop branch -
Closes #1787
Proposed Changes
net6.0
,net7.0
,net8.0
net6.0;net7.0;net8.0
too