Skip to content

Fix internal redirect save (#340) #3238

Fix internal redirect save (#340)

Fix internal redirect save (#340) #3238

Triggered via push August 10, 2026 13:14
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Plugins/MasterData.Protheus/ProtheusException.cs#L19
'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)
build: test/MasterData.Core.Test/Storage/FormFileServiceTests.cs#L96
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'values' of type 'Dictionary<string, object?>' in 'Task UploadViewManager.PromoteDraftFilesAsync(FormElement formElement, Dictionary<string, object?> values)' due to differences in the nullability of reference types.
build: test/MasterData.Core.Test/Storage/FormFileServiceTests.cs#L66
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'values' of type 'Dictionary<string, object?>' in 'string FileStoragePathExtensions.GetFolderPath(FormElement formElement, FormElementField field, Dictionary<string, object?> values)' due to differences in the nullability of reference types.
build: src/Plugins/MasterData.Pdf/PdfWriter.cs#L347
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: src/Plugins/MasterData.Protheus/ProtheusException.cs#L19
'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)
build: test/MasterData.Core.Test/Storage/FormFileServiceTests.cs#L96
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'values' of type 'Dictionary<string, object?>' in 'Task UploadViewManager.PromoteDraftFilesAsync(FormElement formElement, Dictionary<string, object?> values)' due to differences in the nullability of reference types.
build: test/MasterData.Core.Test/Storage/FormFileServiceTests.cs#L66
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'values' of type 'Dictionary<string, object?>' in 'string FileStoragePathExtensions.GetFolderPath(FormElement formElement, FormElementField field, Dictionary<string, object?> values)' due to differences in the nullability of reference types.
build: src/Plugins/MasterData.Pdf/PdfWriter.cs#L347
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)