Skip to content

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

Open
IvoTops wants to merge 1 commit intotylerjensen:masterfrom
IvoTops:master
Open

Fix for .NET10 - channelType does not inherit from Channel#98
IvoTops wants to merge 1 commit intotylerjensen:masterfrom
IvoTops:master

Conversation

@IvoTops
Copy link
Contributor

@IvoTops IvoTops commented Mar 9, 2026

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
Copy link

sonarqubecloud bot commented Mar 9, 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.

1 participant