Skip to content

progressions visualization fixed for linux hosting #23

progressions visualization fixed for linux hosting

progressions visualization fixed for linux hosting #23

Triggered via push July 21, 2024 04:18
Status Success
Total duration 6m 39s
Artifacts

unit tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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.
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.