-
Notifications
You must be signed in to change notification settings - Fork 5
.NET 8 support #311
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
Comments
|
.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 |
Great, but is there anything we can do before it releases? |
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). |
.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 |
Can we close this one ? |
This has been done. |
Yes, indeed, all done 🥳 |
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:
SecretStoreSource
constructor with optional mutated secret function arcus.security#304AddProvider
method overloads with optional secret mutation function arcus.security#305CacheConfiguration
constructor arcus.security#306Microsoft.Azure.KeyVault.*
fromArcus.Security.Providers.AzureKeyVault
arcus.security#311Microsoft.Azure.KeyVault.*
fromArcus.Security.Providers.AzureKeyVault
arcus.security#311ISecretStore
to retrieve a specific instance/group of synchronous secret providers arcus.security#259Arcus.Messaging.Pumps.ServiceBus.KeyRotation
project arcus.messaging#234ServiceBusEntity
enumeration arcus.messaging#235CustomTcpListener
internal implementation arcus.messaging#236AzureServiceBusKeyRotation
fromArcus.Messaging.Pumps.ServiceBus
arcus.messaging#252AsServiceBusMessage
object extension arcus.messaging#296CanProcessMessage<>
with message context arcus.messaging#297MessageCorrelationInfoEnricher
in pump namespace arcus.messaging#300UsingMessageCorrelationEnricher
fromMessageRouter
arcus.messaging#305Pause
toStart
inIMessagePumpLifetime
arcus.messaging#387CloudEventBackgroundJob
message pump implementation arcus.backgroundjobs#112AddAutoRestartServiceBusMessagePumpOnRotatedCredentialsBackgroundJob
extensions on theIServiceCollection
arcus.backgroundjobs#149CloudEventBackgroundJobOptions
arcus.backgroundjobs#150/.template.config/icon.jpg
folder arcus.templates#807The text was updated successfully, but these errors were encountered: