Skip to content

Project: warning as errors #14

Project: warning as errors

Project: warning as errors #14

Triggered via push November 17, 2024 15:25
Status Success
Total duration 1m 18s
Artifacts

build.yml

on: push
build-linux-amd64
1m 10s
build-linux-amd64
Fit to window
Zoom out
Zoom in

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/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/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/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)