Target Microsoft.ApplicationInsights.AspNetCore to netcoreapp3.1 and remove package references to deprecated nugets Microsoft.AspNetCore.* #710
Annotations
10 errors and 12 warnings
Build:
NETCORE/src/Microsoft.ApplicationInsights.WorkerService/ApplicationInsightsExtensions.cs#L16
Symbol 'ApplicationInsightsExtensions' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Extensions/ApplicationInsightsExtensions.cs#L45
Symbol 'ApplicationInsightsExtensions' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Extensions/ApplicationInsightsServiceOptions.cs#L14
Symbol 'ApplicationInsightsServiceOptions' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Extensions/ApplicationInsightsServiceOptions.cs#L14
Symbol 'implicit constructor for 'ApplicationInsightsServiceOptions'' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Extensions/DependencyCollectionOptions.cs#L10
Symbol 'DependencyCollectionOptions' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Implementation/ITelemetryModuleConfigurator.cs#L20
Symbol 'ITelemetryModuleConfigurator' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/Implementation/ITelemetryProcessorFactory.cs#L13
Symbol 'ITelemetryProcessorFactory' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/TelemetryInitializers/ComponentVersionTelemetryInitializer.cs#L20
Symbol 'ComponentVersionTelemetryInitializer' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/TelemetryInitializers/DomainNameRoleInstanceTelemetryInitializer.cs#L19
Symbol 'DomainNameRoleInstanceTelemetryInitializer' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build:
NETCORE/src/Shared/TelemetryInitializers/DomainNameRoleInstanceTelemetryInitializer.cs#L19
Symbol 'implicit constructor for 'DomainNameRoleInstanceTelemetryInitializer'' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Restore
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Restore
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/HostingDiagnosticListener.cs#L467
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.HostingDiagnosticListener.ExtractOperationIdFromRequestId(string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/JavaScriptSnippet.cs#L116
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet.ScriptBody.get' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/HeadersUtilities.cs#L99
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.HeadersUtilities.HeaderMatchesKey(string, string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/HostingDiagnosticListener.cs#L467
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.HostingDiagnosticListener.ExtractOperationIdFromRequestId(string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/JavaScriptSnippet.cs#L116
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet.ScriptBody.get' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build:
NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/HeadersUtilities.cs#L99
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.HeadersUtilities.HeaderMatchesKey(string, string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Loading