Skip to content

Merge pull request #4561 from joaopbnogueira/feature/allow-unshallow-… #5335

Merge pull request #4561 from joaopbnogueira/feature/allow-unshallow-…

Merge pull request #4561 from joaopbnogueira/feature/allow-unshallow-… #5335

GitHub Actions / Qodana for .NET completed Jun 5, 2025 in 0s

4 new problems found by Qodana for .NET

Qodana for .NET

4 new problems were found

Inspection name Severity Problems
Use preferred style for trailing comma before new line in multiline lists ◽️ Notice 3
Invert 'if' statement to reduce nesting ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 63 dependencies

Third-party software list

This page lists the third-party software dependencies used in GitVersion

Dependency Version Licenses
Humanizer.Core 2.14.1 MIT
Json.More.Net 2.1.1 MIT
JsonPointer.Net 5.3.1 MIT
JsonSchema.Net.Generation 5.0.2 MIT
JsonSchema.Net 7.3.4 MIT
LibGit2Sharp.NativeBinaries 2.0.323 MIT
LibGit2Sharp 0.31.0 MIT
Microsoft.Build.Framework 17.14.8 MIT
Microsoft.Build.Utilities.Core 17.14.8 MIT
Microsoft.CodeAnalysis.PublicApiAnalyzers 4.14.0 MIT
Microsoft.Extensions.Configuration.Abstractions 9.0.5 MIT
Microsoft.Extensions.Configuration.Binder 9.0.5 MIT
Microsoft.Extensions.Configuration.CommandLine 9.0.5 MIT
Microsoft.Extensions.Configuration.EnvironmentVariables 9.0.5 MIT
Microsoft.Extensions.Configuration.FileExtensions 9.0.5 MIT
Microsoft.Extensions.Configuration.Json 9.0.5 MIT
Microsoft.Extensions.Configuration.UserSecrets 9.0.5 MIT
Microsoft.Extensions.Configuration 9.0.5 MIT
Microsoft.Extensions.DependencyInjection.Abstractions 9.0.5 MIT
Microsoft.Extensions.DependencyInjection 9.0.5 MIT
Microsoft.Extensions.Diagnostics.Abstractions 9.0.5 MIT
Microsoft.Extensions.Diagnostics 9.0.5 MIT
Microsoft.Extensions.FileProviders.Abstractions 9.0.5 MIT
Microsoft.Extensions.FileProviders.Physical 9.0.5 MIT
Microsoft.Extensions.FileSystemGlobbing 9.0.5 MIT
Microsoft.Extensions.Hosting.Abstractions 9.0.5 MIT
Microsoft.Extensions.Hosting 9.0.5 MIT
Microsoft.Extensions.Logging.Abstractions 9.0.5 MIT
Microsoft.Extensions.Logging.Configuration 9.0.5 MIT
Microsoft.Extensions.Logging.Console 9.0.5 MIT
Microsoft.Extensions.Logging.Debug 9.0.5 MIT
Microsoft.Extensions.Logging.EventLog 9.0.5 MIT
Microsoft.Extensions.Logging.EventSource 9.0.5 MIT
Microsoft.Extensions.Logging 9.0.5 MIT
Microsoft.Extensions.Options.ConfigurationExtensions 9.0.5 MIT
Microsoft.Extensions.Options 9.0.5 MIT
Microsoft.Extensions.Primitives 9.0.5 MIT
Microsoft.NET.StringTools 17.14.8 MIT
Microsoft.Win32.Registry 6.0.0-preview.5.21301.5 MIT
Polly.Core 8.5.2 BSD-3-Clause
Polly 8.5.2 BSD-3-Clause
Roslynator.Analyzers 4.13.1 Apache-2.0
Roslynator.Formatting.Analyzers 4.13.1 Apache-2.0
System.Collections.Immutable 9.0.2 MIT
System.Configuration.ConfigurationManager 9.0.0 MIT
System.Diagnostics.DiagnosticSource 9.0.0 MIT
System.Diagnostics.DiagnosticSource 9.0.5 MIT
System.Diagnostics.EventLog 9.0.0 MIT
System.Diagnostics.EventLog 9.0.5 MIT
System.IO.Abstractions 22.0.14 MIT
System.IO.Pipelines 9.0.5 MIT
System.Memory 4.6.0 MIT
System.Runtime.CompilerServices.Unsafe 6.1.0 MIT
System.Security.AccessControl 6.0.0-preview.5.21301.5 MIT
System.Security.Cryptography.ProtectedData 9.0.0 MIT
System.Security.Principal.Windows 6.0.0-preview.5.21301.5 MIT
System.Text.Encoding.CodePages 9.0.0 MIT
System.Text.Encodings.Web 9.0.5 MIT
System.Text.Json 9.0.5 MIT
TestableIO.System.IO.Abstractions.Wrappers 22.0.14 MIT
TestableIO.System.IO.Abstractions 22.0.14 MIT
Testably.Abstractions.FileSystem.Interface 9.0.0 MIT
YamlDotNet 16.3.0 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 58 in GitVersion.App.Tests/HelpWriterTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Remove trailing comma to conform to code style

Check notice on line 49 in GitVersion.App.Tests/HelpWriterTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Remove trailing comma to conform to code style

Check notice on line 82 in GitVersion.App/Arguments.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Remove trailing comma to conform to code style

Check notice on line 191 in GitVersion.Core/Core/GitPreparer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invert 'if' statement to reduce nesting

Invert 'if' statement to reduce nesting