Bump Microsoft.AspNetCore.Authentication.JwtBearer and Microsoft.Iden… #695
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Udap.Common/Models/TieredClient.cs#L16
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Common/Models/IssuedCertificate.cs#L25
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/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#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:
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L44
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L108
Possible null reference argument for parameter 'algorithm' in 'string AccessTokenRequestForClientCredentialsBuilder.BuildClientAssertion(string algorithm, bool legacy = false)'.
|
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/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/AccessTokenRequestForAuthorizationCodeBuilder.cs#L46
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|