SapientGuardian / mysql-connector-net-netstandard

ADO.NET driver for MySQL targeted against netstandard 1.3
GNU General Public License v2.0
46 stars 15 forks source link

Unbreak consumption in net461 #34

Closed SapientGuardian closed 7 years ago

SapientGuardian commented 7 years ago

This MR adds [SecuritySafeCritical] attribute to MySqlField ctor to unbreak consumption in net461. See #33 for context.