Skip to content

Merge pull request #21 from JoeShook/main #63

Merge pull request #21 from JoeShook/main

Merge pull request #21 from JoeShook/main #63

Triggered via push August 30, 2023 20:12
Status Success
Total duration 3m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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#L80
'MakeCa.DefaultPKCS12Password' hides inherited member 'CertificateBase.DefaultPKCS12Password'. Use the new keyword if hiding was intended.
build: _tests/Udap.PKI.Generator/BuildNginxProxySSLCerts.cs#L40
Possible null reference assignment.
build: _tests/Udap.PKI.Generator/BuildTestCerts.cs#L90
Possible null reference assignment.
build: _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.
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/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/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.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L96
Possible null reference assignment.
build: Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L45
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build: Udap.Model/Statement/SignedSoftwareStatementBuilder.cs#L97
Dereference of a possibly null reference.
build: Udap.Model/Registration/UdapDcrBuilderForAuthorizationCode.cs#L224
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.