-
Notifications
You must be signed in to change notification settings - Fork 106
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
Support for .Net Standard #17
Comments
Yes sure, the coding used in MySqlBackup.NET is common C# methods and basic syntax. It is backward compatible supports .NET 2.0 as well as forward compatible until .NET Standard 2.0 and even future version. I'll release the binary of .Net Standard at later time. |
I faced a problem converting the code into .Net Standard 1.3 |
Can you just use .NetStandard2.0? |
Sure |
Hey adriancs2, |
excuse the renewed disturbing but are you still planning the .NetStandard implementation and the release on nuget? |
I faced a problem converting the code into .Net Standard |
i finally got some time to help you look into this. |
Yes, you're welcome |
dear @adriancs2 |
@StevenLiSiwei Hi bro, the version of .NET Standard 2.0 is published at Nuget a few minutes ago at the time of writing this. You may check it out. |
@adriancs2 will check it. Thank you so much for helping on this !!! |
@StevenLiSiwei You're welcome |
Hi sir @adriancs2 i've been a fan of your work and really wanted to use the MySqlBackup.NET you did . but i am having trouble
At first everything is working fine until i tried to "Publish" my work and that's where the error started i can not debug after making a publish -- i tried to remove add again and try the files you have in the folder but no luck -- how can i make it work again, i am not very pro when it comes to programming and i am just still exploring thank you :) Details : |
@iamjohnpalencia go to properties of 'MySqlBackup' DLL and set Copy Local = True and then try publish again. Also make sure that DLL is including or not while publishing your project. |
Yes, @iamjohnpalencia , you try out @sridhargoshika 's suggestion first and see if the problem get solved or not :) |
Hello good day :) thank you for the response, unfortunately i did that already but the issue has not been solved. I think the issue is the MySql.data i think it does not have the terms or keyword you have used in Mysqlbackup.net Scenario : When i use the MySql.data included in sir @adriancs2 's package -- it runs but it can't be publish saying MySql.data is not official or something like that. but the MySqlBackup.net is fine (not pointing as the cause of error) but when i use the official MySql.data from Oracle its pointing to the MySqlbackup.net so i think the cause of the problem is the Mysql.data I just want to ask - is the Mysql.data included in the zip file of sir @adriancs2 is somewhat modified or not :) thanks a lot :) and i really admire pro_programmers like you guys <3 |
I did not modify MySQL.Data.DLL.
|
Hello,
Are there any plans to support .Net Standard?
I tried to change the project to Standard 2.0 and added the MySql.Data 8.0.10-rc reference from Nuget without any compiler errors, but havent tested it yet.
So at first glance, there seems to be no code changes need to be made.
The text was updated successfully, but these errors were encountered: