Controls: Added metadata to the Controls project to enable publishing to NuGet #15
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.
|