Merge pull request #18 from 0xcryptar/cry-67-be-permissive-about-arra… #18
notarization-objecthash.yml
on: push
build-and-deploy
3m 25s
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/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#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#L131
Converting null literal or possible null value to non-nullable type.
|