chore(deps): update nuget non-major dependencies #6734
Annotations
11 errors and 10 warnings
|
backend/src/Designer/Controllers/TextKeysController.cs#L109
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Controllers/TextKeysController.cs#L109
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Services/Implementation/TextsService.cs#L119
'IList<string>' does not contain a definition for 'IsNullOrEmpty' and no accessible extension method 'IsNullOrEmpty' accepting a first argument of type 'IList<string>' could be found (are you missing a using directive or an assembly reference?)
|
backend/src/Designer/Services/Implementation/TextsService.cs#L240
'IList<string>' does not contain a definition for 'IsNullOrEmpty' and no accessible extension method 'IsNullOrEmpty' accepting a first argument of type 'IList<string>' could be found (are you missing a using directive or an assembly reference?)
|
backend/src/Designer/Services/Implementation/TextsService.cs#L255
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Services/Implementation/TextsService.cs#L260
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Services/Implementation/TextsService.cs#L270
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs#L848
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs#L862
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs#L870
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
testdata/Model/CSharp/melding.cs#L7
The type name 'melding' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/src/DataModeling/Converter/Csharp/CsharpGenerationException.cs#L28
'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)
|
backend/src/DataModeling/Converter/Xml/XmlSchemaConvertException.cs#L36
'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)
|
backend/src/DataModeling/Converter/Metadata/ModelMetadataConvertException.cs#L28
'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)
|
backend/src/DataModeling/Converter/Json/JsonSchemaConvertException.cs#L36
'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)
|
backend/src/Designer/Models/Dto/AccessListMember.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
backend/src/Designer/TypedHttpClients/Altinn2Metadata/Altinn2MetadataClient.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
backend/src/Designer/Models/AccessList.cs#L11
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/Designer/Models/AccessList.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/Designer/Models/ServiceResource.cs#L57
Non-nullable property 'ContactPoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job was cancelled
Loading