Controls: Added metadata to the Controls project to enable publishing to NuGet #21
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/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/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/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/AdaptiveGridView/AdaptiveGridView.Properties.cs#L65
Dereference of a possibly null reference.
|
build:
src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.Properties.cs#L71
Dereference of a possibly null reference.
|
build:
src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.Properties.cs#L77
Dereference of a possibly null reference.
|
build:
src/Files.App.Controls/BladeView/BladeItem.cs#L25
Non-nullable field '_closeButton' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|