Skip to content

Release

Release #16

Manually triggered June 30, 2024 12:45
Status Failure
Total duration 4m 24s
Artifacts

release.yml

on: workflow_dispatch
Matrix: Build / build
Create .msixbundle
0s
Create .msixbundle
Create tag
0s
Create tag
Pre-Publish
0s
Pre-Publish
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
Build / Build (x64)
Process completed with exit code 1.
Build / Build (arm64)
The job was canceled because "x64" failed.
Build / Build (arm64)
The operation was canceled.
Build / Build (x64)
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 / Build (x64)
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 / Build (x64)
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 / Build (x64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L45
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L15
Nullability of reference types in type of parameter 'source' of 'object AccountToJsonConverter.Convert(object source)' doesn't match implicitly implemented member 'object? IDataTypeConverter.Convert(object? source)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L34
Nullability of reference types in type of parameter 'target' of 'object AccountToJsonConverter.ConvertFrom(object target)' doesn't match implicitly implemented member 'object? IDataTypeConverter.ConvertFrom(object? target)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L46
Nullability of reference types in return type of 'object? PageProvider<TPageBase>.GetViewModel(string key)' doesn't match implicitly implemented member 'object IPageProvider.GetViewModel(string key)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (x64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (x64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.