Skip to content

Bump Udap.Client from 0.3.72 to 0.3.75 #1024

Bump Udap.Client from 0.3.72 to 0.3.75

Bump Udap.Client from 0.3.72 to 0.3.75 #1024

Triggered via push September 13, 2024 12:22
Status Success
Total duration 3m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions use a deprecated Node.js version 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.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L45
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L46
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build: Udap.Model/PayloadSerializer.cs#L57
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L91
Possible null reference argument for parameter 'algorithm' in 'string AccessTokenRequestForClientCredentialsBuilder.BuildClientAssertion(string algorithm)'.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L76
Possible null reference argument for parameter 'algorithm' in 'string? AccessTokenRequestForAuthorizationCodeBuilder.BuildClientAssertion(string algorithm)'.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L81
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L83
Possible null reference assignment.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L84
Possible null reference assignment.
build: Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L88
Possible null reference assignment.
build: Udap.Model/PayloadSerializer.cs#L94
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: Udap.Smart.Model/SmartMetadata.cs#L14
Non-nullable property 'issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.