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

Dotnet 8 upgrades and depricated features #609

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Conversation

james-hollinger
Copy link
Collaborator

The main deprecated feature was FluentValidaton auto validation, which is no longer maintained.
I brought in a new library to address this. the [AutoValidateAllways] attributes in some controller methods are to enable auto validating hybrid models.

@james-hollinger james-hollinger added the Ready For Review PR is code-complete (or very close) and only needs some review and/or manual testing label Oct 7, 2024
Copy link

sonarcloud bot commented Oct 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
6.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link
Collaborator

@kakarlavinodkumar kakarlavinodkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review PR is code-complete (or very close) and only needs some review and/or manual testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants