Pranav K
381c055e2f
Removing NotNullAttribute from Microsoft.AspNet.Razor
2015-09-14 11:58:28 -07:00
Doug Bunting
cef0971d3e
`throw new ArgumentNullException(...)` -> `[NotNull]`
...
- add `[NotNull]` in some `public` or `protected` callers as well
- add `[NotNull]` in `SeekableTextReader` constructors
- add `where TSymbolType : struct` to replace incorrect `null` checks
- remove `T` type parameters in changed files e.g. change to `TWriter`
- remove tests of removed code
nits:
- change `TextReaderExtensions` to consistently call other extensions as statics
- wrap some long doc comments
2015-05-06 14:21:05 -07:00
N. Taylor Mullen
e5e4a22966
Update LICENSE.txt and license header on files.
2015-05-01 13:58:52 -07:00
Doug Bunting
3f7c75e299
Remove and sort `using`s; reacting to #320 change
...
- automated pass then restore any `using`s the compiler needs
- in a couple of cases, make `using` conditional
2015-04-07 17:08:09 -07:00
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
Pranav K
21d64b4ae2
MQ: Cleanup to use var
2014-10-22 15:35:43 -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
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
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
David Fowler
ff854e3e15
Initial commit.
2014-01-11 20:12:30 -08:00