Fix xml signature verification and update to .net 9.0 #230
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/SPID.AspNetCore.Authentication/Helpers/XmlHelpers.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Helpers/XmlHelpers.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Helpers/OptionsHelper.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Helpers/OptionsHelper.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Saml/SamlHandler.cs#L345
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
build:
src/SPID.AspNetCore.Authentication/Saml/SamlHandler.cs#L374
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
build:
src/SPID.AspNetCore.Authentication/Helpers/XmlHelpers.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Helpers/XmlHelpers.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/SPID.AspNetCore.Authentication/Saml/SamlHandler.cs#L345
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
build:
src/SPID.AspNetCore.Authentication/Saml/SamlHandler.cs#L374
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|