Merge pull request #9 from jxnkwlp/dependabot/nuget/Microsoft.EntityF… #24
Annotations
5 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, rlespinasse/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Authentication.Saml2/source/Saml2PostConfigureOptions.cs#L31
Nullability of reference types in type of parameter 'name' of 'void Saml2PostConfigureOptions.PostConfigure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<Saml2Options>.PostConfigure(string? name, Saml2Options options)' (possibly because of nullability attributes).
|
build:
samples/SampleWeb/Controllers/ValuesController.cs#L21
Dereference of a possibly null reference.
|
build:
src/Authentication.Saml2/source/Saml2PostConfigureOptions.cs#L31
Nullability of reference types in type of parameter 'name' of 'void Saml2PostConfigureOptions.PostConfigure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<Saml2Options>.PostConfigure(string? name, Saml2Options options)' (possibly because of nullability attributes).
|
build:
samples/SampleWeb/Controllers/ValuesController.cs#L21
Dereference of a possibly null reference.
|