image variants implemented #179
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.Common/OneShelf.Common.Songs/FullTextSearch/FullTextSearchLogic.cs#L108
Possible null reference argument for parameter 'text' in 'string FullTextSearchExtensions.ToSearchSyntax(string text)'.
|
Build:
OneShelf.Authorization/OneShelf.Authorization.Api.Client/AuthorizationApiClientOptions.cs#L5
Non-nullable property 'CheckIdentityEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
OneShelf.Authorization/OneShelf.Authorization.Api.Client/AuthorizationApiClientOptions.cs#L7
Non-nullable property 'PingEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
OneShelf.Authorization/OneShelf.Authorization.Api.Client/AuthorizationApiClientOptions.cs#L9
Non-nullable property 'ServiceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
OneShelf.Common/OneShelf.Common.Database.Songs/Model/Artist.cs#L15
Non-nullable property 'Tenant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
OneShelf.Common/OneShelf.Common.Database.Songs/Model/Song.cs#L17
Non-nullable property 'Tenant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
OneShelf.Common/OneShelf.Common.Database.Songs/Model/Message.cs#L12
Non-nullable property 'Tenant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading