aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
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
..
CodeTree Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Compiler Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
AddImportCodeGeneratorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
AttributeBlockCodeGeneratorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CSharpRazorCodeGeneratorTest.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
CSharpTagHelperRenderingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CSharpTagHelperRenderingUnitTest.cs Add Multiple attribute same name understanding to TagHelperChunk. 2015-04-30 14:57:23 -07:00
CodeGenTestCodeBuilder.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CodeGenTestHost.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
DynamicAttributeBlockCodeGeneratorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
LineMappingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorCodeGeneratorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorCommentCodeGeneratorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TabTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TagHelperAttributeValueCodeRendererTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TagHelperTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TestSpan.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00