Keyfactor Bootstrap Workflow #1105
Annotations
10 warnings
|
WindowsCertStore.IntegrationTests/Factories/CertificateFactory.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
WindowsCertStore.IntegrationTests/Factories/ConnectionFactory.cs#L32
Dereference of a possibly null reference.
|
|
WindowsCertStore.IntegrationTests/VaultHelper.cs#L13
Converting null literal or possible null value to non-nullable type.
|
|
WindowsCertStore.IntegrationTests/ClientConnection.cs#L13
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WindowsCertStore.IntegrationTests/ClientConnection.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WindowsCertStore.IntegrationTests/ClientConnection.cs#L11
Non-nullable property 'Machine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
IISU/ImplementedStoreTypes/WinADFS/AdfsCertificateRotationManager.cs#L556
The variable 'ex' is declared but never used
|
|
IISU/Certificate.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
IISU/ImplementedStoreTypes/WinADFS/AdfsCertificateRotationManager.cs#L556
The variable 'ex' is declared but never used
|
|
IISU/Certificate.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading