diff --git a/src/MockQueryable/MockQueryable.FakeItEasy/MockQueryable.FakeItEasy.csproj b/src/MockQueryable/MockQueryable.FakeItEasy/MockQueryable.FakeItEasy.csproj index 5ba4c93..3af5e96 100644 --- a/src/MockQueryable/MockQueryable.FakeItEasy/MockQueryable.FakeItEasy.csproj +++ b/src/MockQueryable/MockQueryable.FakeItEasy/MockQueryable.FakeItEasy.csproj @@ -4,16 +4,19 @@ netstandard2.1 MockQueryable.FakeItEasy Roman Titov - Async operations with generic collections, to provide for collections such List<T> execute EntityFrameworkCore operations such ToListAsync, FirstOrDefaultAsync etc. - false - EntityFrameworkCore 3.0.0 supported - Moq EntityFrameworkCore Queryable mock EF UnitTests FakeItEasy - https://github.com/romantitov/MockQueryable - https://github.com/romantitov/MockQueryable + + Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq + When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. + + true + Allows mutation of base enumerable + https://github.com/romantitov/MockQueryable + https://github.com/romantitov/MockQueryable + Mock EntityFrameworkCore Queryable mock EF UnitTests FakeItEasy true - 3.0.1 - 3.0.0.1 - 3.0.0.1 + 3.0.2 + 3.0.2.0 + 3.0.2.0 LICENSE logo.png diff --git a/src/MockQueryable/MockQueryable.Moq/MockQueryable.Moq.csproj b/src/MockQueryable/MockQueryable.Moq/MockQueryable.Moq.csproj index 636d1e6..23b8a25 100644 --- a/src/MockQueryable/MockQueryable.Moq/MockQueryable.Moq.csproj +++ b/src/MockQueryable/MockQueryable.Moq/MockQueryable.Moq.csproj @@ -2,20 +2,22 @@ netstandard2.1 + MockQueryable.Moq Roman Titov - - - Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq -When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. - https://github.com/romantitov/MockQueryable + + Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq + When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. + + true + Allows mutation of base enumerable + https://github.com/romantitov/MockQueryable https://github.com/romantitov/MockQueryable - Moq EntityFrameworkCore Queryable mock EF UnitTests EntityFrameworkCore + Mock EntityFrameworkCore Queryable mock EF UnitTests EntityFrameworkCore Moq true - MockQueryable.Moq - 3.0.1 - 3.0.0.1 - 3.0.0.1 - EntityFrameworkCore 3.0.0 supported + 3.0.2 + 3.0.2.0 + 3.0.2.0 + LICENSE logo.png diff --git a/src/MockQueryable/MockQueryable.NSubstitute/MockQueryable.NSubstitute.csproj b/src/MockQueryable/MockQueryable.NSubstitute/MockQueryable.NSubstitute.csproj index aacdb2a..1168083 100644 --- a/src/MockQueryable/MockQueryable.NSubstitute/MockQueryable.NSubstitute.csproj +++ b/src/MockQueryable/MockQueryable.NSubstitute/MockQueryable.NSubstitute.csproj @@ -2,20 +2,24 @@ netstandard2.1 - Roman Titov - - Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by NSubstitute -When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. - https://github.com/romantitov/MockQueryable - https://github.com/romantitov/MockQueryable - NSubstitute EntityFrameworkCore Queryable mock EF UnitTests - true - 3.0.1 - 3.0.0.1 - 3.0.0.1 - EntityFrameworkCore 3.0.0 supported, NSubstitute 4.2.1 required - LICENSE - logo.png + MockQueryable.NSubstitute + Roman Titov + + Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq + When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. + + true + Allows mutation of base enumerable + https://github.com/romantitov/MockQueryable + https://github.com/romantitov/MockQueryable + Mock EntityFrameworkCore Queryable mock EF UnitTests EntityFrameworkCore NSubstitute + true + 3.0.2 + 3.0.2.0 + 3.0.2.0 + + LICENSE + logo.png diff --git a/src/MockQueryable/MockQueryable/MockQueryable.csproj b/src/MockQueryable/MockQueryable/MockQueryable.csproj index c6ac3a5..076f7c8 100644 --- a/src/MockQueryable/MockQueryable/MockQueryable.csproj +++ b/src/MockQueryable/MockQueryable/MockQueryable.csproj @@ -3,20 +3,23 @@ netstandard2.1 MockQueryable.Core - Roman Titov - Async operations with generic collections, to provide for collections such List<T> execute EntityFrameworkCore operations such ToListAsync, FirstOrDefaultAsync etc. - false - EntityFrameworkCore 3.0.0 supported - Moq EntityFrameworkCore Queryable mock EF UnitTests EntityFrameworkCore - https://github.com/romantitov/MockQueryable - https://github.com/romantitov/MockQueryable - true - 3.0.1 - 3.0.1.0 - 3.0.1.0 - - LICENSE - logo.png + Roman Titov + + Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq + When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data. + + true + Allows mutation of base enumerable + https://github.com/romantitov/MockQueryable + https://github.com/romantitov/MockQueryable + Mock EntityFrameworkCore Queryable mock EF UnitTests EntityFrameworkCore + true + 3.0.2 + 3.0.2.0 + 3.0.2.0 + + LICENSE + logo.png