-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Follow-up] Remaining Items TODO for DesignTools Refactor #3620
Comments
Sure. I'm okay with all the others except the @azchohfi |
Sure but before or after the mentioned PR? Also, do we need to separate the Design projects similar to the controls projects too? |
@Nirmal4G good point. We've broken ground on the PR, if you'd like to take a look at #3660 and see how the split out package looks, that'd be a great help, we'll do this for each of the sub-packages. I suppose it'll be easier to fix anything else afterwards once we've stabilized? Though the Markdown package won't be touched in the meantime, so investigating that bug can probably still be done in the meantime? You could also start a Wiki Page with the background info for the Design Tools and how they work in general too. Thanks! |
@Nirmal4G we've finished all the refactors to moving controls around, so if there's any polish or other clean-up you want to do in the next week before our final release, let us know. Thanks! |
@michael-hawker I can't mark the TODOs in the issue description! |
@Nirmal4G sorry I guess it's because I filed the issue. Which ones would you like to mark off (or leave unmarked)? |
## Fixes #3620 Adds almost all the Controls in the toolkit packages to the Visual Studio Toolbox. ## PR Type What kind of change does this PR introduce? - Bugfix - Feature - Code style update (formatting) - Build or CI related changes ## What is the current behavior? Many controls don't appear in the VS IDE Toolbox. ## What is the new behavior? The Controls now appear in the VS IDE Toolbox. ## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tested code with current [supported SDKs](../readme.md#supported) - [x] Contains **NO** breaking changes ## Other information - If you're editing this patch tree, please `rebase` on latest `HEAD` and then commit, without updating from the latest `HEAD`. - When merging, please update the commit title to PR title instead of the default `Merge pull request #xxxx from repo/branch`, and commit message to either PR message or messages of individual commits. The `auto-merge` bot does this by default.
Describe the bug
There were a few small issues remaining with PR #3318. This issue is to track the remaining open small items to resolve before release.
TODO
TargetPlatformBaseVersion
PropertyTargetPlatformRevision
toTargetPlatformVersion
@Nirmal4G you still up for helping us finalize these bits? Since the majority of everything else was looking good, we just wanted to get the main PR merged so we could continue our other refactors.
The text was updated successfully, but these errors were encountered: