Skip to content

Commit

Permalink
Added EF Core installation instruction step (aws#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupengamzn authored and enif-lee committed Sep 11, 2020
1 parent a2e38a2 commit b841675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ For how to start with Entity Framework Core in an ASP.NET Core web app, please t

*NOTE:*

* You need to install `AWSXRayRecorder.Handlers.EntityFramework` nuget package. This package adds extension methods to the `DbContextOptionsBuilder` to make it easy to register AWS X-Ray interceptor.
* Not all database provider support Entity Framework Core 3.0 and above, please make sure that you are using the [Nuget package](https://docs.microsoft.com/en-us/ef/core/providers/?tabs=dotnet-core-cli) with a compatible version (EF Core >= 3.0).

#### Setup
Expand Down

0 comments on commit b841675

Please sign in to comment.