Skip to content

Update Program.cs

Update Program.cs #408

Triggered via push September 19, 2023 06:48
Status Failure
Total duration 3m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

develop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 20 warnings
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L244
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L246
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L420
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L422
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L866
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L869
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L1105
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L1108
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L1719
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: _tests/Udap.Client.System.Tests/IdServerRegistrationTests.cs#L1721
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
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/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
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#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/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/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/Registration/UdapDcrBuilderForAuthorizationCode.cs#L224
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.