Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
419 stars 181 forks source link

Rename 'ILoggerExtensions' to 'FunctionsLoggerExtensions' #2716

Closed liliankasem closed 1 week ago

liliankasem commented 1 week ago

Issue describing the changes in this PR

resolves #1215

Pull request checklist

Additional information

Rename 'ILoggerExtensions' to 'FunctionsLoggerExtensions' to avoid conflicts.

E.g.

Error CS0121 The call is ambiguous between the following methods or properties: 'Microsoft.Extensions.Logging.LoggerExtensions.LogMetric(Microsoft.Extensions.Logging.ILogger, string, double, System.Collections.Generic.IDictionary<string, object>)' and 'Microsoft.Extensions.Logging.ILoggerExtensions.LogMetric(Microsoft.Extensions.Logging.ILogger, string, double, System.Collections.Generic.IDictionary<string, object>?)