Convenience API for dealing with variable scopes #13
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
D:\a\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) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
D:\a\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) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
D:\a\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) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
D:\a\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) [D:\a\acornima\acornima\test\Acornima.Tests.Test262\Acornima.Tests.Test262.csproj]
|
This job succeeded
Loading