Skip to content
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

Wrong example on 'Using a Separate Migrations Project' page #4383

Closed
woolw opened this issue Jun 16, 2023 · 1 comment · Fixed by #4384
Closed

Wrong example on 'Using a Separate Migrations Project' page #4383

woolw opened this issue Jun 16, 2023 · 1 comment · Fixed by #4384

Comments

@woolw
Copy link

woolw commented Jun 16, 2023

[Enter feedback here]

The CodeBlock example

<ItemGroup>
  <ProjectReference Include="..\WebApplication1.Migrations\WebApplication1.Migrations.csproj">
</ItemGroup>

should be

<ItemGroup>
  <ProjectReference Include="..\WebApplication1.Migrations\WebApplication1.Migrations.csproj"/>
</ItemGroup>

with a '/' inside the 'ProjectReference'-Tag


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

roji added a commit to roji/EntityFramework.Docs that referenced this issue Jun 16, 2023
@roji
Copy link
Member

roji commented Jun 16, 2023

@woolw thanks, submitted #4384. BTW for future typos/issues, you can simply submit a PR directly which fixes the problem.

roji added a commit that referenced this issue Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants