Convenience API for dealing with variable scopes #25
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/.
|
/home/runner/work/acornima/acornima/samples/Acornima.Cli/Commands/PrintScopesCommand.cs(33,15): warning CA1822: Member 'CreateParserOptions' 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=net462]
|
/home/runner/work/acornima/acornima/samples/Acornima.Cli/Commands/PrintScopesCommand.cs(33,15): warning CA1822: Member 'CreateParserOptions' 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]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(12,29): warning CA1865: Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(12,79): warning CA1865: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(13,32): warning CA1865: Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(13,81): warning CA1865: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(121,17): warning CA1305: The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'JavaScriptString.Encode(string, [bool])' with a call to 'StringBuilder.Append(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/home/runner/work/acornima/acornima/test/Acornima.Tests/Helpers/JavaScriptString.cs(125,17): warning CA1305: The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'JavaScriptString.Encode(string, [bool])' with a call to 'StringBuilder.Append(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) [/home/runner/work/acornima/acornima/samples/JsxTranspiler/JsxTranspiler.csproj::TargetFramework=net6.0]
|
/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]
|
/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]
|
This job succeeded
Loading