dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.64k stars 25.29k forks source link

文本遗漏 - Add EF Core to no loc #21420

Closed dandeilit closed 2 years ago

dandeilit commented 3 years ago

[在此处输入反馈] Student 实体 一项内,有关详细信息,请参阅 F Core - 密钥。 中应为 EF Core


Document Details

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


Document Details

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

请勿编辑此部分。 docs.microsoft.com ➟ GitHub 问题链接必须具有此部分。

Rick-Anderson commented 3 years ago

[Enter feedback here] Student entity . For more information, see F Core-Key. Should be EF Core

@guardrex @scottaddie @ajcvickers should I add EF Core to the no-loc metadata? Is that a problem for your docs?

guardrex commented 3 years ago

That is one that I don't code fence.

guardrex commented 3 years ago

I have 25 of them ("EF Core") across three topics.

guardrex commented 3 years ago

I think the whole repo has several hundred of them ... perhaps over 300.

Rick-Anderson commented 3 years ago

I think the whole repo has several hundred of them ... perhaps over 300.

So adding it to the no-loc should fix it, right?

guardrex commented 3 years ago

Yes ... it needs quotes for the entry given the presence of the space there.

Rick-Anderson commented 2 years ago

@guardrex here's another no-loc. Once we solve it, notify the EF folks at https://github.com/dotnet/EntityFramework.Docs/issues/3068 link above.

Rick-Anderson commented 2 years ago

@guardrex closing since we no longer use meta-data. Do we need to add "EF Core"?

guardrex commented 2 years ago

Yes ... it can be added. We didn't at the time for some reason. It goes here ...

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/docfx.json#L69

... with quotes around it due to the space in it.

Actually, we quote all of them anyway 😄. That might be because they're in a JSON file and that entry is an array of strings.