Skip to content

[Add/Fix/Apply/Edit] Naming & Coding Styles #8251

[Add/Fix/Apply/Edit] Naming & Coding Styles

[Add/Fix/Apply/Edit] Naming & Coding Styles #8251

Triggered via pull request May 1, 2024 23:48
Status Failure
Total duration 1m 41s
Artifacts

main.yml

on: pull_request
Matrix: Test
PublishPackage
0s
PublishPackage
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
Test (ubuntu-latest)
Process completed with exit code 2.
Test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Test (windows-latest)
The operation was canceled.
Test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Test (macos-latest)
The operation was canceled.
Test (ubuntu-latest): tests/Neo.UnitTests/SmartContract/Native/UT_GasToken.cs#L50
Naming rule violation: Missing suffix: 'Async'
Test (ubuntu-latest): src/Neo.GUI/GUI/UpdateDialog.cs#L50
Naming rule violation: Missing suffix: 'Async'
Test (ubuntu-latest): tests/Neo.UnitTests/SmartContract/Native/UT_PolicyContract.cs#L37
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method
Test (ubuntu-latest): tests/Neo.UnitTests/SmartContract/Native/UT_GasToken.cs#L50
Use "Async" suffix in names of methods that return an awaitable type
Test (macos-latest): tests/Neo.UnitTests/SmartContract/Native/UT_PolicyContract.cs#L37
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)