MVC functional tests with a fixture pattern for an Entity Framework Core database. 
                        
                    
         
                    Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 3.1.16 | 
| Author(s): | Alex Haslehurst | 
| Last Update: | Monday, December 30, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/axle-h/xunit-fixture-mvc-entity-framework | 
| NuGet Url: | https://www.nuget.org/packages/xunit.fixture.mvc.entityframework | 
Install
Install-Package xunit.fixture.mvc.entityframework
                        dotnet add package xunit.fixture.mvc.entityframework
                        paket add xunit.fixture.mvc.entityframework
                        
                                xunit.fixture.mvc.entityframework Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.0)
 - xunit.fixture.mvc(>= 3.1.53)
 
Tags