Bump OpenTelemetry.Instrumentation.Http in /examples/Udap.Auth.Server #823
Annotations
21 warnings
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/.
|
Generate PKI:
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.
|
Generate PKI:
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.
|
Generate PKI:
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L82
'MakeCa.DefaultPKCS12Password' hides inherited member 'CertificateBase.DefaultPKCS12Password'. Use the new keyword if hiding was intended.
|
Generate PKI:
_tests/Udap.PKI.Generator/BuildTestCerts.cs#L92
Possible null reference assignment.
|
Generate PKI:
_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.
|
Generate PKI:
_tests/Udap.PKI.Generator/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
Generate PKI:
_tests/Udap.PKI.Generator/BuildNginxProxySSLCerts.cs#L41
Possible null reference assignment.
|
Generate PKI:
_tests/Udap.PKI.Generator/CertificateBase.cs#L89
Dereference of a possibly null reference.
|
Generate PKI:
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Dereference of a possibly null reference.
|
Generate PKI:
_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.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.
|
Loading