Package for creating mocked db sets to test places in code, which are use .FromSqlRaw() methods.
Info
Version: | 1.0.1 |
Author(s): | Ilya Belyanskiy |
Last Update: | Tuesday, August 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DbSetMock |
Install
Install-Package DbSetMock
dotnet add package DbSetMock
paket add DbSetMock
DbSetMock Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.6)
- Moq(>= 4.14.5)