Skip to content
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

[MTGOSDK/Core] Refactor Compiler, Remoting namespaces #22

Merged
merged 10 commits into from
Jul 15, 2024

Conversation

Qonfused
Copy link
Member

@Qonfused Qonfused commented Jul 13, 2024

Migrates IL MTGOSDK.Core.Reflection.Emit machinery and runtime compilation/indirection to a new MTGOSDK.Core.Compiler namespace, as well as updates old remoting classes to use MTGOSDK.Core.Reflection types. This greatly simplifies the MTGOSDK.Core.Remoting namespace for later migrating to a gRPC client (#4).

@Qonfused Qonfused self-assigned this Jul 13, 2024
@Qonfused

This comment was marked as resolved.

Qonfused added 7 commits July 14, 2024 16:58
Fixes an issue where desyncs in the client's tournament timer mismatch the server's time between rounds, which should always be set to `TimeSpan.Zero`.
Allows for a concrete IList implementation to wrap dynamic remote objects, aiding in LINQ compatibility without duplicating allocations.
Allows for detecting instances of proxy objects based on their implementation of `IActLikeProxy`.
@Qonfused Qonfused marked this pull request as ready for review July 15, 2024 18:45
Qonfused added 2 commits July 15, 2024 14:20
Injects CallerExtensions methods and `MTGOSDK.Core.Reflection` attributes globally.
@Qonfused Qonfused merged commit e0cdee0 into main Jul 15, 2024
1 check passed
@Qonfused Qonfused deleted the refactor-compiler branch July 15, 2024 21:05
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