progressions visualization fixed for linux hosting #23
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.Pdfs/OneShelf.Pdfs.Generation.Volumes/Services/MyFontResolver.cs#L31
Possible null reference return.
|
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.
|