-
Are you planning on adding support for EF 6.0? You can get an alpha package from nuget right now.
I tried modifying the code to support EF 6.0, but the problem is that EF 6.0 requires you to remove …
-
```
public class RestrictedItemGlobalFilter : GlobalFilter
{
public IIdentityManager IdentityManager { get; set; }
public override void ApplyFilter(DbModelBuilder modelBuilde…
-
file `src/Microsoft.Restier.EntityFramework.Shared/Extensions/RestierEntityFrameworkServiceCollectionExtensions.cs`
method `AddEFProviderServices`
can public this method?
-
With the new reference page aliases are grouped by addin for every category. From a user perspective it would be more useful to have less categories, which group aliases from multiple addins and built…
-
### Description
We are using IncludeFilter to get elements filtering by some property.
In our example we have one entity called **Tariff** wich has childs called **SubElement**.
When we try to g…
-
I am using Batch Delete feature (**Z.EntityFramework.Plus.EF5**) for Table-Per-Type case. And there is an exception:
1. Case 1:
`var result = AssetPoolModel.AssetAllocation.OfType().Where([condi…
-
ITNOA
I think it is very good to add sample for WindowsApp with GeneticHost (default WinUI3 template in Visual Studio using GenericHost) and EntityFramework Core (that shows migrations and etc.)
-
Using ASP.Net Core Identity and EntityFramework, the migration code generated created key (for tables like ApplicationUser, from IdentityUser) with Id and no key length.
Getting an error when runni…
-
I have a problem with this code:
using (var context = new DataContext())
{
context.Order
.Where(order => order.OrderId == 1)
.Update(x => new Order()
…
-
Hello, LinqToQuerystring is a great tool. I tried to use microsoft webapi odata in my web api controllers but $inlinecount just doesn't work out of the box, you have to do a lot of hacks in order to m…