Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push June 11, 2024 22:16
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: VortexTunnel/VortexTunnel.cs#L25
Cannot convert null literal to non-nullable reference type.
build: VortexTunnel/Readers/VortexTunnelReaders.cs#L77
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: VortexTunnel/VortexTunnel.cs#L24
Non-nullable field '_diffieHellman' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VortexTunnel/VortexTunnel.cs#L24
Non-nullable field '_pipe' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VortexTunnel/VortexTunnel.cs#L24
Non-nullable field '_receiveChannel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VortexTunnel/VortexTunnel.cs#L24
Non-nullable field '_sendChannel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VortexTunnel/VortexTunnel.cs#L24
Non-nullable field '_sharedKey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VortexTunnel/Writers/VortexTunnelWriters.cs#L56
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: VortexTunnel/VortexTunnel.cs#L17
The field 'VortexTunnel._isHandshakeComplete' is assigned but its value is never used
build: VortexTunnel/VortexTunnel.cs#L65
This call site is reachable on all platforms. 'ECDiffieHellmanOpenSsl' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)