Skip to content

👷 Remove flatpak dependencies from linux workload #15

👷 Remove flatpak dependencies from linux workload

👷 Remove flatpak dependencies from linux workload #15

Triggered via push February 3, 2024 11:19
Status Failure
Total duration 3m 57s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 39 warnings
build-linux
Process completed with exit code 1.
build-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, KageKirin/get-csproj-version@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-linux
The following actions uses node12 which is deprecated and will be forced to run on node16: KageKirin/get-csproj-version@v0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-linux
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-linux
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-linux: Showcase/Models/Entities/ShowcaseSlide.cs#L36
Partial method declarations 'void ShowcaseSlide.OnNotesChanged(string? oldValue, string newValue)' and 'void ShowcaseSlide.OnNotesChanged(string? value, string newValue)' have signature differences.
build-linux: Showcase/ViewModels/PresenterViewModel.cs#L201
Partial method declarations 'void PresenterViewModel.OnTransitionChanged(IPageTransition? value)' and 'void PresenterViewModel.OnTransitionChanged(IPageTransition? selectedTransition)' have signature differences.
build-linux: Showcase/ViewModels/PresenterViewModel.cs#L227
Partial method declarations 'void PresenterViewModel.OnDurationChanged(TransitionDuration? value)' and 'void PresenterViewModel.OnDurationChanged(TransitionDuration? duration)' have signature differences.
build-linux: Showcase/Models/Entities/TransitionDuration.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: Showcase/Models/Entities/ShowcaseSlide.cs#L32
Non-nullable property 'PageSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: Showcase/Models/Entities/ShowcaseSlide.cs#L34
Non-nullable field '_notes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-linux: Showcase/Models/Entities/ShowcasePresentation.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: Showcase/Models/Entities/ShowcasePresentation.cs#L34
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: Showcase/Models/Entities/ShowcasePresentation.cs#L35
Non-nullable property 'Md5' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux
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-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, KageKirin/get-csproj-version@v0, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: KageKirin/get-csproj-version@v0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-windows
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-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L36
Partial method declarations 'void ShowcaseSlide.OnNotesChanged(string? oldValue, string newValue)' and 'void ShowcaseSlide.OnNotesChanged(string? value, string newValue)' have signature differences.
build-windows: Showcase/ViewModels/PresenterViewModel.cs#L201
Partial method declarations 'void PresenterViewModel.OnTransitionChanged(IPageTransition? value)' and 'void PresenterViewModel.OnTransitionChanged(IPageTransition? selectedTransition)' have signature differences.
build-windows: Showcase/ViewModels/PresenterViewModel.cs#L227
Partial method declarations 'void PresenterViewModel.OnDurationChanged(TransitionDuration? value)' and 'void PresenterViewModel.OnDurationChanged(TransitionDuration? duration)' have signature differences.
build-windows: Showcase/Services/WindowManager/WindowFactory.cs#L45
Possible null reference argument for parameter 'application' in 'bool ApplicationExtensions.HasWindow<PresenterView>(Application application)'.
build-windows: Showcase/Services/WindowManager/WindowFactory.cs#L58
Dereference of a possibly null reference.
build-windows: Showcase/Models/Entities/TransitionDuration.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L32
Non-nullable property 'PageSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L34
Non-nullable field '_notes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: Showcase/Services/WindowManager/WindowFactory.cs#L69
Possible null reference argument for parameter 'application' in 'bool ApplicationExtensions.HasWindow<PresenterView>(Application application)'.
build-windows
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-windows
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-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L36
Partial method declarations 'void ShowcaseSlide.OnNotesChanged(string? oldValue, string newValue)' and 'void ShowcaseSlide.OnNotesChanged(string? value, string newValue)' have signature differences.
build-windows: Showcase/ViewModels/PresenterViewModel.cs#L201
Partial method declarations 'void PresenterViewModel.OnTransitionChanged(IPageTransition? value)' and 'void PresenterViewModel.OnTransitionChanged(IPageTransition? selectedTransition)' have signature differences.
build-windows: Showcase/ViewModels/PresenterViewModel.cs#L227
Partial method declarations 'void PresenterViewModel.OnDurationChanged(TransitionDuration? value)' and 'void PresenterViewModel.OnDurationChanged(TransitionDuration? duration)' have signature differences.
build-windows: Showcase/Models/Entities/TransitionDuration.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Showcase/Views/Controls/PresentationSlideItem.axaml.cs#L58
Converting null literal or possible null value to non-nullable type.
build-windows: Showcase/Views/Controls/PresentationSlideItem.axaml.cs#L56
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-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L32
Non-nullable property 'PageSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Showcase/Models/Entities/ShowcaseSlide.cs#L34
Non-nullable field '_notes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: Showcase/Models/Entities/ShowcasePresentation.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows
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-windows
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/