-
Notifications
You must be signed in to change notification settings - Fork 6k
fix: MD034/no-bare-urls #18470
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
fix: MD034/no-bare-urls #18470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
.../framework/wcf/feature-details/creating-multicasting-applications-using-the-udp-transport.md
Outdated
Show resolved
Hide resolved
This change doesn't apply to all binaries referenced via `Microsoft.AspNetCore.App` in ASP.NET Core 2.x. Notable exceptions include: | ||
|
||
- `Microsoft.Extensions` libraries that continue to target .NET Standard will be available as NuGet packages (see https://github.com/dotnet/extensions). | ||
- `Microsoft.Extensions` libraries that continue to target .NET Standard will be available as NuGet packages (see <https://github.com/dotnet/extensions>). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to the changes, but it seems that "will be" should be changed to "are".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it seems like the whole document is written in the future. I'll leave that up to a real tech writer to fix separately :)
Since the changes were already made in the past, adjust the wording to document the current state instead of hinting at a planned future. Fixes dotnet#18470.
Summary
There are still some other instances in things like
[!VIDEO
elements, so the rule wasn't turned on in.markdownlint.json
with this