Skip to content

Merge pull request #61 from pavel-zhur/feature/image-traces #180

Merge pull request #61 from pavel-zhur/feature/image-traces

Merge pull request #61 from pavel-zhur/feature/image-traces #180

Triggered via push October 10, 2024 08:14
Status Success
Total duration 6m 7s
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.Common/OneShelf.Common.Songs/FullTextSearch/FullTextSearchLogic.cs#L108
Possible null reference argument for parameter 'text' in 'string FullTextSearchExtensions.ToSearchSyntax(string text)'.
build: OneShelf.Pdfs/OneShelf.Pdfs.Api.Client/PdfsApiClientOptions.cs#L5
Non-nullable property 'Endpoint' 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.
build: OneShelf.Common/OneShelf.Common.Database.Songs/Model/LikeCategory.cs#L14
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.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.