Robbie Groenewoudt
Robbie Groenewoudt
Any idea when this might be merged? I'm also running into performance issues with 200 partitions.
With .NET6 Android (currently in preview) it is defined. $(TargetFrameworkIdentifier) is defined as .NETCoreApp.
Yes, building works with 2.9.6-testing1. Other strange thing: when installing the Nuget package I get the following error in the Errors list once but it doesn't seem to affect building:...
Yes, at package install.
It would be fine to close this bug as Xamarin is getting replaced with new .NET 6 Android and MrAdvice works well in .NET 6.
ObsoletedInOSPlatformAttribute would also be good to have.
I'm running into a similar issue. Both tables have a column "IsActive" but Entity Framework generates an alias for the column in the joined table, resulting in an invalid UPDATE...
This is also getting more important for us, sometimes we are running into the update query having a deadlock with itself. If executed without the join, there is no issue.
As this is a very simple usage of fetch(), a polyfill like https://github.com/github/fetch will work for backwards compatibility with old browsers.
I'm running into the same issue with the latest 1.1.0-alpha05.