Skip to content

Fix If CACertificatePath Is Empty, Verification Fails #267

Fix If CACertificatePath Is Empty, Verification Fails

Fix If CACertificatePath Is Empty, Verification Fails #267

Triggered via pull request February 3, 2025 22:03
Status Success
Total duration 11m 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: QuickFIXn/Transport/SslStreamFactory.cs#L250
Dereference of a possibly null reference.
build: UnitTests/SslStreamFactoryTest.cs#L22
Non-nullable property 'ClientCertificate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UnitTests/SslStreamFactoryTest.cs#L23
Non-nullable property 'ServerCertificate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: QuickFIXn/Transport/SslStreamFactory.cs#L250
Dereference of a possibly null reference.
build: UnitTests/SslStreamFactoryTest.cs#L22
Non-nullable property 'ClientCertificate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UnitTests/SslStreamFactoryTest.cs#L23
Non-nullable property 'ServerCertificate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.