Remove empty lines at beginning of statements without braces #786
validate_pull_request.yml
on: pull_request
Run Tests
1m 33s
Check Formatting
19s
Build CSharpier.MSBuild
45s
Annotations
3 errors and 3 warnings
Check Formatting
Process completed with exit code 1.
|
UsingDirectives_EdgeCase10:
Src/CSharpier.Tests/CSharpier.Tests.Generators/CSharpier.Tests.Generators.FormattingTestsGenerator/FormattingTests.cs#L742
Expected normalizedCode to be
"#if DEBUG
namespace Namespace;
using System.Runtime.Remoting;
using System;
class ClassName { }
#endif
" with a length of 108, but
"#if DEBUG
namespace Namespace;
using System;
using System.Runtime.Remoting;
class ClassName { }
#endif
" has a length of 106, differs near ";
u" (index 44).
|
Run Tests
Process completed with exit code 1.
|
Check Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build CSharpier.MSBuild
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|