Pack and publish #122
Annotations
5 errors
release-nugets:
src/Altinn.App.Core/Internal/Data/CachedFormDataAccessor.cs#L115
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'CachedFormDataAccessor.GetBinaryData(Instance, DataElement)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
release-nugets:
src/Altinn.App.Core/Internal/Data/CachedFormDataAccessor.cs#L132
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'CachedFormDataAccessor.GetFormData(Instance, DataElement, DataType)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
release-nugets:
src/Altinn.App.Core/Internal/Data/CachedFormDataAccessor.cs#L115
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'CachedFormDataAccessor.GetBinaryData(Instance, DataElement)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
release-nugets:
src/Altinn.App.Core/Internal/Data/CachedFormDataAccessor.cs#L132
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'CachedFormDataAccessor.GetFormData(Instance, DataElement, DataType)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
release-nugets
Process completed with exit code 1.
|