Set data field by expression #5542
Annotations
10 errors and 2 warnings
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L163
Possible null reference argument for parameter 'keyPart' in '(string key, int? index) DataModelWrapper.ParseKeyPart(string keyPart)'.
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L132
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
|
src/Altinn.App.Core/Features/DataProcessing/DataFieldValueCalculator.cs#L212
Member 'ResolveDataFieldCalculation' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L195
Argument of type 'string?[]' cannot be used for parameter 'collection' of type 'IEnumerable<string>' in 'void List<string>.AddRange(IEnumerable<string> collection)' due to differences in the nullability of reference types.
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L163
Possible null reference argument for parameter 'keyPart' in '(string key, int? index) DataModelWrapper.ParseKeyPart(string keyPart)'.
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L132
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
|
src/Altinn.App.Core/Features/DataProcessing/DataFieldValueCalculator.cs#L212
Member 'ResolveDataFieldCalculation' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L195
Argument of type 'string?[]' cannot be used for parameter 'collection' of type 'IEnumerable<string>' in 'void List<string>.AddRange(IEnumerable<string> collection)' due to differences in the nullability of reference types.
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L163
Possible null reference argument for parameter 'keyPart' in '(string key, int? index) DataModelWrapper.ParseKeyPart(string keyPart)'.
|
|
src/Altinn.App.Core/Helpers/DataModel/DataModelWrapper.cs#L132
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
|
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
|
The logs for this run have expired and are no longer available.
Loading