chore(deps): update nuget non-major dependencies #765
pr-apps.yml
on: pull_request
find-verticals
/
Find apps
23s
Check sln files
31s
Matrix: Analyze
Matrix: Build and Test
Annotations
40 warnings
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Helpers/EventLogHelper.cs#L187
Possible null reference return.
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/src/Altinn.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.'
|
|
Build and Test (Authorization)
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.
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/MockServices/PublicSigningKeyProviderMock.cs#L18
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/MockServices/ConfigurationManagerStub.cs#L42
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/Util/JwtTokenMock.cs#L52
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/Util/JwtTokenMock.cs#L48
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and Test (Authorization)
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.
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Helpers/EventLogHelper.cs#L187
Possible null reference return.
|
|
Build and Test (Authorization):
src/apps/Altinn.Authorization/src/Altinn.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 (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/MockServices/PublicSigningKeyProviderMock.cs#L18
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/test/Altinn.Authorization.Tests/MockServices/ConfigurationManagerStub.cs#L42
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Analyze (Authorization)
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 (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Models/External/XacmlJsonRequestExternal.cs#L20
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Models/External/XacmlJsonRequestExternal.cs#L15
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Models/AccessListAuthorizationRequest.cs#L33
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/appsettings.json#L29
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/appsettings.json#L28
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
|
Analyze (Authorization):
src/apps/Altinn.Authorization/src/Altinn.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 (Authorization):
src/apps/Altinn.Authorization/src/Altinn.Authorization/Helpers/EventLogHelper.cs#L187
Possible null reference return.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Analyze (AccessManagement):
src/apps/Altinn.AccessManagement/src/Altinn.AccessMgmt.Core/Models/Delegation.cs#L49
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
|
|
|
Analyze (AccessManagement):
src/apps/Altinn.AccessManagement/src/Altinn.AccessMgmt.Core/Models/ConnectionPackage.cs#L23
XML comment is not placed on a valid language element
|
|
Analyze (AccessManagement):
src/apps/Altinn.AccessManagement/src/Altinn.AccessMgmt.Core/Models/ConnectionPackage.cs#L18
XML comment is not placed on a valid language element
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build and Test (AccessManagement):
src/apps/Altinn.AccessManagement/src/Altinn.AccessMgmt.Core/Models/ConnectionPackage.cs#L23
XML comment is not placed on a valid language element
|
|
Build and Test (AccessManagement):
src/apps/Altinn.AccessManagement/src/Altinn.AccessMgmt.Core/Models/ConnectionPackage.cs#L18
XML comment is not placed on a valid language element
|