aspnetcore/test/Microsoft.Framework.WebEnco...
Levi B ae456401a8 Change AllowedCharsBitmap back to a struct.
I also experimented with having a fixed uint[] field inside the struct, but this actually ended up having worse performance than a proper uint[] array reference since it defeated some of the JITter's optimizations.
2015-03-10 17:58:10 -07:00
..
AllowedCharsBitmapTests.cs Change AllowedCharsBitmap back to a struct. 2015-03-10 17:58:10 -07:00
CodePointFilterTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
CommonTestEncoder.cs Add unit tests for the service provider extensions 2015-02-27 14:44:12 -08:00
EncoderCommonTests.cs Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
EncoderExtensionsTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
EncoderServiceCollectionExtensionsTests.cs React to DI changes 2015-03-04 18:08:36 -08:00
EncoderServiceProviderExtensionsTests.cs Add unit tests for the service provider extensions 2015-02-27 14:44:12 -08:00
Entities.cs Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
Extensions.cs Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
HtmlEncoderTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
JavaScriptStringEncoderTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
Microsoft.Framework.WebEncoders.Tests.kproj Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
ParsedEntity.cs Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
UnicodeEncoderBaseTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
UnicodeHelpersTests.cs Add unit tests and code generation routines 2015-02-27 11:30:00 -08:00
UnicodeRangeTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
UnicodeRangesTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
UrlEncoderTests.cs API cleanup: Rename UnicodeBlock -> UnicodeRange 2015-03-10 17:58:03 -07:00
project.json Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:54:49 -07:00