Bump Swashbuckle.AspNetCore.Annotations from 6.9.0 to 7.2.0 in /test/IntegrationTests #2139
Annotations
1 error and 11 warnings
Analyze (csharp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.20.0/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and last log line was: Error: Could not auto-detect a suitable build method. See the logs for more details.
|
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|