Skip to content

chore: Add .NET10 target#723

Closed
mikkelbu wants to merge 1 commit intoschotime:masterfrom
mikkelbu:chore/add-net10-target
Closed

chore: Add .NET10 target#723
mikkelbu wants to merge 1 commit intoschotime:masterfrom
mikkelbu:chore/add-net10-target

Conversation

@mikkelbu
Copy link
Copy Markdown
Contributor

@mikkelbu mikkelbu commented Dec 8, 2025

That does not depend on System.Linq.Async

Needed to make type explicit in QueryWithProjectionAndEnclosedMethod1. Otherwise, we would get an CS9226 as the new compiler would prefer another overload - see e.g.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/9.0/params-overloads

Fixes #722

That does not depend on `System.Linq.Async`

Needed to make type explicit in `QueryWithProjectionAndEnclosedMethod1`.
Otherwise, we would get an `CS9226` as the new compiler would prefer
another overload - see e.g.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/9.0/params-overloads
idseefeld added a commit to idseefeld/NPoco that referenced this pull request Dec 13, 2025
@schotime
Copy link
Copy Markdown
Owner

schotime commented Feb 11, 2026

Thanks, looking at this this week, have merged locally.

@schotime schotime closed this Feb 11, 2026
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.

Add new NET10 target without dependency on System.Linq.Async

2 participants