-
Notifications
You must be signed in to change notification settings - Fork 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
Some code snippets are still in-line #364
Labels
area-global
closed-fixed
good first issue
This issue should be relatively straightforward to fix.
punted-for-2.2
Milestone
Comments
@tdykstra we should add a list here of the tutorials that need this. We can split up the work. |
@Rick-Anderson - I was working on this recently. Having list of files to check would be useful but not necessary for me to work. |
@smitpatel - Tom and I can do this. We'll ping you if we need coding help. |
divega
added
the
good first issue
This issue should be relatively straightforward to fix.
label
Feb 15, 2018
divega
added
the
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
label
Jul 31, 2018
divega
removed
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
labels
Nov 10, 2018
riccikl
added a commit
to riccikl/EntityFramework.Docs
that referenced
this issue
Oct 19, 2019
Addresses dotnet#364
riccikl
added a commit
to riccikl/EntityFramework.Docs
that referenced
this issue
Oct 19, 2019
Addresses dotnet#364
riccikl
added a commit
to riccikl/EntityFramework.Docs
that referenced
this issue
Oct 26, 2019
Addresses dotnet#364
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-global
closed-fixed
good first issue
This issue should be relatively straightforward to fix.
punted-for-2.2
When we migrated from ReadTheDocs, the automated migration turned all our linked source files to inline code listings. These should be turned back into links to the sample source code.
I've generally been fixing these as I've touched each file.
The old includes were using line numbers, so I've been converting them over to
#region
s while I go.For example, after migration the md looks like this:
These need to be changed to:
The text was updated successfully, but these errors were encountered: