You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most log statements use the logging extension methods to log information. We could use the following to avoid the logging overhead and make it faster:
Currently, most log statements use the logging extension methods to log information. We could use the following to avoid the logging overhead and make it faster:
netstandard2.0
use https://learn.microsoft.com/en-us/dotnet/core/extensions/high-performance-loggingnet6.0
onwards use https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generatorThe text was updated successfully, but these errors were encountered: