Post connect-a-thon catchup #64
Annotations
20 warnings
build:
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.
|
build:
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L82
'MakeCa.DefaultPKCS12Password' hides inherited member 'CertificateBase.DefaultPKCS12Password'. Use the new keyword if hiding was intended.
|
build:
_tests/Udap.PKI.Generator/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
build:
_tests/Udap.PKI.Generator/CertificateBase.cs#L89
Dereference of a possibly null reference.
|
build:
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Dereference of a possibly null reference.
|
build:
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.
|
build:
_tests/Udap.PKI.Generator/BuildNginxProxySSLCerts.cs#L41
Possible null reference assignment.
|
build:
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L92
Possible null reference assignment.
|
build:
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L84
Non-nullable property 'DefaultPKCS12Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
_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.
|
build:
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.
|
build:
Udap.Model/UdapMetadata.cs#L107
Non-nullable property 'UdapProfilesSupported' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L45
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L109
Possible null reference argument for parameter 'algorithm' in 'string AccessTokenRequestForClientCredentialsBuilder.BuildClientAssertion(string algorithm, bool legacy = false)'.
|
build:
Udap.Model/Statement/SignedSoftwareStatementBuilder.cs#L97
Dereference of a possibly null reference.
|
build:
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L46
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L84
Possible null reference argument for parameter 'algorithm' in 'string? AccessTokenRequestForAuthorizationCodeBuilder.BuildClientAssertion(string algorithm, bool legacy = false)'.
|
build:
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L89
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L91
Possible null reference assignment.
|
build:
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L92
Possible null reference assignment.
|