Update nuget non-major dependencies #101
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Helpers/PrefillConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Services/ConvertService.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Services/ConvertService.cs#L93
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L95
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L97
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L99
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L101
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L107
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
Services/ConvertService.cs#L110
Dereference of a possibly null reference.
|
Services/ConvertService.cs#L112
Possible null reference argument for parameter 'id' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
|
The logs for this run have expired and are no longer available.
Loading