Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev schema editing #284

Closed

Merge remote-tracking branch 'refs/remotes/origin/dev' into dev-schem…

4c90047
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Dev schema editing #284

Merge remote-tracking branch 'refs/remotes/origin/dev' into dev-schem…
4c90047
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for .NET failed Sep 3, 2024 in 0s

8 new problems found by Qodana for .NET

Qodana for .NET

2 new problems were found

Inspection name Severity Problems
Invert 'if' statement to reduce nesting ◽️ Notice 1
Merge sequential checks into single conditional access check ◽️ 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 41 in source/RevitLookup/ViewModels/Dialogs/ExtensibleStorage/EditEntityViewModel.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

Check notice on line 39 in source/RevitLookup/ViewModels/Dialogs/ExtensibleStorage/SelectEntityViewModel.cs

See this annotation in the file changed.

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

Merge sequential checks into single conditional access check

Merge sequential checks