Pranav K
abafceab52
Revert "Updating to Roslyn beta1 packages"
...
This reverts commit 5ac7691f2e .
2016-02-29 09:41:16 -08:00
Pranav K
5ac7691f2e
Updating to Roslyn beta1 packages
2016-02-29 06:59:03 -08:00
Shahriar Gholami
1e5b0b9bec
Allow to define section or/and body without the need to render it
2016-02-26 18:02:19 -08:00
Pranav K
756953fd50
Use the entry assembly when DependencyContext is null
...
Fixes #4136
2016-02-25 06:23:06 -08:00
Ajay Bhargav Baaskaran
028c0fb131
Enabled xml doc generation
2016-02-24 12:19:46 -08:00
Pranav K
0bf650a789
Use a fixed version of Roslyn to allow Coherence to succeed
2016-02-24 10:48:18 -08:00
Pranav K
80b6996701
* Moving DNX dependencies to test only
...
* Updating Mvc tests to use dotnet test to run on dnxcore50
2016-02-23 18:58:42 -08:00
Pranav K
5b805bb12d
Updating to use cli
...
Fixes #3908
2016-02-22 17:49:51 -08:00
Ben Adams
a493a9756e
Simplify IsWhitespace
2016-02-10 17:34:20 -08:00
Ben Adams
fd11d70fcd
Less work on non-relative strings in UrlResolutionTagHelper
2016-02-10 17:34:19 -08:00
N. Taylor Mullen
59334dcf17
React to aspnet/Razor#604
2016-02-04 16:37:30 -08:00
Cesar Blum Silveira
50fc0bb140
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-02 14:22:07 -08:00
ryanbrandenburg
2aca8810d3
* Give message correct path.
2016-02-02 11:08:41 -08:00
Ajay Bhargav Baaskaran
aeba565e53
Fixing ArgumentOutOfRangeException in ExpressionRewriter
2016-01-29 14:47:09 -08:00
Pavel Krymets
79eb0138c7
Migrate to using System.Runtime.Loader.AssemblyLoadContext
2016-01-26 10:22:25 -08:00
N. Taylor Mullen
1f77aa445a
Fix XML docs to pass xml-docs-test.
2016-01-25 14:55:42 -08:00
Ryan Nowak
434da683fc
Improve buffering of Razor output in MVC
...
These changes are aimed at significantly improving the performance of
MVC/Razor when a large amount of content is in play or a large number of
TagHelpers are used.
A few issues addressed:
- Buffer sync writes after a flush has occurred so that we can write them
asyncronously. The issue is that an IHtmlContent can only do sync
writes. This is very bad for Kestrel in general. Doing these writes
async is better for our overall perf, and the buffer that we use for it
is from the pool.
- 'Flatten' ViewBuffers when possible. A page with lots of TagHelpers can
end up renting a ViewBuffer and only write 2-3 things into it. When a
ViewBuffer sees another ViewBuffer we can either steal its pages, or
copy data out and 'return' its pages. This lets us use 3-4 buffers for a
large Razor page instead of hundreds.
2016-01-25 12:40:52 -08:00
Ryan Nowak
8b1bd343ba
Internal cleanup in ViewFeatures
2016-01-24 22:13:29 -08:00
Ryan Nowak
de3b33caf1
Internal cleanup in Razor
2016-01-24 21:50:33 -08:00
Ryan Nowak
a276169693
Reorganize logging, move more types to internal
2016-01-24 17:24:34 -08:00
N. Taylor Mullen
25eb50120e
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:40:26 -08:00
N. Taylor Mullen
3be7fbdf9f
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
N. Taylor Mullen
6a6c8ca544
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:17:07 -08:00