Luke Latham
d57ebdd3bb
Add Bower VS details ( #7151 )
...
Fixes #7135
[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/bower?view=aspnetcore-1.0&branch=pr-en-us-7151 )
I couldn't find the exact version of VS that dropped Bower in the VS Release Notes. From online sources, it looks like it might have been 15.5.
@justcla Can you confirm the VS version that dropped Bower?
2018-06-20 11:31:10 -05:00
Luke Latham
f58d010a92
Fix code block link ( #7183 )
2018-06-20 11:23:14 -05:00
Scott Addie
675e659111
Metadata updates for ASP.NET Core fundamentals docs ( #7181 )
2018-06-20 11:11:27 -05:00
Scott Addie
894dcac7ac
Metadata updates for ASP.NET Core mobile docs ( #7179 )
2018-06-20 10:45:35 -05:00
Scott Addie
de5eff1646
Metadata updates for ASP.NET Core migration docs ( #7178 )
2018-06-20 10:33:10 -05:00
Scott Addie
8ccb73e740
Add ToC link for authz policy providers doc ( #7177 )
2018-06-20 08:14:02 -07:00
Scott Addie
38ff5c5785
Metadata updates for ASP.NET Core data docs ( #7175 )
...
Addresses #6541
2018-06-20 09:35:42 -05:00
Rick Anderson
fdbbb979a2
Shared lib rules ( #7162 )
...
* Shared lib rules
* work
2018-06-20 07:32:07 -07:00
Codehhh
90bdccaecd
Format sample for legibility. ( #7174 )
...
Format sample for legibility.
No issue referenced.
2018-06-20 09:05:21 -05:00
Scott Addie
358163d932
Move ASP.NET Core release notes docs to a folder ( #7156 )
...
Addresses #6541
Adds a *release-notes* folder to store the release notes docs for ASP.NET Core.
2018-06-20 09:00:39 -05:00
Scott Addie
e0d09a1b3e
Delete unused static files ( #7157 )
2018-06-19 16:06:11 -07:00
N. Taylor Mullen
1521b50a66
Remove confusing statement about namespace directive.
...
aspnet/Mvc#7932
2018-06-19 15:52:02 -07:00
Luke Latham
beb68123a4
Surface reserved names section in RP conventions ( #7155 )
2018-06-19 17:28:03 -05:00
Luke Latham
e5854d8a28
CallbackPath prop of WSFed topic ( #7152 )
2018-06-19 15:56:28 -05:00
Scott Addie
09d7e5d4e8
Metadata updates to MVC docs ( #7150 )
2018-06-19 15:47:26 -05:00
Rick Anderson
e682b97756
Update update-related-data.md ( #7142 )
2018-06-19 13:47:12 -07:00
Rick Anderson
fe5145e6c6
Resevered routing names ( #6891 )
...
* Resevered routing names
* Update routing.md
* Update routing.md
2018-06-19 13:46:05 -07:00
Scott Addie
645d057bbb
Metadata updates for the Razor Pages docs ( #7127 )
...
* Metadata updates for the Razor Pages docs
* Update sample download links
* Change uid values
* Remove unnecessary redirection rule
* Fix date metadata warnings
* Add redirect entries
* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Scott Addie
bcfe295e4a
Remove VS2015 PDF link from tutorial ( #7149 )
...
Removes the PDF version of the VS 2015 tutorial from https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/intro?view=aspnetcore-2.1 . Since this is an unsupported scenario, the PDF shouldn't be made available (per Dan).
2018-06-19 15:04:53 -05:00
Luke Latham
df572aa412
Improve web host configuration content ( #7098 )
2018-06-19 12:43:41 -05:00
Rick Anderson
30a88bd010
Update index.md ( #7120 )
...
Fixes #7122
2018-06-19 10:55:28 -05:00
Luke Latham
8d4e301524
Remove duplicate code snippet ( #7141 )
2018-06-19 09:55:11 -05:00
Luke Latham
3ef776e724
Improve environment variable coverage ( #7092 )
...
Fixes #6760
The goals are ...
* Surface that env vars aren't added by default with the Generic Host.
* Describe `AddEnvironmentVariables`.
* Deal with env var prefix issue.
* Explain how to set env vars for dev (shoot reader to *Multiple environments* topic for more info). Mention VS, command-line, and VSC config.
* Add VSC example to the *Multiple environments* topic.
* Update the sample app and snippets for the topic.
2018-06-19 09:47:55 -05:00
Luke Latham
a8b541b872
Razor Pages custom route enhancements ( #7123 )
...
Fixes #7107
Thanks to @hrumhurum for surfacing the issue.
2018-06-19 09:42:27 -05:00
Luke Latham
898f5e6c8c
Session and app state topic overhaul ( #7029 )
...
* Session and app state topic overhaul
Update
Updates
* React to feedback
* Updates
* Add info on the ISession extension methods
* Drop App package of last commit for 1.x
* Updates
* Session not supported by SignalR
* Enhance SignalR NOTE
* React to feedback
2018-06-19 09:40:25 -05:00
Luke Latham
c38dde8507
Fix path typo ( #7137 )
...
Fixes #6427
2018-06-19 09:38:39 -05:00
Luke Latham
6e23a0e890
Update file name ( #7126 )
2018-06-18 20:52:46 -05:00
Rick Anderson
e398337550
Update metapackage-app.md ( #7109 )
2018-06-18 16:46:11 -07:00
Alfred Myers
5b42402090
Minor tweaks ( #7119 )
...
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.
2018-06-18 17:59:49 -05:00
Scott Addie
c82465de93
Update metadata for SignalR docs ( #7118 )
...
Addresses #6541
Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
Scott Addie
667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node ( #7117 )
...
* Relocate SignalR Get Started doc to Tutorials ToC node
* Add redirect entry
* Update SignalR tutorial ToC link title
* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie
8fb2b6cce4
Merge pull request #7116 from aspnet/scottaddie/remove-unused-folder
...
Delete unused code sample folder
2018-06-18 15:04:56 -05:00
Scott Addie
8e5f0578f3
Delete unused code sample folder
2018-06-18 14:36:16 -05:00
Scott Addie
d6548a1eaa
Merge pull request #7115 from aspnet/scottaddie/conceptual-metadata-updates
...
Metadata updates for web API conceptual content
2018-06-18 13:51:19 -05:00
Scott Addie
f8668437fe
Metadata updates for web API conceptual content
2018-06-18 13:37:17 -05:00
Scott Addie
0905e1799a
Add HubContext doc to SignalR ToC ( #7112 )
...
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu
9a02afc4b7
SignalR HubContext Doc ( #7005 )
...
* Starting SignalR HubContext doc
* +Sample +Edits
* some edits
* PR feedback
* edits
* + Table of Contents entry
* UE edit of SignalR HubContext doc (#7023 )
* last couple pr comments
* IHubContext<T>
* PR comments
* edit
* updates
* pr comments
* pr comments
* Remove extra line
2018-06-18 10:56:40 -05:00
Christopher Dorst
8a9e7d74e0
Add Required attribute to Field/Rating properties ( #7101 )
2018-06-18 08:11:44 -07:00
Rick Anderson
c976d332dd
Update intro.md ( #7097 )
...
dotnet tool install --global dotnet-aspnet-codegenerator --version 2.1.0
2018-06-18 08:08:18 -07:00
Stephen Griffiths
4ea8636d5b
Fix line breaks in entity framework tutorial ( #7106 )
2018-06-18 07:56:47 -05:00
Mike Morano
6eedad817c
escape less than so machineKey appears in document ( #7100 )
2018-06-17 10:51:37 -05:00
Luke Latham
886c8aa707
Update configuration samples ( #7094 )
2018-06-16 17:00:34 -05:00
Rick Anderson
5f80e2d66d
replace default Identity ( #7036 )
...
* WIP: replace default Identity
* work
* work
* work
* work
* react to feedback
2018-06-15 15:27:55 -07:00
Ehsan Mirsaeedi
1a43cde159
CallbackPath property in Microsoft auth provider ( #7086 )
2018-06-15 16:34:10 -05:00
Ehsan Mirsaeedi
adb15637b0
CallbackPath property in Google auth provider ( #7085 )
2018-06-15 16:33:43 -05:00
Ehsan Mirsaeedi
e56364db8f
CallbackPath property in Twitter auth provider ( #7084 )
2018-06-15 16:33:13 -05:00
Scott Addie
f816047f09
Change snippet type to xml
2018-06-15 12:02:08 -05:00
Aybars
cc54c66617
Updated microsoft gdpr url ( #7071 )
...
Updated additional resources Microsoft GDPR url
2018-06-15 09:51:32 -07:00
Scott Addie
c9ef3b78a1
Fix typos
2018-06-15 11:11:27 -05:00
Luke Latham
91d793ffd0
Remove "features" from links ( #7079 )
2018-06-15 10:11:16 -05:00