Skip to content

Add .NET 10 support#50

Merged
hasanxdev merged 6 commits into
hasanxdev:mainfrom
felipesegade:add-dotnet10-support
May 9, 2026
Merged

Add .NET 10 support#50
hasanxdev merged 6 commits into
hasanxdev:mainfrom
felipesegade:add-dotnet10-support

Conversation

@felipesegade
Copy link
Copy Markdown
Contributor

Add support for the latest .NET LTS

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

public void Setup()
{
var services = new ServiceCollection();
services.AddLogging();
Copy link
Copy Markdown
Owner

@hasanxdev hasanxdev May 9, 2026

Choose a reason for hiding this comment

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

I think this line and similar lines are redundant, right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I had to add it to make the benchmark work with the new version of MediatR

@hasanxdev
Copy link
Copy Markdown
Owner

Nice bro, great job. After you respond to this comment, I’ll merge it.

@hasanxdev hasanxdev merged commit 0423705 into hasanxdev:main May 9, 2026
2 checks passed
@felipesegade felipesegade deleted the add-dotnet10-support branch May 10, 2026 11:04
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.

2 participants