Skip to content

andreas.isnes@gmail.com #1965

andreas.isnes@gmail.com

andreas.isnes@gmail.com #1965

Triggered via push October 2, 2024 13:45
Status Success
Total duration 3m 22s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Authorization/Exceptions/PlatformHttpException.cs#L45
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze (csharp): src/Authorization/Repositories/DelegationMetadataRepository.cs#L43
'NpgsqlConnection.GlobalTypeMapper' is obsolete: 'Global-level type mapping has been replaced with data source mapping, see the 7.0 release notes.'
Analyze (csharp): src/Authorization/Helpers/EventLogHelper.cs#L193
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Authorization/Helpers/EventLogHelper.cs#L194
Possible null reference return.
Analyze (csharp)
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Analyze (csharp): test/IntegrationTests/Util/PrincipalUtil.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): test/IntegrationTests/Util/PrincipalUtil.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): test/IntegrationTests/Util/PrincipalUtil.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): test/IntegrationTests/Util/PrincipalUtil.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): test/IntegrationTests/ContextHandlerTest.cs#L56
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)