Fix If CACertificatePath Is Empty, Verification Fails #267
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.
|