We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/aspnet/EntityFramework.Docs/blob/master/samples/core/Saving/Saving/Transactions/CommitableTransaction/Sample.cs#L37
context.Database.EnlistTransaction(transaction);
EnlistTransaction was added in 2.1 dotnet/efcore#5595
So this stops the samples from compiling for me. any ideas why it doesnt break other people?
The text was updated successfully, but these errors were encountered:
EF Core 2.0 and lower are out-of-support, so closing docs issues specific to these releases.
Sorry, something went wrong.
This wasnt about v2. It was about not being able to build the current version of docs
@SimonCropp My mistake. Duplicate of #1074
Cool. Thanks for the forward
No branches or pull requests
https://github.com/aspnet/EntityFramework.Docs/blob/master/samples/core/Saving/Saving/Transactions/CommitableTransaction/Sample.cs#L37
EnlistTransaction was added in 2.1 dotnet/efcore#5595
So this stops the samples from compiling for me. any ideas why it doesnt break other people?
The text was updated successfully, but these errors were encountered: