SergeySvirsky

Results 4 comments of SergeySvirsky

See https://github.com/IdentityModel/IdentityModel.OidcClient/pull/397

Well.. In that case IdentityModel.OidcClient package will not add dependencies which it doesn't use or doesn't need: i.e. referrences package A which referrences package B and only code from B...

yeah, thats a good spot.. it will do no logging as NullLoggerFactory is being used So from that point of view that change is breaking and probably its better to...

Will not break [link](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs) * `AddSerilog` calls `AddProvider` which do nothing * `CreateLogger` returns `NullLogger.Instance`