aspnetcore/test/Microsoft.AspNet.Razor.Test/Framework
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
..
BlockExtensions.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
BlockFactory.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
BlockTypes.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CodeParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CsHtmlCodeParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CsHtmlMarkupParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
ErrorCollector.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
MarkupParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
ParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RawTextSymbol.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
TestSpanBuilder.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00