-
Hi,
I'm trying to set up ASP.NET Core and Entity Framework Core with Jaydata, is this supported?
I want to be able to expose a database to an Angular 2 client side, and also support POST, DELETE, …
-
Obviously Entity Framework 6 approach described in help via DBContext and DbConfigurationType don't work because DbConfigurationType seems to be missing from EF Core.....
Is support for EF Core pla…
-
-
### Type of issue
Code doesn't work
### Description
I am trying to save a graph just like in the example shown. But there are multiple issues with the example:
- whatever I do, it throws an error w…
-
I'm getting this call everywhere which I believe is leading to thread starvation:
The code I have in the method is simply:
`public async Task GetCategoryWithSubCategoriesAsync(int categoryId)
…
-
In case anyone is wondering on how to get this to work for EF Core 3.0, the namespaces changed from
`using Microsoft.EntityFrameworkCore.Internal;`
to
`using Microsoft.EntityFrameworkCore.Infrast…
h0wXD updated
5 years ago
-
This needs to be updated to sync with the interface changes in EF Core in the ExtensionInfo class and nullability differences. It doesn't work with .NET 6.
-
I'm trying to migrate parts of my application to .net core instead of everything at once. I'd like to try moving from EF to EF Core now but can't because of ASP.NET Identity relying it. Are there any …
-
**Describe the bug**
Spring Cosmos library fails to retrieve partition key value from entity if that field is inherited from a different class.
***Exception or Stack Trace***
```
java.lang.RuntimeExc…
-
Extend the sample showing how to use `ITransactionSession` from a singleton background service.
Based on:
- https://discuss.particular.net/t/nullreferenceexception-when-resolving-itransactionalses…