Skip to content

refactors qodana profile and enables checks #3588

refactors qodana profile and enables checks

refactors qodana profile and enables checks #3588

GitHub Actions / Qodana for .NET completed Apr 24, 2025 in 0s

13 new problems found by Qodana for .NET

Qodana for .NET

1 new problem were found

Inspection name Severity Problems
Some values of the enum are not processed inside 'switch' expression and are handled via exception in default arm ◽️ Notice 1

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

Detected 62 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.0 MIT
JsonPointer.Net 5.1.0 MIT
JsonSchema.Net.Generation 5.0.0 MIT
JsonSchema.Net 7.3.1 MIT
LibGit2Sharp.NativeBinaries 2.0.323 MIT
LibGit2Sharp 0.31.0 MIT
Microsoft.Build.Framework 17.13.9 MIT
Microsoft.Build.Utilities.Core 17.13.9 MIT
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 MIT
Microsoft.Extensions.Configuration.Abstractions 9.0.4 MIT
Microsoft.Extensions.Configuration.Binder 9.0.4 MIT
Microsoft.Extensions.Configuration.CommandLine 9.0.4 MIT
Microsoft.Extensions.Configuration.EnvironmentVariables 9.0.4 MIT
Microsoft.Extensions.Configuration.FileExtensions 9.0.4 MIT
Microsoft.Extensions.Configuration.Json 9.0.4 MIT
Microsoft.Extensions.Configuration.UserSecrets 9.0.4 MIT
Microsoft.Extensions.Configuration 9.0.4 MIT
Microsoft.Extensions.DependencyInjection.Abstractions 9.0.4 MIT
Microsoft.Extensions.DependencyInjection 9.0.4 MIT
Microsoft.Extensions.Diagnostics.Abstractions 9.0.4 MIT
Microsoft.Extensions.Diagnostics 9.0.4 MIT
Microsoft.Extensions.FileProviders.Abstractions 9.0.4 MIT
Microsoft.Extensions.FileProviders.Physical 9.0.4 MIT
Microsoft.Extensions.FileSystemGlobbing 9.0.4 MIT
Microsoft.Extensions.Hosting.Abstractions 9.0.4 MIT
Microsoft.Extensions.Hosting 9.0.4 MIT
Microsoft.Extensions.Logging.Abstractions 9.0.4 MIT
Microsoft.Extensions.Logging.Configuration 9.0.4 MIT
Microsoft.Extensions.Logging.Console 9.0.4 MIT
Microsoft.Extensions.Logging.Debug 9.0.4 MIT
Microsoft.Extensions.Logging.EventLog 9.0.4 MIT
Microsoft.Extensions.Logging.EventSource 9.0.4 MIT
Microsoft.Extensions.Logging 9.0.4 MIT
Microsoft.Extensions.Options.ConfigurationExtensions 9.0.4 MIT
Microsoft.Extensions.Options 9.0.4 MIT
Microsoft.Extensions.Primitives 9.0.4 MIT
Microsoft.NET.StringTools 17.13.9 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 8.0.0 MIT
System.Diagnostics.DiagnosticSource 9.0.4 MIT
System.Diagnostics.EventLog 8.0.0 MIT
System.Diagnostics.EventLog 9.0.4 MIT
System.IO.Abstractions 22.0.14 MIT
System.IO.Pipelines 9.0.4 MIT
System.Memory 4.5.5 MIT
System.Runtime.CompilerServices.Unsafe 6.0.0 MIT
System.Security.AccessControl 6.0.0-preview.5.21301.5 MIT
System.Security.Cryptography.ProtectedData 8.0.0 MIT
System.Security.Principal.Windows 6.0.0-preview.5.21301.5 MIT
System.Text.Encoding.CodePages 7.0.0 MIT
System.Text.Encodings.Web 9.0.4 MIT
System.Text.Json 9.0.4 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 5 in GitVersion.Core/Extensions/IncrementStrategyExtensions.cs

See this annotation in the file changed.

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

Some values of the enum are not processed inside 'switch' expression and are handled via exception in default arm

Some values of the enum are not processed inside switch: Inherit