Project: warning as errors #13
Annotations
11 warnings
build-linux-amd64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/BaseVBTestFixture.cs#L93
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/BaseVBTestFixture.cs#L94
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/BuiltInFunctionsTests.cs#L34
The variable 'e' is declared but never used
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L37
Converting null literal or possible null value to non-nullable type.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L39
Dereference of a possibly null reference.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L35
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L45
Converting null literal or possible null value to non-nullable type.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L47
Dereference of a possibly null reference.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build-linux-amd64:
AvaloniaVisualBasic.Runtime.Tests/ArrayTests.cs#L39
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|