Conversation
|
Please note: due to the sheer size of the ported code and existing time constraints I will not be responding to requests to refactor code, e.g. to rename variables or invert if statements. Such refactors can be done later. |
|
If AxDesigner is not to be ported, is it possible to get rid of a dependency on AxToolboxItem? Do we need a comment that justifies why |
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DesignBindingValueUIHandler.cs
Outdated
Show resolved
Hide resolved
7b95182 to
fe86aa4
Compare
I don't think so. We have suppressions in place. |
30a296b to
c67936a
Compare
This comment has been minimized.
This comment has been minimized.
207a307 to
210dbec
Compare
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
210dbec to
16339d5
Compare
16339d5 to
7c7f0c3
Compare
7c7f0c3 to
1533040
Compare
1533040 to
2d30e86
Compare
|
Some companies providing a smart tag in Net50 If smart tag is possible in net 5. Then please suggest how can we do this? |
|
Last I heared they partnered with Microsoft and developed their designers under NDA. Unless I missed the release the WinForms team is still working on support and documentation for everyone else. [edit] duplicating questions makes it hard to respond, probably should continue discussion in #4887 or a new issue/discussion thread |
❗ Do not squash merge!
⚠️ Review commit-by-commit
Resolves #4908
Fixes #1395
Fixes #2573
Fixes #4456
Fixes #4886
Fixes #4887
Fixes AB#1314797
Contributes to #2411
Proposed changes
.NET codebase provides the following designers:
In addition to the existing designers, the following designers are being ported and/or corrected:
The functionality has been verified via the awesome sample authored by Paolo Foti.
Screenshots
After
Test methodology
Microsoft Reviewers: Open in CodeFlow