Skip to content

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

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

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

Triggered via pull request February 9, 2025 08:18
Status Failure
Total duration 4m 45s
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
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "CommunityToolkit.WinUI.Extensions
build: src/Files.Core.SourceGenerator/Analyzers/StringsPropertyAnalyzer.cs#L12
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
build: src/Files.Core.SourceGenerator/Generators/RegistrySerializationGenerator.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
build: src/Files.Core.SourceGenerator/Generators/DependencyPropertyGenerator.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
build: src/Files.Core.SourceGenerator/Generators/StringsPropertyGenerator.cs#L13
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
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/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#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)'.