-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
.Net Standard 2.1 for use with Unity? #1131
Comments
DMS supports |
Unfortunately not, it produces an error stating it won't run on this
platform.
Regards
Darren Beckett
…On Wed, 3 Jan 2024, 15:07 Sébastien Pertus, ***@***.***> wrote:
*DMS* supports .Net Standard 2.0
Is it not enough ?
—
Reply to this email directly, view it on GitHub
<#1131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOEDYOXIUDYBQQA32TJATTYMVX3VAVCNFSM6AAAAABBLQRDOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGUZDAMZUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you add more context please ? |
Error produced: |
Seems the problem is coming from |
I believe it's compatible:
https://www.nuget.org/packages/Microsoft.Data.SqlClient#supportedframeworks-body-tab
Regards
Darren Beckett.
…On Thu, 4 Jan 2024 at 10:03, Sébastien Pertus ***@***.***> wrote:
Seems the problem is coming from Microsoft.Data.SqlClient
Are you able to use Microsoft.Data.SqlClient in a Unity project ?
—
Reply to this email directly, view it on GitHub
<#1131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOEDYIG7CL7ZBY5T7NCVUDYMZ475AVCNFSM6AAAAABBLQRDOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWHAZDGMZQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Did you tested it ? |
This is my first use of dotmim.sync, so I have only just added
Microsoft.Data.SqlClient to the Unity project, but I have seen posts from
others who have used it successfully.
…On Thu, 4 Jan 2024 at 10:08, Sébastien Pertus ***@***.***> wrote:
Did you tested it ?
—
Reply to this email directly, view it on GitHub
<#1131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOEDYKMCXYKFROYCXS6MJDYMZ5QDAVCNFSM6AAAAABBLQRDOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWHAZDSNRUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have refreshed my Plugins folder and used nuget to grab everything again, I am now getting this: "System.AggregateException: One or more errors occurred. ([NeedsToUpgradeAsync]..[GetConnectionAsync]..The method or operation is not implemented.) ---> Dotmim.Sync.SyncException: [NeedsToUpgradeAsync]..[GetConnectionAsync]..The method or operation is not implemented. ---> System.NotImplementedException: The method or operation is not implemented.\r\n at System.Security.Principal.WindowsIdentity.get_AccessToken () [0x00000] in <17d9ce77f27a4bd2afb5ba32c9bea976>:0 \r\n at Microsoft.Data.ProviderBase.DbConnectionPoolIdentity.GetCurrentNative () [0x00006] in :0 \r\n at Microsoft.Data.ProviderBase.DbConnectionPoolIdentity.GetCurrent () [0x00007] in :0 \r\n at Microsoft.Data.ProviderBase.DbConnectionPoolGroup.GetConnectionPool (Microsoft.Data.ProviderBase.DbConnectionFactory connectionFactory) [0x00020] in :0 \r\n at Microsoft.Data.ProviderBase.DbConnectionFactory.GetConnectionPool (System.Data.Common.DbConnection owningObject, Microsoft.Data.ProviderBase.DbConnectionPoolGroup connectionPoolGroup) [0x00065] in :0 \r\n at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection (System.Data.Common.DbConnection owningConnection, System.Threading.Tasks.TaskCompletionSource |
Is there a possibility you can provide a .Net Standard 2.1 version for use with Unity?
or a .Net 4.8, i think that'll work too.
The text was updated successfully, but these errors were encountered: