-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for dynamic proxies with non-public interfaces #236
Comments
Make the interface This is something we could enhance to remove the requirement though, so I'll keep the issue active. |
Reopening to track ability to implement internal interfaces. |
vs-mef does this already (with 95% feature complete). |
messagepack issue tracking it: MessagePack-CSharp/MessagePack-CSharp#88 |
+1 for this feature, to support implementing an RPC protocol without publicly exposing all of the interfaces/types involved. |
@peterwald: giving a thumbs up on the issue description is a great way to accumulate votes. |
Remove `dotnet-format` as a tool
Hi~
I got a exception that "Attempting to implement an inaccessible interface"
when running this line:
the IRPCFuntions is defined as follows
I spent half a day but didn't find what caused the exception, can you help me ?
The text was updated successfully, but these errors were encountered: