Skip to content

Related to CRY-52: Add default redaction behavior. #17

Related to CRY-52: Add default redaction behavior.

Related to CRY-52: Add default redaction behavior. #17

Triggered via push December 16, 2024 12:27
Status Success
Total duration 3m 1s
Artifacts
build-and-deploy
2m 47s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: ObjectHashServer.BLL/Services/Implementations/ObjectHashImplementation.cs#L28
'HashAlgorithm.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build-and-deploy
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
build-and-deploy: ObjectHashServer.API/SwaggerFunctions.cs#L45
Possible null reference return.
build-and-deploy: ObjectHashServer.API/SwaggerFunctions.cs#L68
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/SwaggerFunctions.cs#L69
Dereference of a possibly null reference.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L46
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L47
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L92
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L97
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/SwaggerFunctions.cs#L135
Possible null reference return.