Skip to content

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

Open
IvoTops wants to merge 1 commit into
tylerjensen:masterfrom
IvoTops:master
Open

Fix for .NET10 - channelType does not inherit from Channel#98
IvoTops wants to merge 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

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