Merge to main #1011
Annotations
10 warnings
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/WinIISIntegrationTests.cs#L221
Cannot convert null literal to non-nullable reference type.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/WinIISIntegrationTests.cs#L150
Cannot convert null literal to non-nullable reference type.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/WinSQLIntegrationTests.cs#L146
Cannot convert null literal to non-nullable reference type.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/Factories/ConnectionFactory.cs#L32
Dereference of a possibly null reference.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/Factories/CertificateFactory.cs#L56
Nullability of reference types in value of type '(string? thumbprint, string base64Pfx)' doesn't match target type '(string Thumbprint, string Base64Pfx)'.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/Factories/CertificateFactory.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
Execute MSBuild Commands:
WindowsCertStore.IntegrationTests/VaultHelper.cs#L13
Converting null literal or possible null value to non-nullable type.
|
|
Execute MSBuild Commands:
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.
|
|
Execute MSBuild Commands:
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.
|
|
Execute MSBuild Commands:
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.
|
Loading