The description of the webhook uri contains the following:
```
"The component is the name of the receiver, for example github or slack"
```
It should read:
```
"The <receiver> component is the name of the receiver, for example github or slack"
```
This PR code fences <receiver> so it displays correctly.
Correction of a simple spelling mistake from "iteself" to "itself" in LINE 18 : Using Visual Studio, you can create ASP.NET Web Forms. The Visual Studio Integrated Development Environment (IDE) lets you drag and drop server controls to lay out your Web Forms page. You can then easily set properties, methods, and events for controls on the page or for the page itself. <--
When creating a new PR, please do the following and delete this template text:
* Reference the issue number if there is one:
Fixes #Issue_Number
> The "Fixes #nnn" syntax in the PR description causes
> GitHub to automatically close the issue when this PR is merged.
Hello, @scottcate,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"There's an extra asterisk that's breaking the Note code. In case the italics must be conserved, we suggest to start them on line 53."
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Hello, @pfletcher,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"Escaping URL that must not be shown as link"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Hello, @Rick-Anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Looks like the last change made was 9/20/2017; more recent than 2012. :)
When creating a new PR, please do the following and delete this template text:
* Reference the issue number if there is one:
Fixes #Issue_Number
> The "Fixes #nnn" syntax in the PR description causes
> GitHub to automatically close the issue when this PR is merged.
It is well known that if you use a Bootstrap 4 template on an ASP.NET template it will break the layout. This is a convenience change to prevent confusion as it will send people to the correct versioned URL as it was back when this article was written.
When creating a new PR, please do the following and delete this template text:
* Reference the issue number if there is one:
Fixes #Issue_Number
> The "Fixes #nnn" syntax in the PR description causes
> GitHub to automatically close the issue when this PR is merged.
Hello, @rick-anderson,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"Links are not inside the MD link structure"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Addresses https://github.com/aspnet/Docs/issues/7353
Adds `ms.prod` (with a value of `aspnet-framework`) to the ASP.NET conceptual docset's *docfx.json* file. Removes `ms.prod` from the individual docs.
This add missing links to resources already hosted on CDN for Bootstrap 4, but missing in docs.
The resources linked can be used standalone by developers without using main `bootstrap.css` resource:
- to just reset the default browsers styling and built upon this own solution
- to just use the grid layout from Bootstrap without a need to use the fully fledged components.
Reference:
http://getbootstrap.com/docs/4.1/getting-started/contents/
Thanks!
When creating a new PR, please do the following and delete this template text:
As discussed in #7382 the Bootstrap 4 CDN section should not contain reference to Glyphicons library as:
- this is no longer part of Bootstrap itself, it ships without icon/web font dependency now
Thanks!
connectionString currently leads to a SQL error 50: "Local Database Runtime error occurred. Cannot create an automatic instance" when trying to access the local database. Proposed fix taken from accepted StackOverflow answer here:
https://stackoverflow.com/a/26267373/8133586