Skip to content

Add workflows#3

Merged
ChaseDRedmon merged 2 commits intoreleasefrom
dev
Feb 7, 2026
Merged

Add workflows#3
ChaseDRedmon merged 2 commits intoreleasefrom
dev

Conversation

@ChaseDRedmon
Copy link
Owner

No description provided.

ChaseDRedmon and others added 2 commits February 7, 2026 02:44
Adds a status check that blocks PRs targeting release from any branch
other than dev, enforcing the feature → dev → release flow.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* Add Qodana code quality scanning workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Update Qodana action to v2025.3 and simplify token secret name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add qodana.yaml config pointing to solution file

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Qodana Community for .NET

75 new problems were found

Inspection name Severity Problems
Inconsistent Naming 🔶 Warning 62
Access to disposed captured variable 🔶 Warning 1
Convert constructor into primary constructor ◽️ Notice 4
Convert lambda expression into method group ◽️ Notice 2
Class is never instantiated: Private accessibility ◽️ Notice 1
For-loop can be converted into foreach-loop ◽️ Notice 1
Redundant type declaration body ◽️ Notice 1
Type member is never used: Non-private accessibility ◽️ Notice 1
Method return value is never used: Non-private accessibility ◽️ Notice 1
Use object or collection initializer when possible ◽️ 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@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ChaseDRedmon ChaseDRedmon merged commit e393f8e into release Feb 7, 2026
3 checks passed
@ChaseDRedmon ChaseDRedmon deleted the dev branch February 7, 2026 07:59
@ChaseDRedmon ChaseDRedmon restored the dev branch February 7, 2026 07:59
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