Post CMS Connect-a-thon 5 #76
Annotations
21 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/Certificates/TrustChainValidator.cs#L151
Converting null literal or possible null value to non-nullable type.
|
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/CertificateRenewal.cs#L16
Non-nullable field '_testOutputHelper' must contain a non-null value when exiting constructor. Consider declaring the field 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:
_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.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L14
Non-nullable property 'issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L20
Non-nullable property 'jwks_uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L25
Non-nullable property 'authorization_endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L32
Non-nullable property 'grant_types_supported' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L37
Non-nullable property 'token_endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L43
Non-nullable property 'token_endpoint_auth_methods_supported' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L48
Non-nullable property 'registration_endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L54
Non-nullable property 'smart_app_state_endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L62
Non-nullable property 'scopes_supported' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Udap.Smart.Model/SmartMetadata.cs#L69
Non-nullable property 'response_types_supported' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|