Code Quality: Moved GetBranchNames operation into Git abstraction
#18440
+72
−33
Annotations
10 errors and 10 warnings
|
|
|
src/Files.App/ViewModels/Dialogs/AddBranchDialogViewModel.cs#L59
'GitHelpers' does not contain a definition for 'GetBranchesNames'
|
|
src/Files.App/Data/Models/DirectoryPropertiesViewModel.cs#L147
'GitHelpers' does not contain a definition for 'GetBranchesNames'
|
|
src/Files.App/Utils/Git/LibGit2.cs#L116
The name 'GitOperationSemaphore' does not exist in the current context
|
|
src/Files.App/Utils/Git/LibGit2.cs#L105
The name 'GitOperationSemaphore' does not exist in the current context
|
|
src/Files.App/Utils/Git/LibGit2.cs#L70
Cannot infer the type of implicitly-typed deconstruction variable 'returnValue'.
|
|
src/Files.App/Utils/Git/LibGit2.cs#L70
Cannot infer the type of implicitly-typed deconstruction variable 'result'.
|
|
src/Files.App/Utils/Git/LibGit2.cs#L83
The name 'TryGetTrackingDetails' does not exist in the current context
|
|
src/Files.App/Utils/Git/LibGit2.cs#L83
The name 'TryGetTrackingDetails' does not exist in the current context
|
|
src/Files.App/Utils/Git/LibGit2.cs#L81
The name 'MAX_NUMBER_OF_BRANCHES' does not exist in the current context
|
|
src/Files.App.Controls/BladeView/BladeItem.cs#L30
Non-nullable field '_parentBladeView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Files.App.Controls/BladeView/BladeItem.cs#L30
Non-nullable field '_bladeResizer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Files.App.Controls/BladeView/BladeItem.cs#L30
Non-nullable field '_closeButton' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Files.App.Controls/Toolbar/ToolbarToggleButton/ToolbarToggleButton.cs#L175
Possible null reference argument for parameter 'newContent' in 'void ToolbarToggleButton.UpdateContent(object newContent)'.
|
|
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
|
|
src/Files.Core.SourceGenerator/Generators/VTableFunctionGenerator.cs#L6
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/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
|
src/Files.Core.SourceGenerator/Generators/StringsPropertyGenerator.cs#L14
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/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
|
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/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
|
src/Files.Core.SourceGenerator/Generators/CommandManagerGenerator.cs#L6
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/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
|
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/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
The logs for this run have expired and are no longer available.
Loading