Skip to content

multiple parantheses support #176

multiple parantheses support

multiple parantheses support #176

Triggered via push October 9, 2024 09:10
Status Success
Total duration 6m 53s
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.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.Illustrations/OneShelf.Illustrations.Api.Client/IllustrationsApiClient.cs#L45
'IllustrationsApiUrls.GetImage' is obsolete
build: OneShelf.Illustrations/OneShelf.Illustrations.Api.Client/IllustrationsApiClient.cs#L52
'IllustrationsApiUrls.GetImagePublic' is obsolete
build: OneShelf.Illustrations/OneShelf.Illustrations.Api.Client/IllustrationsApiClient.cs#L52
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
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.