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 version suffix and metadata #115

Merged
merged 5 commits into from
Dec 23, 2024
Merged

Add version suffix and metadata #115

merged 5 commits into from
Dec 23, 2024

Conversation

zingz0r
Copy link
Owner

@zingz0r zingz0r commented Dec 23, 2024

No description provided.

@zingz0r zingz0r merged commit 9431b62 into master Dec 23, 2024
3 checks passed
@zingz0r zingz0r deleted the feature/versioning branch December 23, 2024 14:01
Copy link

Qodana Community for .NET

171 new problems were found

Inspection name Severity Problems
Usage of <inheritdoc /> is invalid 🔶 Warning 14
Auto-property accessor is never used: Non-private accessibility 🔶 Warning 11
Possible 'null' assignment to non-nullable entity 🔶 Warning 10
Unused parameter: Private accessibility 🔶 Warning 3
Return value of [MustUseReturnValue] annotated method is not used 🔶 Warning 2
Possible 'System.NullReferenceException' 🔶 Warning 2
Type member is never used: Non-private accessibility ◽️ Notice 83
Auto-property can be made get-only: Non-private accessibility ◽️ Notice 23
Member can be made private: Non-private accessibility ◽️ Notice 7
Prefer using concrete value over 'default' or 'new()' ◽️ Notice 7
Type member is never accessed via base type: Non-private accessibility ◽️ Notice 5
Use preferred style of 'new' expression when created type is evident ◽️ Notice 1
Class is never instantiated: Non-private accessibility ◽️ Notice 1
Convert into 'await using' statement or declaration ◽️ Notice 1
Virtual (overridable) member is never overridden: Non-private accessibility ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.3.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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