Skip to content

localAddr selection #19

localAddr selection

localAddr selection #19

Triggered via push March 4, 2026 15:53
Status Success
Total duration 35s
Artifacts

ci.yml

on: push
Building Wissance.Hydra and running Tests
30s
Building Wissance.Hydra and running Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Building Wissance.Hydra and running Tests: Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Tcp/Transport/MultiChannelTcpServer.cs#L467
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
Building Wissance.Hydra and running Tests: Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Tcp/Transport/MultiChannelTcpServer.cs#L467
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
Building Wissance.Hydra and running Tests: Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Common/Data/OperationResult.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Building Wissance.Hydra and running Tests: Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Common/Data/OperationResult.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.