Update README.md #70
Annotations
12 warnings
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/.
|
/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]
|
/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]
|
/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]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "packages", "test-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading