Skip to content

Add LogLevel Setting #350

Add LogLevel Setting

Add LogLevel Setting #350

GitHub Actions / Qodana for .NET failed Oct 8, 2024 in 0s

6 new problems found by Qodana for .NET

Qodana for .NET

2 new problems were found

Inspection name Severity Problems
Redundant using directive 🔶 Warning 1
Convert constructor into primary constructor ◽️ Notice 1

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

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 31 in source/RevitLookup/Services/LoggingLevelService.cs

See this annotation in the file changed.

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

Convert constructor into primary constructor

Convert into primary constructor

Check warning on line 22 in source/RevitLookup/Config/GeneralConfiguration.cs

See this annotation in the file changed.

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

Redundant using directive

Using directive is not required by the code and can be safely removed