Set Token.Value to actual values instead of strings for null and bool… #6
build.yml
on: push
macos-latest
3m 21s
ubuntu-latest
2m 57s
windows-latest
4m 42s
Annotations
33 warnings
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ubuntu-latest
/home/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(117,27): warning CA1822: Member 'AssertUnchanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(128,18): warning CA1822: Member 'OnChanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Generated/Tests262Harness.Test262Test.generated.cs(63,2): warning CS0618: 'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead' [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(128,17): warning CS0162: Unreachable code detected [/home/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(138,17): warning CS0162: Unreachable code detected [/home/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(149,17): warning CS0162: Unreachable code detected [/home/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.cs(339,95): warning xUnit1026: Theory method 'ShouldParseHashBangComment' on test class 'ParserTests' does not use parameter 'expectSyntaxError'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026) [/home/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/samples/Acornima.Cli/Program.cs(36,16): warning CA1822: Member 'OnExecute' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/acornima/acornima/samples/Acornima.Cli/Acornima.Cli.csproj::TargetFramework=net6.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(117,27): warning CA1822: Member 'AssertUnchanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
ubuntu-latest
/home/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(128,18): warning CA1822: Member 'OnChanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macos-latest
/Users/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(117,27): warning CA1822: Member 'AssertUnchanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/Users/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
macos-latest
/Users/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(128,18): warning CA1822: Member 'OnChanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/Users/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(128,17): warning CS0162: Unreachable code detected [/Users/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(138,17): warning CS0162: Unreachable code detected [/Users/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.Fixtures.cs(149,17): warning CS0162: Unreachable code detected [/Users/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.cs(339,95): warning xUnit1026: Theory method 'ShouldParseHashBangComment' on test class 'ParserTests' does not use parameter 'expectSyntaxError'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026) [/Users/runner/work/acornima/acornima/test/Acornima.Tests/Acornima.Tests.csproj::TargetFramework=net8.0]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Generated/Tests262Harness.Test262Test.generated.cs(63,2): warning CS0618: 'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead' [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/samples/Acornima.Cli/Program.cs(36,16): warning CA1822: Member 'OnExecute' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/Users/runner/work/acornima/acornima/samples/Acornima.Cli/Acornima.Cli.csproj::TargetFramework=net6.0]
|
macos-latest
/Users/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(117,27): warning CA1822: Member 'AssertUnchanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/Users/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
macos-latest
/Users/runner/work/acornima/acornima/src/Acornima/Helpers/ArrayList.cs(128,18): warning CA1822: Member 'OnChanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/Users/runner/work/acornima/acornima/src/Acornima/Acornima.csproj::TargetFramework=net6.0]
|
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows-latest
D:\a\acornima\acornima\src\Acornima\Helpers\ArrayList.cs(117,27): warning CA1822: Member 'AssertUnchanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [D:\a\acornima\acornima\src\Acornima\Acornima.csproj::TargetFramework=net6.0]
|
windows-latest
D:\a\acornima\acornima\src\Acornima\Helpers\ArrayList.cs(128,18): warning CA1822: Member 'OnChanged' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [D:\a\acornima\acornima\src\Acornima\Acornima.csproj::TargetFramework=net6.0]
|
windows-latest
D:\a\acornima\acornima\samples\Acornima.Cli\Program.cs(36,16): warning CA1822: Member 'OnExecute' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [D:\a\acornima\acornima\samples\Acornima.Cli\Acornima.Cli.csproj::TargetFramework=net6.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.Fixtures.cs(128,17): warning CS0162: Unreachable code detected [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net8.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.Fixtures.cs(138,17): warning CS0162: Unreachable code detected [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net8.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.Fixtures.cs(149,17): warning CS0162: Unreachable code detected [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net8.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.cs(339,95): warning xUnit1026: Theory method 'ShouldParseHashBangComment' on test class 'ParserTests' does not use parameter 'expectSyntaxError'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026) [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net8.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Generated\Tests262Harness.Test262Test.generated.cs(63,2): warning CS0618: 'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead' [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.Fixtures.cs(128,17): warning CS0162: Unreachable code detected [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net462]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.Fixtures.cs(138,17): warning CS0162: Unreachable code detected [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net462]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
packages
Expired
|
537 KB |
|
test-results
Expired
|
135 MB |
|