Skip to content

tests fixed

tests fixed #33

Triggered via push July 20, 2024 21:16
Status Success
Total duration 5m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: OneShelf.Sources/OneShelf.Sources.Self.Api/Functions/V1/Own/FormatPreview.cs#L25
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.Sources/OneShelf.Sources.Self.Api/Functions/V1/GetSourcesAndExternalIds.cs#L33
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.Sources/OneShelf.Sources.Self.Api/Services/MetadataBuilder.cs#L49
Argument of type 'Dictionary<string, dynamic>' cannot be used for parameter 'dictionary' of type 'Dictionary<string, object?>' in 'void ConversionExtensions.ToDictionary(PdfsAttributes attributes, Dictionary<string, object?> dictionary)' due to differences in the nullability of reference types.
build: OneShelf.Sources/OneShelf.Sources.Self.Api/Services/MetadataBuilder.cs#L55
Argument of type 'Dictionary<string, dynamic>' cannot be used for parameter 'dictionary' of type 'Dictionary<string, object?>' in 'void ConversionExtensions.ToDictionary(FrontendAttributesV1 attributes, Dictionary<string, object?> dictionary)' due to differences in the nullability of reference types.
build: OneShelf.Sources/OneShelf.Sources.Self.Api/Services/MetadataBuilder.cs#L69
Nullability of reference types in value of type 'Dictionary<string, dynamic>' doesn't match target type 'IReadOnlyDictionary<string, object?>'.
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.Common/OneShelf.Common.Songs/FullTextSearch/FullTextSearchLogic.cs#L108
Possible null reference argument for parameter 'text' in 'string FullTextSearchExtensions.ToSearchSyntax(string text)'.
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 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 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 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 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.Collectives/OneShelf.Collectives.Database/CollectivesCosmosDatabase.cs#L15
The member 'CollectivesCosmosDatabase._options' does not hide an accessible member. The new keyword is not required.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: OneShelf.OneDog/OneShelf.OneDog.Processor/Services/Commands/Start.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.OneDog/OneShelf.OneDog.Processor/Services/Commands/Admin/UpdateCommands.cs#L23
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.OneDog/OneShelf.OneDog.Processor/Services/Commands/Nothing.cs#L25
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.OneDog/OneShelf.OneDog.Processor/Services/Commands/Admin/Temp.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.OneDog/OneShelf.OneDog.Processor/Services/Commands/Help.cs#L29
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.OneDog/OneShelf.OneDog.Processor/Services/Commands/DomainAdmin/ViewBilling.cs#L26
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.OneDog/OneShelf.OneDog.Processor/Services/DialogHandlerMemory.cs#L51
Nullability of reference types in value of type 'List<List<(Type x, CommandAttribute? attribute)>>' doesn't match target type 'List<List<(Type type, CommandAttribute attribute)>>'.
build: OneShelf.OneDog/OneShelf.OneDog.Processor/Services/PipelineHandlers/ChatterHandlerBase.cs#L62
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: HarmonyDB.Index/HarmonyDB.Index.BusinessLogic/Caches/TonalitiesCache.cs#L38
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: HarmonyDB.Index/HarmonyDB.Index.BusinessLogic/Caches/IndexHeadersCache.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: HarmonyDB.Index/HarmonyDB.Index.BusinessLogic/Caches/ProgressionsCache.cs#L23
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: HarmonyDB.Index/HarmonyDB.Index.BusinessLogic/Caches/StructuresCache.cs#L29
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: HarmonyDB.Index/HarmonyDB.Index.BusinessLogic/Caches/Bases/FileCacheBase.cs#L165
Possible null reference argument for parameter 'fileModel' in 'Task<TPresentationModel> FileCacheBase<TFileModel, TPresentationModel>.ToPresentationModel(TFileModel fileModel)'.
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Functions/GetImagePublic.cs#L19
'IllustrationsApiUrls.GetImagePublic' is obsolete
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Functions/GetImage.cs#L30
'IllustrationsApiUrls.GetImage' is obsolete
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L22
This call site is reachable on all platforms. 'EncoderParameters' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L43
This call site is reachable on all platforms. 'ImageFormat.Jpeg' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L54
This call site is reachable on all platforms. 'ImageCodecInfo.FormatID' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L51
This call site is reachable on all platforms. 'ImageCodecInfo.GetImageEncoders()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L25
This call site is reachable on all platforms. 'EncoderParameters.Param' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Illustrations/OneShelf.Illustrations.Api/Services/ImagesProcessor.cs#L54
This call site is reachable on all platforms. 'ImageFormat.Guid' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: OneShelf.Authorization/OneShelf.Authorization.Api/Services/AuthorizationChecker.cs#L62
Possible null reference argument for parameter 'source' in 'IEnumerable<KeyValuePair<string, object?>> Enumerable.Where<KeyValuePair<string, object?>>(IEnumerable<KeyValuePair<string, object?>> source, Func<KeyValuePair<string, object?>, bool> predicate)'.
build: OneShelf.Authorization/OneShelf.Authorization.Api.Client/AuthorizationApiClientOptions.cs#L5
Non-nullable property 'CheckIdentityEndpoint' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.