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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
this code example is not showing up
EntityFramework.Docs/entity-framework/core/testing/testing-with-the-database.md
Line 57 in fffef2f
I think it's trying to referance the AddBlog function here
EntityFramework.Docs/samples/core/Testing/BloggingWebApi/Controllers/BloggingController.cs
Line 32 in fffef2f
I believe this
[!code-csharp[Main](../../../samples/core/Testing/BloggingWebApi/Controllers/BloggingController.cs?name=PostBlog)]
should be
[!code-csharp[Main](../../../samples/core/Testing/BloggingWebApi/Controllers/BloggingController.cs?name=AddBlog)]
Also this example is not showing up but I'm not sure why
Line 75 in fffef2f
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered:
Fix testing sample links
926f473
Fixes dotnet#3746
@meeple142 thanks - submitted #3747 to fix these. FYI you can submit a PR with fixes directly rather than issue describing the proposed fixes.
Sorry, something went wrong.
Fix testing sample links (#3747)
f6a5163
Fixes #3746
roji
Successfully merging a pull request may close this issue.
this code example is not showing up
EntityFramework.Docs/entity-framework/core/testing/testing-with-the-database.md
Line 57 in fffef2f
I think it's trying to referance the AddBlog function here
EntityFramework.Docs/samples/core/Testing/BloggingWebApi/Controllers/BloggingController.cs
Line 32 in fffef2f
I believe this
should be
Also this example is not showing up but I'm not sure why
EntityFramework.Docs/entity-framework/core/testing/testing-with-the-database.md
Line 75 in fffef2f
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: