Merge pull request #13 from JoeShook/develop #50
Annotations
11 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:
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/Services/x509/CertificateTooling.cs#L103
Possible null reference return.
|
build:
Shared/Services/x509/CertificateTooling.cs#L193
Possible null reference return.
|
build:
Shared/Services/x509/CertificateTooling.cs#L206
Dereference of a possibly null reference.
|
build:
Shared/Services/x509/CertificateTooling.cs#L207
Dereference of a possibly null reference.
|
build:
Shared/Services/x509/CertificateTooling.cs#L207
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.
|
build:
Shared/Services/UdapClientState.cs#L26
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|