Pranav K
c7dc5ab7f0
Switching to generations TFMs
2015-10-22 00:23:06 -07:00
Pranav K
20f90e9879
Switching to generations TFMs
2015-10-22 00:20:57 -07:00
Troy Dai
a1e4e022b9
Clean up
2015-10-21 22:08:03 -07:00
Pranav K
127fc13885
Switching to using generations TFM
2015-10-21 21:24:19 -07:00
Pranav K
0219aabc17
Switching to using generations TFM
2015-10-21 21:11:25 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Pranav K
ce39864623
Switching to use generations TFMs
2015-10-21 18:18:07 -07:00
Hao Kung
8a2694dd46
React to AuthZ namespace changes
2015-10-21 16:48:07 -07:00
Hao Kung
0eaec216b1
AuthZ API review changes
2015-10-21 16:45:20 -07:00
Doug Bunting
9d7300c52b
Revert "Rename `AppendEncoded()` to `AppendHtml()`"
...
This reverts commit 14c96f695a .
2015-10-21 15:45:55 -07:00
Doug Bunting
14c96f695a
Rename `AppendEncoded()` to `AppendHtml()`
...
- aspnet/Mvc#3225 , 1 of 3
2015-10-21 15:43:42 -07:00
Hao Kung
7dfac2fd78
Add assembly info for new project
2015-10-21 15:23:39 -07:00
Hao Kung
8f0e08dbce
Nuke test key
2015-10-21 15:21:40 -07:00
Hao Kung
e72a563902
Add initial Owin Security cookie interop package
2015-10-21 15:19:16 -07:00
Hao Kung
b09777fe38
Update samples with error handling
2015-10-21 15:14:45 -07:00
N. Taylor Mullen
f0a4a9773d
Update test sources project.json.
2015-10-21 14:46:55 -07:00
Hao Kung
defc9faac0
Don't call resource handlers without required resource
2015-10-21 13:18:05 -07:00
ryanbrandenburg
da731fc641
Add logging to ActionResults and ControllerActionInvoker
2015-10-21 13:16:14 -07:00
Stephen Halter
8d107b22ae
Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
...
#266
2015-10-21 12:57:27 -07:00
Pavel Krymets
59cf82f9f1
React to hosting changes
2015-10-21 12:33:13 -07:00
Chris R
ef61b14d6a
#501 Replace OpenIdConnectTokenEndpointResponse with an OpenIdConnectMessage
2015-10-21 12:26:01 -07:00
Pavel Krymets
5bb9759166
react to dnx di changes
2015-10-21 11:43:39 -07:00
Pranav K
00c81d41aa
Use fixed version of OpenIdConnect
2015-10-21 11:24:10 -07:00
Pavel Krymets
a098b8ce2b
Reach to Hosting changes
2015-10-21 10:49:31 -07:00
Pavel Krymets
e3ceeb43ba
Fix build
2015-10-21 10:36:02 -07:00
Pavel Krymets
f8fd2f9ac9
React to hosting changes
2015-10-21 10:23:53 -07:00
Rowan Miller
d27d18fe5a
💚 Fix more calls to UseDatabaseErrorPage
...
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184 ). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Pavel Krymets
f36faf2a72
React to hosting changes
2015-10-21 10:20:10 -07:00
Rowan Miller
42a5a28210
💚 React to API change in UseDatabaseErrorPage
...
The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/184 ). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:00:03 -07:00
Ryan Nowak
1474ed8fe8
Fix breaks to xml docs
2015-10-20 23:31:02 -07:00
Ryan Nowak
3576939457
Fix break in XmlSerializerOutputFormatter tests
...
The wrong type is being passed in to the wrapper-provider for
XmlSerializer. DCS formatter is already correct.
2015-10-20 22:25:56 -07:00
Ryan Nowak
800e46eed4
Fix failures in StringOutputFormatter functional tests
...
The missing piece here is is that StringOutputFormatter needs to set the
ContentType so that it gets overridden. The problem is that the formatter
is likely called with something like application/json, but decides to
write a string anyway. So because we're saying 'yes we can write' we also
need to override what we're writing.
2015-10-20 22:12:21 -07:00
Eilon Lipton
55b72c04bf
Add high-pri doc comments for views, controllers, HTML helpers, Startup
2015-10-20 18:24:56 -07:00
Ryan Nowak
38b65875db
Refactor of OutputFormattterContext
2015-10-20 18:05:57 -07:00
Ryan Nowak
d584bcabcf
React to changes in Authz
2015-10-20 17:45:02 -07:00
Pranav K
8b0c157296
Rename ModelState (the type) -> ModelStateEntry
...
Fixes #3326
2015-10-20 16:43:00 -07:00
ASP.NET Push Bot
0e62f45b78
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@3d11681798
2015-10-20 16:18:28 -07:00
ASP.NET Push Bot
3e8ced21a2
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@3d11681798
2015-10-20 15:24:57 -07:00
ASP.NET Push Bot
3b532d4c3e
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@703c1ffdd4
2015-10-20 15:13:13 -07:00
N. Taylor Mullen
be324b220a
Expose `FilePath` on `MappingLocation`.
...
- We had the `FilePath` information available to us but we weren't exposing it on the `MappingLocation` context object.
- By exposing the `FilePath` the Razor editor can 100% know where a `MappingLocation` is resolved from. If `null` the location is deemed to be the current source/generated file.
#552
2015-10-20 14:42:42 -07:00
Cesar Blum Silveira
77f29142aa
Disable tests that randomly hang on Linux ( #442 ).
2015-10-20 14:12:05 -07:00
Pranav K
47365e421f
Add generations TFMs to Hosting packages
2015-10-22 12:19:45 -07:00
N. Taylor Mullen
8e946798a1
Remove compilation options from services.
...
- This was a temporary work around to allow MVC to build.
- Reacts to aspnet/Mvc#3383
2015-10-22 11:01:51 -07:00
Chris R
4702752384
#411 Default webroot to wwwroot if the directory exists.
2015-10-22 09:27:53 -07:00
David Fowler
f2e7c49c36
Don't add platforms services if no available
2015-10-22 08:42:31 -07:00
Chris R
10822b3b4f
#411 Move webroot from project.json to config.
2015-10-22 06:10:33 -07:00
Pranav K
39c355002b
Switching to using generations TFM
2015-10-21 21:38:02 -07:00
Pavel Krymets
7cc3e11a9e
Add compiler configuration to services and another overload for test server creation
...
.. to alow host service configuration
2015-10-21 14:44:20 -07:00
John Luo
99f5febc3b
Changing argument type of serverFeatures to IFeatureCollection
2015-10-21 10:46:01 -07:00
Pavel Krymets
3774b6055f
React to xnd dependency injection refactorings
2015-10-21 09:31:22 -07:00