Fixes #11. The base mysql library uses the old security level 1, which allows any code to call any other code. Netstandard (and more specifically, coreclr) only supports the more strict level 2. This requires security sensitive code to be annotated to allow it to be called by security transparent (unannotated) code.
Fixes #11. The base mysql library uses the old security level 1, which allows any code to call any other code. Netstandard (and more specifically, coreclr) only supports the more strict level 2. This requires security sensitive code to be annotated to allow it to be called by security transparent (unannotated) code.