-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Inherited forms don't work in the designer for .NET Core #3338
Comments
It's not done yet, see: https://devblogs.microsoft.com/dotnet/windows-forms-designer-for-net-core-released. |
Yep, we've got an internal item on our backlog for this issue.' |
Great, thanks! |
Any eta? Will this and all .net controls be ready to 5.0? |
This is a designer specific feature, and we've got it on the agenda. We likely won't have it for 16.8 but hopefully in the next VS release. Which control(s) do we not have runtime support for? We've still got a couple of controls to get designer support for as we continue to implement features, and there are a handful of designers that are very specific to our controls and we've gotten most of these into our designer or will have shortly. |
|
@kirsan31 we've ported the DataGridView control to Core a long time ago. @RussKie is working on #3875 as we speak. I'm hopeful we can get it approved for 5.0. Are you facing other issues? cc: @dreddy-work |
I am sorry for misleading, by all .net controls be ready to 5.0 I mean new designer will be handle them. |
@kirsan31 , we did port large portion of the designers for those controls as well. There are very few designers that were low in our priority list based on their usage and are on our list to port as we progress. If you see a specific control that its designer is not working or not available, please let us know. |
@dreddy-work as I mentioned above - V.S. 16.8 pr. 3. P.s. I think this is a bit off topic here - do we need create new issue or something? |
Please raise these issues via the VS Feedback tool, as it captures necessary telemetry such as versions of components, etc. |
I've modified original repro a bit: DesignerInheritence.zip
|
V.S. 16.8 P. 4 - same behavior. |
Inheritance in general was working fine when you build and open the designer. In this sample app, issue was because of a bug in the DataGridView designer code. This issue fixed today in the designer repo by Dustin and will be available in the VS 16.9 preview2. |
Also, original issue was about the inheritance, I think we can close this issue. Let me know if you disagree @kirsan31. |
@dreddy-work I've checked our big project and with visual inheritance seems all is ok... |
You can always report them via VS feedback tool. And that is preferred way for now for designer related issues. But if you end up reporting here, we might transfer the issue t designer repo ( which is not public) and it would be hard to track the status for you. |
As you opened #4139 , closing this issue. |
.NET Core Version:
3.1
Have you experienced this same bug with .NET Framework?:
No
Problem description:
The designer will then crash with this error:
The error will remain regardless of if I build the project.
Expected behavior:
The designer opens.
Minimal repro:
see attached
BrokenFormsInheritance.zip
The text was updated successfully, but these errors were encountered: