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

Add qodana for dotnet part #301

Merged
merged 14 commits into from
Nov 26, 2024
Merged

Add qodana for dotnet part #301

merged 14 commits into from
Nov 26, 2024

Conversation

rafaelldi
Copy link
Collaborator

No description provided.

@rafaelldi rafaelldi self-assigned this Nov 18, 2024
Copy link

github-actions bot commented Nov 18, 2024

Qodana for .NET

26 new problems were found

Inspection name Severity Problems
Non-accessed positional property (non-private accessibility) 🔶 Warning 10
Conditional access qualifier expression is not null according to nullable reference types' annotations 🔶 Warning 2
Unresolved fragment in a link 🔶 Warning 2
Obsolete attribute 🔶 Warning 1
Property can be made init-only (non-private accessibility) ◽️ Notice 3
Some values of the enum are not processed inside 'switch' statement ◽️ Notice 2
RoslynAnalyzers Use concrete types when possible for improved performance ◽️ Notice 1
'if-return' statement can be rewritten as 'return' statement ◽️ Notice 1
Merge null/pattern checks into complex pattern ◽️ Notice 1
Redundant semicolon after type or namespace declaration ◽️ Notice 1
Simplify conditional ternary expression ◽️ Notice 1
Type member is never used (non-private accessibility) ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link

github-actions bot commented Nov 18, 2024

Qodana for JVM

3 new problems were found

Inspection name Severity Problems
Duplicated code fragment ◽️ Notice 1
Class member can have 'private' visibility ◽️ Notice 1
Variable declaration could be moved inside 'when' ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 18 dependencies

Third-party software list

This page lists the third-party software dependencies used in aspire-plugin

Dependency Version Licenses
annotations 13.0 Apache-2.0
com.intellij.jsonpath 243.21565.192+914 Apache-2.0
com.intellij.settingssync 243.21565.192+719 Apache-2.0
BSD-3-Clause
com.intellij.swagger 243.21565.192+449 Apache-2.0
com.jetbrains.performanceplugin 243.21565.192+807 Apache-2.0
com.jetbrains.restclient 243.21565.192+792 Apache-2.0
MIT
commons-logging 1.2 Apache-2.0
docker 2024.3+553 Apache-2.0
intellij.charts 243.21565.192+434 Apache-2.0
intellij.ide.startup.importsettings 243.21565.192+43 Apache-2.0
javascript 243.21565.192+302 MIT
jna 5.6.0 Apache-2.0
GPL-1.0-or-later
LGPL-2.0-or-later
kotlin-compiler-embeddable 1.8.10 Apache-2.0
kotlin-daemon-embeddable 1.8.10 Apache-2.0
kotlin-script-runtime 1.8.10 Apache-2.0
org.intellij.qodana 243.21565.192+841 Apache-2.0
tanvd.grazi 243.21565.192+287 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
training 243.21565.192+719 Apache-2.0
Contact Qodana team

Contact us at [email protected]

@rafaelldi rafaelldi force-pushed the qodana branch 2 times, most recently from 5754368 to 03a8d30 Compare November 26, 2024 06:08
@rafaelldi rafaelldi merged commit 4fad039 into main Nov 26, 2024
8 checks passed
@rafaelldi rafaelldi deleted the qodana branch November 26, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant