Doug Bunting
26034fb5b2
Apply VS' FormatDocument and RemoveAndSort to all *.cs files
...
- #EngineeringDay
Did not change any files under test/Microsoft.AspNet.Razor.Test/TestFiles
- avoiding need to redo hashes
2014-11-20 14:43:16 -08:00
Doug Bunting
0f724a51df
Delete trailing whitespace
...
- #EngineeringDay
- Total replaced: 506 Matching files: 118
Did not change any files under test/Microsoft.AspNet.Razor.Test/TestFiles
- avoiding need to redo hashes
2014-11-20 14:16:32 -08:00
N. Taylor Mullen
8d4bdbdb84
Allow invalid HTML to be in Razor pages.
...
- Modified the TagHelperParseTreeRewriter to not remove invalid HTML snippets.
- Added tests to validate invalid HTML is allowed.
#212
2014-11-14 10:30:51 -08:00
Pranav K
21d64b4ae2
MQ: Cleanup to use var
2014-10-22 15:35:43 -07:00
N. Taylor Mullen
3cba84104d
Add TagHelper parse tree visitor.
...
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's.
- Added the code generator and corresponding chunk for a TagHelperBlock.
- Added syntax tree specific objects & helper methods to create accurate tag helper structures.
#71
2014-10-09 12:50:39 -07:00
N. Taylor Mullen
6114d5d269
Modify parser to group html begin/end elements.
...
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.
#75
2014-08-26 14:53:09 -07:00
N. Taylor Mullen
9a6a3af450
Transition Microsoft.AspNet.Razor from csproj to kproj.
...
Needed to modify some source to use new resx format.
#32
2014-06-04 14:58:01 -07:00
Andrew Peters
477141564f
Updating copyright headers
2014-05-08 23:01:26 -07:00
anpete
6c2130239f
Update file headers
2014-05-01 17:40:52 -07:00
N. Taylor Mullen
50314ca7e5
Add the ability for users to await expressions.
...
This enabled things like @await Foo(). We special case the await keyword and allow another snippet of code to follow it.
2014-03-18 12:37:07 -07:00
Nick Guerrera
2bdbd49966
Remove #if NET45 for GetUnicodeCategory and just use CharUnicodeInfo everywhere.
...
.NET FX Team will not be adding Char.GetUnicodeCategory because it breaks layering. We cannot have a dependency form System.Runtime.dll to System.Globalization.dll.
2014-02-17 23:28:52 -08:00
Pranav K
63e55ce776
Updating resx strings to use tt format
2014-02-12 10:11:23 -08:00
Pranav K
1634c74ff4
Remove and sort usings across the solution
2014-01-31 10:24:07 -08:00
N. Taylor Mullen
7f0878c1b8
Comment ifdefs and fix K10 functionality
2014-01-30 15:50:20 -08:00
N. Taylor Mullen
3a214ab213
ifdef all of the razor bits that are reliant on non-coreclr bits.
...
Big thing we're missing is Char.GetUnicodeCategory(...) and Thread.Yield. Tried to do my best to fill in the blanks. Ripped out VB.
2014-01-27 18:52:02 -08:00
N. Taylor Mullen
72e37d7ac6
Update code to be the latest bits.
2014-01-17 15:43:57 -08:00
David Fowler
ff854e3e15
Initial commit.
2014-01-11 20:12:30 -08:00