serilog-sinks-mssqlserver
serilog-sinks-mssqlserver copied to clipboard
Microsoft.Azure.Services.AppAuthentication is deprecated
Serilog.Sinks.MSSqlServer is using Microsoft.Azure.Services.AppAuthentication which is deprecated by now.
MS suggests to switch to Azure.Identity library.
Is it possible for you to migrate this dependency ?
Hi @dandros!
Thanks for the input. As far as I could find in the Microsoft documentation AppAuthentication library is not yet deprecated but will eventually be at some point.
I will take a look at migrating this. Although cannot promise when I will have time to do it. In the meantime a PR to help us with migration to Azure.Identity is always welcome. :)
Fixed with PR #424.