Updated more packages to get a successfully building orchard core. #9
Annotations
7 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@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/
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L36
Member 'CreateInstance' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L43
Member 'CreateDynamicProxy' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L51
Member 'CreateCachedProxy' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L36
Member 'CreateInstance' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L43
Member 'CreateDynamicProxy' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
test/OrchardCore.Benchmarks/ShapeProxyBenchmark.cs#L51
Member 'CreateCachedProxy' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
This job succeeded
Loading