arcus-azure / arcus

Azure development in a breeze
https://arcus-azure.net/
MIT License
22 stars 5 forks source link

.NET 8 support #311

Closed fgheysels closed 2 months ago

fgheysels commented 1 year ago

The first preview of .NET 8 has been released.

Might be a good idea to start looking at it and what the impact on the arcus libs is.

https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-1/

Release preview version with .NET 8 support:

stijnmoreels commented 1 year ago
fgheysels commented 1 year ago

.NET 8 is currently in a pre-release state, so I think it is a good time to start preparing supporting .NET 8 :)

https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8

stijnmoreels commented 1 year ago

Great, but is there anything we can do before it releases?

fgheysels commented 1 year ago

I would say that we could:

That should give use a head-start as I don't expect that there will be fundamental changes between these recent preview version and the final version (which is due to be released in november 2023). That should give us the possiblity to prepare everything already now, and release a version of Arcus that supports .NET 8 just a few days after the official .NET 8 release.

fgheysels commented 11 months ago

.NET 8 is currently officially released, so we can make sure that all docker-files in test projects and all Arcus template files refer to an officially released .NET 8 version

fgheysels commented 2 months ago

Can we close this one ?

fgheysels commented 2 months ago

This has been done.

stijnmoreels commented 2 months ago

Yes, indeed, all done šŸ„³