-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs for building the code and contributing #24703
Conversation
@dotnet/efteam I would like to get this merged before the standup tomorrow. |
a37f4f4
to
ea1d7ea
Compare
|
||
* The SQL Server tests require a local SQL Server installation. This can be: | ||
* SQL Server LocalDb, usually obtained by installing the latest [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) public preview with the "ASP.NET and web development" workload selected. | ||
* SQL Server [Express or Developer Edition](https://www.microsoft.com/en-us/sql-server/sql-server-downloads). When not using LocalDb, make sure to set the environment variable `Test__SqlServer__DefaultConnection` to the connection string that EF Core tests should use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe provide an example of a .\SQLEXPRESS connection string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ErikEJ Good idea, but I'm going to merge this now. I'll loop back later, or you could send a PR.
No description provided.