microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.13k stars 1.26k forks source link

Missing Float #187

Open tbeckett1123 opened 1 year ago

tbeckett1123 commented 1 year ago

dbtypes is missing Float

https://github.com/microsoft/referencesource/blob/master/System.Data/System/Data/dbtype.cs

svick commented 1 year ago

First, this is not the right place to suggest improvements to .Net Framework (or to .Net).

Second, .Net Framework is not adding any new features, so it's extremely unlikely any such suggestions would be addressed there. If you have suggestions for improvements to .Net 7, the right repo is dotnet/runtime.

Third, DbType does have the Single field, which corresponds to System.Single/float, so I don't think it's actually missing.