Convert to use Central Package Management #37
pr.yml
on: pull_request
macos-latest
2m 33s
ubuntu-latest
2m 54s
windows-latest
4m 32s
Annotations
14 errors and 30 warnings
macos-latest
[xUnit.net 00:00:00.54] Acornima.Tests.SourceGenerators.StringMatcherGeneratorTests.StringMatchingGeneration [FAIL]
|
macos-latest
[xUnit.net 00:00:00.56] Acornima.Tests.SourceGenerators.VisitationBoilerplateGeneratorTests.VisitationBoilerplateGeneration [FAIL]
|
macos-latest
Target "Test" has thrown an exception
|
macos-latest
Process completed with exit code 255.
|
ubuntu-latest
[xUnit.net 00:00:00.94] Acornima.Tests.SourceGenerators.StringMatcherGeneratorTests.StringMatchingGeneration [FAIL]
|
ubuntu-latest
[xUnit.net 00:00:01.00] Acornima.Tests.SourceGenerators.VisitationBoilerplateGeneratorTests.VisitationBoilerplateGeneration [FAIL]
|
ubuntu-latest
Target "Test" has thrown an exception
|
ubuntu-latest
Process completed with exit code 255.
|
windows-latest
[xUnit.net 00:00:00.91] Acornima.Tests.SourceGenerators.StringMatcherGeneratorTests.StringMatchingGeneration [FAIL]
|
windows-latest
[xUnit.net 00:00:00.96] Acornima.Tests.SourceGenerators.VisitationBoilerplateGeneratorTests.VisitationBoilerplateGeneration [FAIL]
|
windows-latest
[xUnit.net 00:00:32.79] Acornima.Tests.ParserTests.CanHandleDeepRecursion [FAIL]
|
Acornima.Tests.ParserTests.CanHandleDeepRecursion:
_/test/Acornima.Tests/ParserTests.cs#L96
System.InsufficientExecutionStackException : Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.
|
windows-latest
Target "Test" has thrown an exception
|
windows-latest
Process completed with exit code 1.
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests/ParserTests.cs(257,9): warning xUnit2029: Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029) [/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(1927,32): warning xUnit2031: Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031) [/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/Program.cs(36,13): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(62,17): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(137,21): warning CA1836: Prefer 'IsEmpty' over 'Count' to determine whether the object is empty (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1836) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(119,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(120,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(121,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(122,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
macos-latest
/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(143,17): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/Users/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(36,13): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(62,17): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(137,21): warning CA1836: Prefer 'IsEmpty' over 'Count' to determine whether the object is empty (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1836) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(119,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(120,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(121,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(122,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(143,17): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(151,13): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
ubuntu-latest
/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Program.cs(196,28): warning CA1861: Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861) [/home/runner/work/acornima/acornima/test/Acornima.Tests.Test262/Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\src\Acornima\Tokenizer.RegExpParser.cs(1077,32): warning CA1872: Prefer 'System.Convert.ToHexString(byte[])' over call chains based on 'System.BitConverter.ToString(byte[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1872) [D:\a\acornima\acornima\src\Acornima\Acornima.csproj::TargetFramework=net8.0]
|
windows-latest
D:\a\acornima\acornima\src\Acornima\Tokenizer.RegExpParser.cs(1077,32): warning CA1872: Prefer 'System.Convert.ToHexString(byte[])' over call chains based on 'System.BitConverter.ToString(byte[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1872) [D:\a\acornima\acornima\src\Acornima\Acornima.csproj::TargetFramework=net6.0]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.cs(257,9): warning xUnit2029: Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029) [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net462]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests\ParserTests.cs(1927,32): warning xUnit2031: Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031) [D:\a\acornima\acornima\test\Acornima.Tests\Acornima.Tests.csproj::TargetFramework=net462]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(36,13): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(62,17): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Main(string[])' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(137,21): warning CA1836: Prefer 'IsEmpty' over 'Count' to determine whether the object is empty (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1836) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(119,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(120,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
windows-latest
D:\a\acornima\acornima\test\Acornima.Tests.Test262\Program.cs(121,9): warning CA1305: The behavior of 'AnsiConsole.MarkupLine(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'Program.Report(TestExecutionSummary)' with a call to 'AnsiConsole.MarkupLine(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|