-
Notifications
You must be signed in to change notification settings - Fork 558
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
Multi target type reuse #5300
Merged
Merged
Multi target type reuse #5300
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imcarolwang
force-pushed
the
multiTargetTypeReuse
branch
3 times, most recently
from
October 11, 2023 07:45
9382ce6
to
853f999
Compare
imcarolwang
force-pushed
the
multiTargetTypeReuse
branch
from
October 13, 2023 05:54
853f999
to
2c10351
Compare
imcarolwang
force-pushed
the
multiTargetTypeReuse
branch
3 times, most recently
from
February 4, 2024 09:10
119ad59
to
6272864
Compare
imcarolwang
force-pushed
the
multiTargetTypeReuse
branch
from
March 21, 2024 09:43
6272864
to
5c61c9f
Compare
HongGit
reviewed
Mar 26, 2024
HongGit
approved these changes
Mar 27, 2024
imcarolwang
added a commit
that referenced
this pull request
Apr 30, 2024
* Support referenced assembly type reuse for multi-target project * Resolve reabse conflict. * rebase and fix test issue. * Apply workaround for reusing WindowsAppSDK pkg types in maui 7.0-xxx project * Rebase and resolve conflicts.
imcarolwang
added a commit
that referenced
this pull request
Apr 30, 2024
This reverts commit 24ce1fd.
imcarolwang
added a commit
to imcarolwang/wcf
that referenced
this pull request
Apr 30, 2024
* Support referenced assembly type reuse for multi-target project * Resolve reabse conflict. * rebase and fix test issue. * Apply workaround for reusing WindowsAppSDK pkg types in maui 7.0-xxx project * Rebase and resolve conflicts.
organich
pushed a commit
to organich/wcf
that referenced
this pull request
Aug 31, 2024
* Support referenced assembly type reuse for multi-target project * Resolve reabse conflict. * rebase and fix test issue. * Apply workaround for reusing WindowsAppSDK pkg types in maui 7.0-xxx project * Rebase and resolve conflicts.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow muti-target framework project reuse referenced assembly types when adding wcf service reference, the fix use the best fit .NET target to load its referenced assemblies for type reuse.
Related issue from the community: https://developercommunity.visualstudio.com/t/Cannot-Reuse-types-in-referenced-assembl/10262818