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

Added ICommandMapper for extension methods #14545

Merged
merged 10 commits into from
Apr 24, 2023
Merged

Added ICommandMapper for extension methods #14545

merged 10 commits into from
Apr 24, 2023

Conversation

mattleibow
Copy link
Member

Description of Change

This PR adds in the matching ICommandMapper and some extension methods that allow for customization of the mappers without having to replace them as this causes issues in AOT.

The fix for the AOT and the switch to use these changes are in #13836

Issues Fixed

Fixes #2204

@ghost

This comment was marked as outdated.

@mattleibow mattleibow marked this pull request as draft April 14, 2023 00:08
# Conflicts:
#	src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
src/Core/src/CommandMapper.cs Show resolved Hide resolved
src/Core/src/CommandMapperExtensions.cs Outdated Show resolved Hide resolved
@mattleibow mattleibow requested a review from hartez April 14, 2023 19:50
@PureWeen PureWeen merged commit 5d22a36 into main Apr 24, 2023
29 checks passed
@PureWeen PureWeen deleted the dev/command-mapper branch April 24, 2023 19:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] ICommandMapper and IPropertyMapper usage is very inconsistent
2 participants