EasyRepository.EFCore icon indicating copy to clipboard operation
EasyRepository.EFCore copied to clipboard

This repo provides implementation generic repository pattern and specification pattern on Entity Framework Core

Results 7 EasyRepository.EFCore issues
Sort by recently updated
recently updated
newest added

## Summary Entity framework core 7 version provides bulk delete and bulk update operations. This feature runs like a mongo query. So, the provider generates a single query and runs...

enhancement

## Summary I was working with Pagination, and I found the way it was currently implemented to be restricting. I found (1) bug, and (1) major improvement that could be...

enhancement

## Summary *** Summary is here *** Changes made: * Changed all files to 'file-scoped' namespaces * Resharper automatically formatted the namespaces and using statements * Added methods for Enum...

enhancement

## Summary Basically this Feature request is to enable: [Nullable Reference Types](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-reference-types) If approved, I can implement this change ## Advantage In favor of being explicit, nullable reference types will...

enhancement

## Summary I would like to add an overload that takes `Enum.AsNoTracking` to all of the methods. For example, currently there might be a method such as this: ![image](https://user-images.githubusercontent.com/12589359/192353586-c305fb5e-2b15-4d67-a7b2-f17947dab661.png) I...

enhancement

## Summary I propose we change `IEnumerable` to `ICollection` on the methods which have the `entities.ToList()` ![image](https://user-images.githubusercontent.com/12589359/193379781-5e1adcf1-9236-42bc-bb59-f1986711223b.png) My thoughts are: * The IEnumerable is already cast to `.ToList()` so we...

enhancement

## Summary I would like to remove all namespace scoped brackets, in favor of file-scoped namespaces. No code changes will be required, as currently each file only uses **one namespace**...

enhancement