Winforms: System.ComponentModel.Design.CollectionEditor is missing in preview 1

Created on 6 Dec 2018  Â·  6Comments  Â·  Source: dotnet/winforms

It is a commonly used type when WinForms PropertyGrid control is in use, as custom collection editor is needed to edit custom collection types.

It is not yet available in .NET Core 3.0 Preview 1.

bug

All 6 comments

ℹ See https://github.com/dotnet/core-sdk/issues/79#issuecomment-422492997 for an in-depth explanation of why we need to ship these types for our end users to use at runtime.

@dreddy-work, can you please take a look?

Same here...
Trying to test our WinForms stuff in .NET Core 3.0 and hitting up on these missing APIs as part of property-grid related runtime support.

In my case the missing types are:

  • CollectionEditor
  • ObjectSelectorEditor

Sure. Editors were ported as prioritized. We will get these ported as soon as possible.

@dreddy-work - What's the status of porting CollectionEditor?

@AmalRajUmapathySelvam and @damageboy both ported on new master; please allow a few days for this to propagate to the SDK at https://github.com/dotnet/core-sdk/#installers-and-binaries

Was this page helpful?
0 / 5 - 0 ratings