Skip to content

trying to publish two versions of front-end: with simd support and th… #9

trying to publish two versions of front-end: with simd support and th…

trying to publish two versions of front-end: with simd support and th… #9

Triggered via push June 19, 2024 23:00
Status Cancelled
Total duration 11m 47s
Artifacts

frontend.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 21 warnings
build
The run was canceled by @pavel-zhur.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Authorization\OneShelf.Authorization.Api.Client\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.Api.Client\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.LocalWindowsEnvBlinkFiles\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Authorization\OneShelf.Authorization.Api\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.Api\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.Generation.Inspiration\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.Generation.Volumes\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Pdfs\OneShelf.Pdfs.Generation.Resources\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Illustrations\OneShelf.Illustrations.Api.Model\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build
Assets file 'D:\a\HarmonyDB\HarmonyDB\OneShelf.Illustrations\OneShelf.Illustrations.Api\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
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 "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Components/CollectionComponentBase.cs#L40
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.Frontend/OneShelf.Frontend.Web/Components/VisitedNavLink.cs#L123
Possible null reference argument for parameter 'prefix' in 'bool VisitedNavLink.IsStrictlyPrefixWithSeparator(string value, string prefix)'.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Models/Fingerings/FingeringsModelIndex.cs#L5
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Models/Fingerings/FingeringsModelIndex.cs#L7
Non-nullable property 'TypesByChordText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Services/CollectionIndexProvider.cs#L34
Non-nullable event 'SyncingChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Shared/SearchResultsLocal.razor#L33
Dereference of a possibly null reference.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Shared/SearchResultsLocal.razor#L33
Possible null reference argument for parameter 'value' in 'SongsMode Enum.Parse<SongsMode>(string value)'.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Shared/SearchResultsLocal.razor#L45
Possible null reference argument for parameter 's' in 'long long.Parse(string s)'.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Shared/SearchResultsLocal.razor#L56
Dereference of a possibly null reference.
build: OneShelf.Common/OneShelf.Common.Songs/FullTextSearch/FullTextSearchLogic.cs#L116
Possible null reference argument for parameter 'text' in 'string FullTextSearchLogic.ToSearchSyntax(string text)'.
build: OneShelf.Frontend/OneShelf.Frontend.Api.Model/V3/Api/GetVisitedSearchesRequest.cs#L7
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Api.Model/V3/Api/GetVisitedChordsRequest.cs#L7
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Api.Model/V3/Api/GetPdfsResponse.cs#L5
Non-nullable property 'Pdfs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Api.Model/V3/Api/GetPdfsResponse.cs#L15
Non-nullable property 'PreviewLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HarmonyDB.Index/HarmonyDB.Index.Analysis/Services/ProgressionsBuilder.cs#L273
Dereference of a possibly null reference.
build: HarmonyDB.Index/HarmonyDB.Index.Api.Model/VPublic/GetPublicResponse.cs#L7
Non-nullable property 'Artists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HarmonyDB.Index/HarmonyDB.Index.Api.Model/VInternal/TryImportResponse.cs#L13
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Components/VisitedNavLink.cs#L123
Possible null reference argument for parameter 'prefix' in 'bool VisitedNavLink.IsStrictlyPrefixWithSeparator(string value, string prefix)'.
build: OneShelf.Frontend/OneShelf.Frontend.Web/Components/CollectionComponentBase.cs#L40
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.