-
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
Ocelot to .NET 8 #1787
Comments
|
I'm not sure about this. If the lib targets multiple frameworks then why should tests target only one framework? |
Ok, let's begin from scratch again, to summarize:
|
During last month I have been thinking about release strategy. On some day we will have to decide on versioning and release strategy. It seems today is this day... The old school release strategy was
But when .NET 6 provided multi targeted frameworks feature everything was changed, and release strategy could be more simplest if changes are .NET versioning only. Let's try this approach and we will see how it's useful... This release strategy requires less resources. |
* Upgrade solution's projects to .net 8 * using .net 7.0 and .net 8.0 as target frameworks, adding conditions * checking indentation. Should it be 1,2,3 or 4? * target frameworks .net6.0, .net7.0 and .net8.0 * xml indentation * let's check this one... * some more cleanup * consolidate stylecop version * updating dockerfile.base to .net8 * udpating docker image build version to 0.0.10 * update config, maybe with some luck... * downstream service only available for .net 7 * adding indication about ISystemClock in .NET8 * adding comments for ClientWebSocketOptionsProxy * VS version vs .NET 8 SDK * Warning ASP0019 Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. * updated config * Update Docker images & CircleCI config * ocelot2/circleci-build:latest * Use image: ocelot2/circleci-build:latest * our friend GivenThereIsAPossiblyBrokenServiceRunningOn is back. I allow myself to push this fix - already implemented in the develop branch - --------- Co-authored-by: raman-m <dotnet044@gmail.com>
Implemented and delivered by #1790 |
Expected Behavior / New Feature
.NET 8 was launched this week, so we expect Ocelot to be compatible with .NET 8 as soon as possible. 😸
Actual Behavior / Motivation for New Feature
Only supporting .NET 7
Specifications
<TargetFrameworks>
andItem
groups with conditions)☕ 🥃 😸
The text was updated successfully, but these errors were encountered: