issues
search
romantitov
/
MockQueryable
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
MIT License
791
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update versions of Moq, NSubstitute & FakeItEasy to newer versions without known vulnerabilities
#82
kkoynov
opened
1 week ago
0
Add support to ExecuteDelete and ExecuteUpdate
#81
lazaro-ansaldi
closed
2 months ago
5
Altered namespace for extension method to revert a breaking change wi…
#80
StevePy
closed
2 months ago
1
Breaking change with 7.0.2 namespacing?
#79
StevePy
closed
3 months ago
1
Queryable filters are not applied to inmemory datasets
#78
d1820
closed
4 months ago
0
Move BuildMock to MockQueryable.EntityFrameworkCore
#77
skarllot
closed
3 months ago
4
Added method for build DbSet from IEnumerable.
#75
sq735
closed
8 months ago
1
Fix ToListAsync() for mocked DbSet by using lazy-creation of AsyncEnumerator
#74
fischero19
closed
8 months ago
2
Supporting `EF.Functions.Like` and/or prossibility to provide cusotm `ExpressionVisitor`
#73
InspiringCode
opened
10 months ago
1
Does mocking SingleOrDefaultAsync not work for FakeItEasy ?
#70
doddi321
closed
8 months ago
1
Modifying base collection throws System.InvalidOperationException
#68
didster
closed
8 months ago
3
Not suported with EF6: BulkUpdateAsync, BulkDeleteAsync, SingleUpdateAsync.
#67
DianaGumar
opened
1 year ago
1
Not suported with EF7: ExecuteDeleteAsync and ExecuteUpdateAsync
#66
SerhiyBalan
opened
1 year ago
10
Return value of SaveChangesAsync
#65
gerwintmg
closed
1 year ago
1
ToListAsync() returns empty list on second call
#64
ghhi
closed
8 months ago
3
Cannot verify "Remove" method called on EF
#63
a11smiles
closed
2 years ago
1
Removed generic type constraint in extension methods
#62
tiwahu
opened
2 years ago
4
Mocking AddAsync
#61
AdisonCavani
closed
2 years ago
1
Typo in About section for project
#60
nickmartin1ee7
closed
2 years ago
1
how would I get firstordefaultasync working?
#59
lastlink
closed
2 years ago
1
ToListAsync() returns empty list after package update to 6.0.0
#58
VILLAN3LL3
closed
2 years ago
3
Use TestAsyncEnumerableEfCore as mock
#57
romantitov
closed
2 years ago
0
Added example of how to use without mocking framework
#56
natehitze
closed
2 years ago
0
Document usage without mocking framework?
#55
natehitze
closed
2 years ago
3
Update README.md
#54
Gpzim98
closed
2 years ago
0
Set return value of FirstOrDefaultAsync method by NSubstitute returns error
#53
Ramin-Bateni
closed
3 years ago
2
Parameterized Repository Query Issue
#52
YavuzSelimGugen
closed
3 years ago
1
Write Entities
#51
cfindlayvcs
closed
3 years ago
2
[PR] Fix mocking of IAsyncEnumerable from DbSet using NSubstitute
#50
krilllind
closed
3 years ago
0
Unable to mock result of IAsyncEnumerable from DbSet using NSubstitute
#49
krilllind
closed
3 years ago
2
After upgrade it does not work with EF.Functions.Like
#48
risogolo
closed
3 years ago
1
Can I use AddAsync and expect to have the result in the mocked DbSet?
#47
norcino
closed
3 years ago
1
Composite Primary Key
#46
ChrTall
closed
3 years ago
3
Option to not load the navigation property
#45
leopripos
opened
3 years ago
8
System.InvalidOperationException in Empty mock.
#44
anilsnl
closed
3 years ago
2
Unit Tests Of Methods Using EF.Functions Broken By EFCore 5
#43
matttamatic
closed
3 years ago
5
BuildMock() extension not working with EntityFrameworkCore 5.0.0
#42
AndreVianna
closed
4 years ago
1
Dotnet5.0
#41
romantitov
closed
4 years ago
0
Update to .NET 5
#40
carlingkirk
closed
4 years ago
2
Entry method of mocked context returns null
#39
ngruson
closed
4 years ago
1
RE: IQueryable mock throws on ToListAsync()
#38
sstream17
closed
4 years ago
5
Support for .NET 5 ?
#37
rathga
closed
4 years ago
2
Strong Name
#36
mcollera
closed
4 years ago
4
DotNet5.0 Compatibility
#35
ibwStef
closed
4 years ago
3
[PR] The proj files have been updated to enable SourceLink
#34
JTOne123
closed
8 months ago
0
FindAsync is not working properly
#33
risogolo
closed
4 years ago
7
IQueryable mock throws on ToListAsync()
#32
dotcom9
closed
4 years ago
2
Added support for expression when using the IEnumerable constructor.
#31
dlemstra
closed
4 years ago
4
Update dotnetcore.yml
#30
romantitov
closed
4 years ago
0
Restore support for netstandard2.0
#29
dlemstra
closed
4 years ago
1
Next