You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
# EfCore.TestSupport
2
2
3
-
This NuGet package containing methods to help you unit test applications that use [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/index) for database access. This readme provides links to the documentation in the [EfCore.TestSupport wiki](https://github.com/JonPSmith/EfCore.TestSupport/wiki). Also see [Release Notes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for information on changes.
3
+
This NuGet package containing methods to help test applications that use [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/index) for database access. This readme provides links to the documentation in the [EfCore.TestSupport wiki](https://github.com/JonPSmith/EfCore.TestSupport/wiki). Also see [Release Notes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for information on changes.
4
4
5
-
**NOTE:***The first number in the version number of this library defines what version of EF Core it works for. e.g. EfCore.TestSupport version 5 is works with to EF Core 5. If are using the older versions of EF Core you need [EfCore.TestSupport, version 3.2.0](https://www.nuget.org/packages/EfCore.TestSupport/3.2.0).*
5
+
_NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5._
6
6
7
-
**WARNING: If you are updating from the original EfCore.TestSupport (2.1 or 3), then you should read the [Version5UpgradeDocs.md](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/Version5UpgradeDocs.md) file as there are some breaking changes in this version.**
8
-
9
-
This project is open-source (MIT licence).
7
+
-_Version 5.1.0 supports EF Core 5.10 and EF Core 6._
10
8
11
-
Please don't add a pull request without first contacting me via an issue containing the reason/idea first.
12
-
13
-
The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](https://www.nuget.org/packages/EfCore.TestSupport/) and is an open-source library under the MIT licence. See [ReleaseNotes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for details of changes and information on versions before EF Core 5.
9
+
**WARNING: If you are updating from the original EfCore.TestSupport (2.1 or 3), then you should read the [Version5UpgradeDocs.md](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/Version5UpgradeDocs.md) file as there are some breaking changes in this version.**
14
10
11
+
The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](https://www.nuget.org/packages/EfCore.TestSupport/) and is an open-source library under the MIT license. See [ReleaseNotes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for details of changes and information on versions before EF Core 5.
15
12
16
13
## Documentation
17
14
@@ -20,7 +17,7 @@ The NuGet package [EfCore.TestSupport](https://www.nuget.org/packages/EfCore.Tes
20
17
*NOTE: The techniques are explained in much more details in chapter 17 of the book [Entity Framework in Action, second edition](https://bit.ly/EfCoreBookEd2).*
21
18
22
19
Here is an image covering just a few of the methods available in this library.
23
-
20
+
24
21

25
22
26
23
The various groups of tools are:
@@ -42,6 +39,3 @@ See [Run SQL Script](https://github.com/JonPSmith/EfCore.TestSupport/wiki/7.-Run
42
39
9. Tools for capturing EF Core logging.
43
40
See [Capture EF Core logging](https://github.com/JonPSmith/EfCore.TestSupport/wiki/8.-Capture-EF-Core-logging).
0 commit comments