Skip to content

Fix for .NET10 - channelType does not inherit from Channel - #98

Merged
tylerje merged 1 commit into
tylerjensen:masterfrom
IvoTops:master
Aug 18, 2026
Merged

Fix for .NET10 - channelType does not inherit from Channel#98
tylerje merged 1 commit into
tylerjensen:masterfrom
IvoTops:master

Conversation

@IvoTops

@IvoTops IvoTops commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

The Error 'channelType does not inherit from Channel' comes from an inheritance check issue that apparently changed a bit with .NET10
Replacing InheritsFrom with IsAssignableFrom fixed it for us.

@sonarqubecloud

sonarqubecloud Bot commented Mar 9, 2026

Copy link
Copy Markdown

@br-43

br-43 commented Aug 18, 2026

Copy link
Copy Markdown

Hello,

We are hitting this since the upgrade to .NET 10 and it is causing serious issues on our production.
Will this fixe be deployed any time soon ? if not, is there a workaround ?

@IvoTops

IvoTops commented Aug 18, 2026 via email

Copy link
Copy Markdown
Contributor Author

@tylerje
tylerje merged commit cef9cff into tylerjensen:master Aug 18, 2026
2 of 4 checks passed
@tylerje

tylerje commented Aug 18, 2026

Copy link
Copy Markdown
Member

@IvoTops -- apologies for the delay -- merged and I'll be working on a few maintenance items today before dropping a new release to NuGet.

@tylerje

tylerje commented Aug 18, 2026

Copy link
Copy Markdown
Member

@IvoTops -- v6.0.0 has been pushed to NuGet. Should be available shortly. It includes your PR and a few performance improvements I've been working on here and there.

@br-43

br-43 commented Aug 18, 2026

Copy link
Copy Markdown

Thanks a lot @tylerje for the quick response! I will try the new version ASAP

@tylerje

tylerje commented Aug 19, 2026

Copy link
Copy Markdown
Member

@IvoTops and @br-43 -- I spent a bit of time with Fable and make numerous performance improvements released in v7.0.0. I look forward to your feedback.

@IvoTops

IvoTops commented Aug 19, 2026 via email

Copy link
Copy Markdown
Contributor Author

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.

3 participants