Fix internal redirect save - #340
Merged
Merged
Annotations
9 warnings
|
Complete job
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.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)
|
|
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.
|
background
wait
wait-all
cancel
parallel
Loading