Skip to content

fix: proper unsafe accessors spec + an option to suppress these #2762

fix: proper unsafe accessors spec + an option to suppress these

fix: proper unsafe accessors spec + an option to suppress these #2762

Triggered via push November 29, 2023 07:02
Status Success
Total duration 2m 10s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Argument 1 should be passed with 'ref' or 'in' keyword
build: src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L18
The types in 'Microsoft.AspNetCore.Components.RenderTree' are not recommended for use outside of the Blazor framework. These type definitions will change in future releases.
build: src/Stl.Fusion.Blazor/Components/ComponentExt.cs#L24
The types in 'Microsoft.AspNetCore.Components.RenderTree' are not recommended for use outside of the Blazor framework. These type definitions will change in future releases.
build: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L34
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: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L64
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: tests/Stl.Tests/Async/ExecutionContextExtTest.cs#L72
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.