Skip to content

still not able to run tests inside docker #20

still not able to run tests inside docker

still not able to run tests inside docker #20

Triggered via push March 5, 2026 08:30
Status Success
Total duration 39s
Artifacts

ci.yml

on: push
Building Wissance.Hydra and running Tests
36s
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.