OzBob
cbbc3dc4c3
Fixes #2964 Add Registering exception filters ( #2965 )
...
* Add Registering exception filters
taking comments in discussion and quoting from : https://github.com/aspnet/Docs/blob/master/aspnet/web-api/overview/error-handling/exception-handling.md
* Update web-api-global-error-handling.md
2017-03-14 10:25:09 -10:00
Rick Anderson
5f16cc4a0a
WIP: Update your-first-mac-aspnet.md ( #2931 )
...
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* AS well, easily, banned words
Shouldn't we use the more standard VS Code? Why is *Code* *italic*?
* less market speak
Why make anyone read "If this is your first time using Visual Studio Code" ? Not needed.
* Use GIT before you dev, not after
And is it only GIT integration to Azure?
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
2017-03-14 09:38:59 -10:00
ChrisSfanos
75cc5d4c09
Update overview.md ( #2971 )
...
Updated Knockout new version
2017-03-14 09:38:33 -10:00
Brian Hall
9edf578d07
Add troubleshooting tip for `System.TypeLoadException` ( #2969 )
...
* Add troubleshooting tip for `System.TypeLoadException`
When running AspNet Core 1.1 on top of .NET 4.6.2 and trying to use the Azure Key Vault configuration extensions, I was encountering an exception that was being thrown for `System.TypeLoadException`. I discovered this originated from the use of the Azure Key Vault API and how it interacted with an older (built-in) version of `System.Net.HTTP`. I ended up installing the updated NuGet package for `System.Net.Http` and that fixed the issue. Hopefully this proposed tip will help someone in the future. Or at least until the packages get more aligned.
* Update key-vault-configuration.md
2017-03-14 09:35:11 -10:00
Daniel Eisterhold
ec31052983
Update routing.md ( #2967 )
2017-03-14 09:30:06 -10:00
Luke Latham
4e8c8a4a90
Middleware docs update ( #2963 )
...
* Update url-rewriting.md
* Update URLRewritingSample.csproj
* Update ResponseCachingSample.csproj
* Update middleware.md
* Update url-rewriting.md
* Update ResponseCompressionSample.csproj
* Update response-compression.md
2017-03-14 11:23:12 -07:00
James Telfer
0627ba9d94
Fix spelling of 'Verrsions' in title ( #2966 )
...
Thanks for the catch/fix.
2017-03-14 07:18:53 -07:00
Thomas Fuchs
1894789727
Remove closing brackets ( #2955 )
...
* Remove closing brackets
* Update first-web-api.md
2017-03-13 14:44:46 -10:00
Luke Latham
a0b65cae7b
Update iis.md ( #2962 )
2017-03-13 14:44:12 -10:00
Ryan Brandenburg
7cb877d046
Move resource naming section up and clarify ( #2959 )
2017-03-13 14:40:15 -10:00
Blackie Tsai
38d4c0e385
Update the content with incorrect/missing version ( #2956 )
...
* Update the content with incorrect/missing version
For .NET Core 1.1.1, the dotnet-watch version should change to 1.0.0.-*
* Update dotnet-watch.md
2017-03-13 10:57:53 -10:00
LinuxChata
c9cc2f4248
Update content-negotiation.md ( #2952 )
2017-03-13 10:55:57 -10:00
Jacob Foshee
620fccb478
Minor: 'in the in the' => 'in the' ( #2957 )
2017-03-13 10:38:26 -10:00
Rick Anderson
d1f6e5824c
remove dead controller ( #2950 )
...
* remove dead controller
* end
2017-03-10 15:03:13 -10:00
Min
5ebf606c1c
fix the error of no variable named _todoRepository ( #2940 )
...
at "Add a controller" section there is no variable called "_todoRepository" which is used by next sections
2017-03-10 14:04:16 -10:00
Vidya Vrat Agarwal
17dd80718f
Changed Summary to heading format ( #2947 )
2017-03-10 13:07:37 -10:00
Tom Dykstra
1a61773077
update redirect guidance ( #2948 )
2017-03-10 13:06:48 -10:00
Tom Dykstra
4c2c482e48
PR template changes ( #2949 )
2017-03-10 13:05:47 -10:00
Jean Collas
46630f7764
parameter name update ( #2941 )
2017-03-10 10:05:18 -10:00
Rion Williams
435a547977
Updated Code Style in Examples ( #2942 )
...
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Miroslav Jeliaskoff
2581d8470b
Added parameter int the call to the base function ( #2945 )
...
The base object does not have a method with no parameters in SignalR version 2.2.1.
2017-03-10 10:02:45 -10:00
Terri Morton
2e8c928932
Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
...
Removing unneeded word "warning".
2017-03-09 22:18:48 -05:00
Tom Dykstra
04e9a9f1bb
convert tutorials toc node to non-expanding ( #2933 )
2017-03-09 16:40:17 -08:00
Rick Anderson
8baeebb643
add MSBuild to dotnet-watch ( #2939 )
2017-03-09 14:34:57 -10:00
apshenichnyi
1f79bde417
Fixing documentation for MVC4 Hands On labs ( #2934 )
...
* Misspelling in table of contents was fixed.
* Markdown was fixed for samples to be inserted into the article.
* Sample files were corrected.
* Sample file was corrected.
* Typo was fixed.
* Samples were corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample ws corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
2017-03-09 12:17:59 -10:00
Brice Lambson
fe4c3e800b
Update adding-model.md ( #2938 )
...
Escape greater than
2017-03-09 12:13:27 -10:00
Rick Anderson
4bd547a6ab
remove rating from search ( #2937 )
2017-03-09 12:11:46 -10:00
Luke Latham
3b496d7b7f
Update aspnet-core-module.md ( #2911 )
2017-03-08 17:27:32 -10:00
Luke Latham
1b039f74aa
Using IIS Modules with ASP.NET Core ( #2609 )
...
* Add doc to index
* Add doc to TOC
* Create iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Create modules.png
* Add files via upload
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Minor updates
* Minor update
* Update iis-modules.md
* Temp remove Custom Tracing from table
* Update iis-modules.md
2017-03-08 17:03:58 -10:00
Rick Anderson
1957450a37
delete old add required to model ( #2927 )
2017-03-08 14:16:28 -10:00
Tom Dykstra
3252fb1d6f
change wording ( #2930 )
...
Add an optional extended description…
2017-03-08 16:13:19 -08:00
Tom Dykstra
a79c138e20
issue and pr templates ( #2929 )
2017-03-08 16:07:30 -08:00
Rick Anderson
d2b516e454
Update app-state.md
2017-03-08 11:34:47 -10:00
damienbod
8ae7901654
renaming to AngularJS like in page ( #2925 )
2017-03-08 16:32:45 -05:00
Roland Kopka
e0376f2f0d
Update Interpolated Strings link ( #2922 )
...
* Update Interpolated Strings link
* removed en-us
2017-03-08 11:02:27 -10:00
Rick Anderson
40c46e1f75
PDF link to VS15 ( #2924 )
2017-03-08 11:01:51 -10:00
Diana LaRose
536f80823d
Update app-state.md ( #2917 )
...
Edited remainder of article.
2017-03-08 10:56:30 -10:00
Tom Dykstra
f42b9d8d12
add link to VS 2015 version ( #2919 )
...
* add link to VS 2015 version
* @rick-anderson feedback
2017-03-08 10:47:56 -10:00
Rick Anderson
c36de3bf7c
RTM 1.1 of pw/email reset ( #2912 )
...
* RTM 1.1 of pw/email reset
* clean up
* tdysktra feedback
* fix
2017-03-08 09:49:26 -10:00
Tom Dykstra
b22f9016c1
add link to project.json docs ( #2921 )
...
* add link to project.json docs
* move link to correct footers
2017-03-08 09:49:01 -10:00
Rick Anderson
f0a65b95e3
Download PDF to see better view ( #2915 )
2017-03-08 08:41:12 -08:00
Luke Latham
5f52ec9269
Middleware samples csproj updates ( #2906 )
...
* Update URLRewritingSample.csproj
* Update ResponseCompressionSample.csproj
* Update ResponseCachingSample.csproj
2017-03-07 16:19:40 -10:00
Luke Latham
1a4b9702b0
Update 502.5 Common Errors and VC++ redist information ( #2860 )
...
* Update iis.md
* Update iis.md
* ../rel/path to xref:UID
2017-03-07 16:17:39 -10:00
Rick Anderson
6c8955d9a8
add linux ( #2914 )
2017-03-07 17:15:42 -05:00
Shayne Boyer
785fef942f
Updated title and content to be nonMac specific ( #2910 )
...
* Updated title and content to be nonMac specific
* add linux to metadata
2017-03-07 17:15:34 -05:00
Daniel Roth
d1f5cda815
Update getting-started.md ( #2908 )
2017-03-07 14:23:34 -05:00
Tom Dykstra
0ebb9b6393
fix link ( #2903 )
2017-03-06 15:46:14 -08:00
Mike PB
d3a2098582
Update configuration.md ( #2898 )
...
* Update configuration.md
Fix typo (bindling)
* Update configuration.md
2017-03-06 15:18:02 -08:00
Tom Dykstra
56899b35bd
Merge pull request #2900 from aspnet/csproj
...
Merge csproj to master
2017-03-06 15:16:00 -08:00
Tom Dykstra
291a450d61
add identity-configuration to toc ( #2902 )
2017-03-06 11:45:26 -10:00