Skip to content

Controls: Added metadata to the Controls project to enable publishing to NuGet #15

Controls: Added metadata to the Controls project to enable publishing to NuGet

Controls: Added metadata to the Controls project to enable publishing to NuGet #15

Triggered via pull request February 2, 2025 08:32
Status Failure
Total duration 4m 11s
Artifacts

cd-controls.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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: src/Files.Core.SourceGenerator/CodeFixProviders/StringsPropertyCodeFixProvider.cs#L57
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
build: src/Files.App.Controls/Toolbar/ToolbarToggleButton/ToolbarToggleButton.cs#L175
Possible null reference argument for parameter 'newContent' in 'void ToolbarToggleButton.UpdateContent(object newContent)'.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L30
Non-nullable field '_tempToolbarItemsList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L30
Non-nullable field '_tempToolbarItemsOverflowList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L49
Possible null reference argument for parameter 'itemsRepeater' in 'void Toolbar.SetItemsRepeater(ItemsRepeater itemsRepeater)'.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L67
Possible null reference return.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L72
Possible null reference return.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L77
Possible null reference return.
build: src/Files.App.Controls/Toolbar/ToolbarButton/ToolbarButton.cs#L175
Possible null reference argument for parameter 'newContent' in 'void ToolbarButton.UpdateContent(object newContent)'.
build: src/Files.App.Controls/Toolbar/Toolbar.cs#L459
Possible null reference return.