microsoft / winforms-designer-extensibility

MIT License
56 stars 13 forks source link

Microsoft.DotNet.DesignTools.Client.Proxies.EnumProxy Value property type #5

Closed kirsan31 closed 1 year ago

kirsan31 commented 1 year ago

Microsoft.DotNet.DesignTools.Client.Proxies.EnumProxy class have property Value with type of uint πŸ™„ Why uint? The default for enum is intπŸ€·β€β™‚οΈ But the most important is what to do with enums that derived from long / ulong?

kirsan31 commented 1 year ago

Hmm it's ulong now: image