Develop Tiered OAuth #89
Annotations
10 warnings
Analyze (csharp):
Udap.Common/Models/IssuedCertificate.cs#L26
Non-nullable property 'Thumbprint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L80
'MakeCa.DefaultPKCS12Password' hides inherited member 'CertificateBase.DefaultPKCS12Password'. Use the new keyword if hiding was intended.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L89
Dereference of a possibly null reference.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Dereference of a possibly null reference.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L57
Non-nullable property 'DefaultPKCS12Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/CertificateBase.cs#L28
Non-nullable field '_baseDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L90
Possible null reference assignment.
|
Analyze (csharp):
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L82
Non-nullable property 'DefaultPKCS12Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|