Skip to content

Merge pull request #19 from 0xcryptar/cry-67-be-permissive-about-arra… #19

Merge pull request #19 from 0xcryptar/cry-67-be-permissive-about-arra…

Merge pull request #19 from 0xcryptar/cry-67-be-permissive-about-arra… #19

Triggered via push December 23, 2024 16:04
Status Success
Total duration 2m 53s
Artifacts
build-and-deploy
2m 40s
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/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/ObjectHasherFunctions.cs#L131
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L136
Converting null literal or possible null value to non-nullable type.
build-and-deploy: ObjectHashServer.API/ObjectHasherFunctions.cs#L145
Dereference of a possibly null reference.
build-and-deploy: ObjectHashServer.API/SwaggerFunctions.cs#L45
Possible null reference return.