We have a library project (targeting NetStandard 2.0) that references MySql.Data 6.10.3-rc.
We run our test project that tests our library project (targeting net47, but using the new projectfile format) with dotnet test.
This results in the following exception:
System.IO.FileLoadException : Could not load file or assembly 'MySql.Data, Version=6.10.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
----> System.Security.SecurityException : Strong name validation failed. (Exception from HRESULT: 0x8013141A)
The version 8.0.8-dmr has the same issue. The last stable 6.9.9 does not have this issue (but is not compatible with NetStandard). Could it be that the published dll's contain errors?
We run our test project that tests our library project (targeting net47, but using the new projectfile format) with dotnet test.
This results in the following exception:
System.IO.FileLoadException : Could not load file or assembly 'MySql.Data, Version=6.10.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
----> System.Security.SecurityException : Strong name validation failed. (Exception from HRESULT: 0x8013141A)
The version 8.0.8-dmr has the same issue. The last stable 6.9.9 does not have this issue (but is not compatible with NetStandard). Could it be that the published dll's contain errors?