Replies: 1 comment 1 reply
-
No problem, we can update the private methods to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would you be willing to change the access modifiers on the private methods in the WebServerOrchestrator to internal? If not maybe private protected? If it's either of those then using 'InternalsVisibleTo' to a custom library will work. It's hard to extend the class and use custom features without these private functions being available. It's possible by just copying the code, but that is not a maintainable solution.
Beta Was this translation helpful? Give feedback.
All reactions