Skip to content

Fixes #22 C# gha workflow #21

Fixes #22 C# gha workflow

Fixes #22 C# gha workflow #21

Triggered via pull request May 9, 2024 15:34
Status Failure
Total duration 11m 1s
Artifacts

build-c#.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
Windows-Build
Process completed with exit code 1.
Windows-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows-Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L180
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L157
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L180
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L157
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L180
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/ReferenceCountingWrappers.cs#L157
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Windows-Build: shared/DynamicInterop.Tests/WrapDynamicLibrary.cs#L73
The type name 'malloc' only contains lower-cased ascii characters. Such names may become reserved for the language.
Windows-Build: shared/RDotNet.TestBase/Helper.cs#L47
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Windows-Build: shared/RDotNet.TestBase/Helper.cs#L41
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Windows-Build: shared/RDotNet.TestBase/Helper.cs#L41
This call site is reachable on all platforms. 'Registry.LocalMachine' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build
unknown pragma 'Rf_warning'
Windows-Build: shared/rSharp.cpp#L478
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows-Build: shared/rSharp.cpp#L578
'return_value': unreferenced local variable
Windows-Build: shared/rSharp.cpp#L1030
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
Windows-Build: shared/ClrFacade/TestCases.cs#L104
The variable 'breakpoint' is assigned but its value is never used