-
Notifications
You must be signed in to change notification settings - Fork 147
Deprecated Package Microsoft.Azure.Services.AppAuthentication #399
-
I'm using Serilog.Sinks.MSSqlServer in my .net Framework project. Serilog.Sinks.MSSqlServer references Microsoft.Azure.Services.AppAuthentication which in turn references Microsoft.IdentityModel.Clients.ActiveDirectory
Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and will not receive any new updates after Dec 2022
https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/
When will Serilog.Sinks.MSSqlServer be updated to use Microsofts newer MSAL library?
Beta Was this translation helpful? Give feedback.
All reactions
Hi @thejurysays!
Thanks for getting in touch. We currently have only limited bandwitdth for maintenance regarding the .NET Framework support. I plan to remove .NET Framework 4.5.2 since it reached end of support in April 2022 (https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/). Maybe I can also take a look at MSAL then but I cannot give you an exact date when that will be.
In the meantime, if you or anyone in the community can send us a good PR doing that, we will be happy to have it.
Best regards,
Christian
Replies: 1 comment
-
Hi @thejurysays!
Thanks for getting in touch. We currently have only limited bandwitdth for maintenance regarding the .NET Framework support. I plan to remove .NET Framework 4.5.2 since it reached end of support in April 2022 (https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/). Maybe I can also take a look at MSAL then but I cannot give you an exact date when that will be.
In the meantime, if you or anyone in the community can send us a good PR doing that, we will be happy to have it.
Best regards,
Christian
Beta Was this translation helpful? Give feedback.