Skip to content

Release

Release #13

Re-run triggered March 30, 2024 14:30
Status Failure
Total duration 1m 2s
Artifacts 5

release.yml

on: workflow_dispatch
Matrix: Build / build
Create .msixbundle
18s
Create .msixbundle
Create tag
4s
Create tag
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
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.
Build / Build (x64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L9
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (arm64)
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 (arm64)
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 (arm64)
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 (arm64): 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 (arm64): 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 (arm64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L45
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): 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 (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (arm64): 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 (arm64): 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.
Build / Build (arm64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L9
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Create .msixbundle
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/
Create .msixbundle
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/
Publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, isaacrlevin/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish
The following actions uses node12 which is deprecated and will be forced to run on node16: isaacrlevin/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Pre-Publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, trympet/microsoft-store-flight-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pre-Publish
The following actions uses node12 which is deprecated and will be forced to run on node16: trympet/microsoft-store-flight-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/