Skip to content

build fix

build fix #29

Triggered via push July 22, 2024 06:30
Status Failure
Total duration 8m 12s
Artifacts

unit tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L24
The type or namespace name 'TrieCache' could not be found (are you missing a using directive or an assembly reference?)
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L25
The type or namespace name 'TrieOperations' could not be found (are you missing a using directive or an assembly reference?)
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'rootDelta'.
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'toType'.
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L24
The type or namespace name 'TrieCache' could not be found (are you missing a using directive or an assembly reference?)
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L25
The type or namespace name 'TrieOperations' could not be found (are you missing a using directive or an assembly reference?)
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'rootDelta'.
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'toType'.
build: HarmonyDB.Index/HarmonyDB.Index.LongBalancer/Program.cs#L84
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
build: OneShelf.Pdfs/OneShelf.Pdfs.Api/GetLicenseInfo.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: OneShelf.Illustrations/OneShelf.Illustrations.Api.Model/OneResponse.cs#L8
Required member 'OneResponse.ImageIds' should not be attributed with 'ObsoleteAttribute' unless the containing type is obsolete or all constructors are obsolete.
build: OneShelf.Collectives/OneShelf.Collectives.Database/CollectivesCosmosDatabase.cs#L15
The member 'CollectivesCosmosDatabase._options' does not hide an accessible member. The new keyword is not required.
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ShortestStructureFinder/Program.cs#L147
Nullability of reference types in type of parameter 'x' of 'bool ElementComparer.Equals(IElement x, IElement y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IElement>.Equals(IElement? x, IElement? y)' (possibly because of nullability attributes).
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ShortestStructureFinder/Program.cs#L147
Nullability of reference types in type of parameter 'y' of 'bool ElementComparer.Equals(IElement x, IElement y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IElement>.Equals(IElement? x, IElement? y)' (possibly because of nullability attributes).
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ExpectationMaximization/Models.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ExpectationMaximization/Models.cs#L26
Non-nullable property 'SecretTonalities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ExpectationMaximization/Models.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HarmonyDB.Experimental/HarmonyDB.Experimental.ExpectationMaximization/Models.cs#L36
Non-nullable property 'SecretTonalities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.