Skip to content

Update nuget non-major dependencies #91

Update nuget non-major dependencies

Update nuget non-major dependencies #91

Triggered via pull request June 17, 2024 13:23
Status Success
Total duration 2m 57s
Artifacts

build-validation.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build-macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-macOS-latest: Helpers/PrefillConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-macOS-latest: 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.
build-macOS-latest: Services/ConvertService.cs#L93
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L95
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L97
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L99
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L101
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L107
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-macOS-latest: Services/ConvertService.cs#L110
Dereference of a possibly null reference.
build-macOS-latest: Services/ConvertService.cs#L112
Possible null reference argument for parameter 'id' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-ubuntu-latest: Helpers/PrefillConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-ubuntu-latest: Services/BatchService.cs#L45
Dereference of a possibly null reference.
build-ubuntu-latest: Services/BatchService.cs#L50
Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string pattern, string replacement)'.
build-ubuntu-latest: 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.
build-ubuntu-latest: Helpers/TulPackageParser.cs#L78
Dereference of a possibly null reference.
build-ubuntu-latest: Services/ConvertService.cs#L93
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-ubuntu-latest: Services/ConvertService.cs#L95
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-ubuntu-latest: Services/ConvertService.cs#L97
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-ubuntu-latest: Services/ConvertService.cs#L99
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-ubuntu-latest: Services/ConvertService.cs#L101
Possible null reference argument for parameter 'value' in 'void Altinn3AppData.AddText(string lang, string id, string value)'.
build-windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows-latest: Helpers/PrefillConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-windows-latest: Helpers/InfoPathXmlParser.cs#L52
Dereference of a possibly null reference.
build-windows-latest: Helpers/InfoPathXmlParser.cs#L52
Dereference of a possibly null reference.
build-windows-latest: Helpers/InfoPathXmlParser.cs#L52
Dereference of a possibly null reference.
build-windows-latest: Helpers/Page2Layout.cs#L117
Dereference of a possibly null reference.
build-windows-latest: Helpers/Page2Layout.cs#L303
Dereference of a possibly null reference.
build-windows-latest: Helpers/Page2Layout.cs#L351
Dereference of a possibly null reference.
build-windows-latest: Services/BatchService.cs#L45
Dereference of a possibly null reference.
build-windows-latest: Services/BatchService.cs#L50
Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string pattern, string replacement)'.
build-windows-latest: Helpers/Page2Layout.cs#L409
Converting null literal or possible null value to non-nullable type.