-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MySQL 8+ for .NET Framework 4.6+ and remove local MySql.Data dependency #4
base: master
Are you sure you want to change the base?
Conversation
DezLife
commented
Jul 22, 2024
- Added support for MySQL.Data 8.0.32 for .NET Framework 4.6 and above.
- Removed local MySql.Data reference in favor of NuGet package.
- Maintained compatibility with older .NET Framework versions using MySQL.Data 6.9.12.
- Removed local MySql.Data reference in favor of NuGet package. - Maintained compatibility with older .NET Framework versions using MySQL.Data 6.9.12.
In any case, if you have time to test newer versions, you can do so. |
Ok, but I'd prefer 8.4. |
backward compatibility test for existing plugins with PR on Oxide.MySql.dll compiled DezLife PR (MySQL8) and replaced in .\RustDedicated_Data\Managed Tested plugin: |
Thank you for taking the time to check it out! |
In server log: |