-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor ScubaDiver project #14
Conversation
I've realized now that it may be easier to pick up #4 and refactor HTTP handling to use gRPC following this PR. The current implementation exists in a single file and is highly duplicative, which is terrible for maintainability. It is also very difficult to benchmark snapshot performance with the current architecture, which remains a blocker for #11. Currently, request types are stored in |
3771558
to
4b26663
Compare
be312b4
to
adbfa8b
Compare
Move Bootstrapper class to resources namespace, removing conditional namespace imports for `MTGOSDK.Core`.
Refactor (and migration of) ClrMD handling and IL emitting from ScubaDiver to use new
MTGOSDK.Core
machinery.