Skip to content

NET 9 upgrade

NET 9 upgrade #55

Triggered via pull request December 18, 2024 22:29
@JoeShookJoeShook
synchronize #15
develop
Status Success
Total duration 15m 21s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Shared/Components/CascadingAppState.razor#L108
Nullability of reference types in return type of 'string? CascadingAppState.BaseUrl.get' doesn't match implicitly implemented member 'string IAppState.BaseUrl.get' (possibly because of nullability attributes).
build: Shared/Components/CascadingAppState.razor#L133
Nullability of reference types in return type of 'OrderedDictionary? CascadingAppState.BaseUrls.get' doesn't match implicitly implemented member 'OrderedDictionary IAppState.BaseUrls.get' (possibly because of nullability attributes).
build: Shared/Components/CascadingAppState.razor#L173
Nullability of reference types in return type of 'RawSoftwareStatementAndHeader? CascadingAppState.SoftwareStatementBeforeEncoding.get' doesn't match implicitly implemented member 'RawSoftwareStatementAndHeader IAppState.SoftwareStatementBeforeEncoding.get' (possibly because of nullability attributes).
build: Shared/Services/UdapClientState.cs#L34
Nullability of reference types in return type of 'RawSoftwareStatementAndHeader? UdapClientState.SoftwareStatementBeforeEncoding.get' doesn't match implicitly implemented member 'RawSoftwareStatementAndHeader IAppState.SoftwareStatementBeforeEncoding.get' (possibly because of nullability attributes).
build: Shared/CdsComponents/ServiceDisplay.razor#L22
Non-nullable property 'CdsServiceModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Shared/Model/UdapClientCredentialsTokenRequestModel.cs#L43
Possible null reference assignment.
build: Shared/Model/UdapClientCredentialsTokenRequestModel.cs#L43
Possible null reference assignment.
build: Shared/Model/UdapClientCredentialsTokenRequestModel.cs#L45
Possible null reference assignment.
build: Shared/Model/UdapAuthorizationCodeTokenRequestModel.cs#L41
Possible null reference assignment.
build: Shared/Model/UdapAuthorizationCodeTokenRequestModel.cs#L42
Possible null reference assignment.