I know it doesn't claim to on nuget.org, but .NET 9 was released 19 months ago and .NET 10 seven months ago. It would be great to be able to upgrade.
The first concrete problem is this documented breaking change in ASP.NET Core: Middleware types with multiple constructors. We see the resulting error in our logs:
Microsoft.Graph.Communications.Core.Exceptions.ServiceException: Media platform failed to initialize ---> System.InvalidOperationException: Multiple constructors accepting all given argument types have been found in type 'Microsoft.AspNetCore.HttpsPolicy.HstsMiddleware'. There should only be one applicable constructor.
I know it doesn't claim to on nuget.org, but .NET 9 was released 19 months ago and .NET 10 seven months ago. It would be great to be able to upgrade.
The first concrete problem is this documented breaking change in ASP.NET Core: Middleware types with multiple constructors. We see the resulting error in our logs: