-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Update to .NET 7 #448
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
Update to .NET 7 #448
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but holding until net7 ships (at which point package references will need to be updated)
Based on all the dependabot PRs that came in, it looks like this PR should be good to merge. We're likely just waiting on .NET 7 to be added to GitHub runners available runtimes since the build and test step is still failing. |
{ | ||
public ContributorByIdSpec(int contributorId) | ||
{ | ||
Query |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
{ | ||
public ProjectsWithItemsByContributorIdSpec(int contributorId) | ||
{ | ||
Query |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
tests/Clean.Architecture.UnitTests/Core/ContributorAggregate/ContributorConstructor.cs
Fixed
Show fixed
Hide fixed
tests/Clean.Architecture.UnitTests/Core/Services/DeleteContributorSevice_DeleteContributor.cs
Fixed
Show fixed
Hide fixed
tests/Clean.Architecture.UnitTests/Core/Services/DeleteContributorSevice_DeleteContributor.cs
Fixed
Show fixed
Hide fixed
tests/Clean.Architecture.UnitTests/Core/Services/DeleteContributorSevice_DeleteContributor.cs
Fixed
Show fixed
Hide fixed
Update based on CodeQL suggestions
Update based on CodeQL suggestions
I'll fix up anything else separately for the build/publish/nuget etc. |
No description provided.