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

Take advantage of more .NET 9 features et al. #326

Merged
merged 8 commits into from
Nov 24, 2024
Merged

Conversation

teo-tsirpanis
Copy link
Owner

No description provided.

This allows us to have overloads that take both params array and params immutable array.
Also add params array counterparts for every custom params collection.
These were close to being entirely removed, but it would needlessly degrade the experience in frameworks prior to .NET 9, which are still supported.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
75.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@teo-tsirpanis teo-tsirpanis merged commit 8aeed1e into mainstream Nov 24, 2024
3 of 4 checks passed
@teo-tsirpanis teo-tsirpanis deleted the net9-updates branch November 24, 2024 01:56
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