Skip to content

Commit b841675

Browse files
lupengamznenif-lee
authored andcommitted
Added EF Core installation instruction step (aws#145)
1 parent a2e38a2 commit b841675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ For how to start with Entity Framework Core in an ASP.NET Core web app, please t
392392

393393
*NOTE:*
394394

395+
* 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.
395396
* 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).
396397

397398
#### Setup

0 commit comments

Comments
 (0)