Kirthi Krishnamraju
3da2c35e3e
fix #2819 : Add more unit tests for ViewLocalizer and HtmlLocalizer
2015-11-09 10:54:56 -08:00
Doug Bunting
ff91e796c1
Revert "Fixing tests"
...
- wrong fix especially now that test encoders work as expected
- touch up `HtmlHelperTest` and `RazorViewTest` since test encoders are now consistent
- remove references to old `Microsoft.Extensions.WebEncoders.Testing` package
This reverts commit a9d5876cd9 .
- but leave `FormTagHelperTest` and `ValidationMessageTagHelperTest` cleanup alone
nit: use `string.Empty` in `HtmlHelperLinkGenerationTest`
2015-11-02 09:45:56 -08:00
Chris R
52f4a83139
React to WebEncoders changes.
2015-10-30 17:59:19 -07:00
Pavel Krymets
4e8c543489
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-22 19:48:55 -07:00
Pranav K
f57e180971
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:53 -07:00
Kirthi Krishnamraju
ed509f65a2
fix #2747 : Fix Mvc localization test once dnx support reading resources
2015-09-24 12:53:20 -07:00
Pranav K
4874677807
Fixing CI build failure
2015-09-17 16:10:36 -07:00
Ryan Nowak
538cd9c191
Move less-commonly used types out of .Rendering
2015-09-16 23:52:29 -07:00
Doug Bunting
6459fb0e30
Do not execute no-op tests
...
- consistently use `TestPlatformHelper` only to skip test cases or change expectations
2015-09-14 15:30:45 -07:00
N. Taylor Mullen
7cbcbae5e7
Disable test due to mono bug on Mac.
2015-09-10 12:45:31 -07:00
N. Taylor Mullen
4fb2053f34
Update project.json to have warningsAsErrors accept a bool.
2015-09-02 15:35:13 -07:00
Hao Kung
3ebdcc5f6f
React to options changes
2015-09-02 14:07:06 -07:00
Ryan Nowak
9d89a8cac3
Homogenize MVC startup code patterns
...
Use builder APIS for both AddMvc() and AddMvcCore()
Change various API patterns to all use .AddXyz(...) off of one or both of
these builders.
2015-08-16 18:48:24 -07:00
Ryan Nowak
f7cea9b6d7
React to namespace change in DI.
2015-08-11 14:10:30 -07:00
Ryan Nowak
152e4ef915
Fix #2874 part 2 - Add AddLocalization() overload for MVC localization.
2015-08-07 09:49:08 -07:00
Victor Hurdugaci
e96b4d7b94
React to DNX renames
2015-07-29 04:49:49 -07:00
Doug Bunting
6033679193
Cleanup .xproj files to avoid future churn
...
- mostly remove useless `<RootNamespace>` elements
2015-07-17 09:07:23 -07:00
Doug Bunting
3056c8ec08
Remove a VS build warning
...
- was "CS0649: Field is never assigned to, and will always have its default value `null'"
- visible only in VS builds due to aspnet/dnx#2284
nit: let VS do its thing with Microsoft.AspNet.Mvc.Localization.xproj
2015-07-17 08:50:28 -07:00
Kirthi Krishnamraju
d8a523a07f
Added Mvc localization project
2015-07-16 15:57:24 -07:00