Commit Graph

40898 Commits

Author SHA1 Message Date
David Fowler 0fdf8f6bf1 Marked build.sh as executable 2015-03-31 05:23:09 -07:00
Hao Kung fd9f845dc9 Don't blast null values into UseStartup/Server 2015-03-30 20:46:23 -07:00
Praburaj a559056266 Cleanup namespaces. 2015-03-30 20:16:04 -07:00
Ryan Nowak 6626035c22 Update MVC sample to include a route 2015-03-30 19:23:58 -07:00
Praburaj ffd2489f6c Revert "Changing Wilson packages to beta4"
This reverts commit 101b719994.
2015-03-30 19:11:44 -07:00
Praburaj 101b719994 Changing Wilson packages to beta4 2015-03-30 19:10:57 -07:00
Ryan Nowak 9d9e844a3d Convert samples to xproj 2015-03-30 19:02:47 -07:00
Hao Kung b06d0855f0 React to hosting 2015-03-30 18:30:28 -07:00
Hao Kung 08f0e1055b React to hosting changes 2015-03-30 18:20:33 -07:00
Hao Kung f3de094815 React to hosting 2015-03-30 18:19:35 -07:00
Hao Kung 77e2dc263f Hosting rework #2
- Merge HostingContext and HostingEngine
- Cleanup usage via builder pattern
2015-03-30 18:05:51 -07:00
ASP.NET Push Bot 9271d3dedc ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@828b008046
2015-03-30 17:26:49 -07:00
Wei Wang 2aaeedc48a Fix newly added --no-source variations 2015-03-30 17:09:51 -07:00
Maurycy Markowski a7fb1fdb2d fixing build break caused by namespace change in Entity Framework 2015-03-30 16:42:12 -07:00
sornaks f640744f85 Merge branch 'release' into dev 2015-03-30 16:39:41 -07:00
sornaks 6e9533ce9c #2295 - Disposing the read stream after computing file hash. 2015-03-30 16:23:55 -07:00
Maurycy Markowski 9fb02849dc fixing build break caused by namespace change in Entity Framework 2015-03-30 16:19:41 -07:00
Wei Wang 4f357411aa Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:32:56 -07:00
Wei Wang 1fe0983845 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:31:12 -07:00
Wei Wang 50ea1fb3d2 Rename "dnu bundle" to "dnu publish" 2015-03-30 15:29:48 -07:00
Wei Wang 79e53c5f77 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:26:31 -07:00
Wei Wang 40edad4953 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:23:49 -07:00
Victor Hurdugaci 188f5e8328 Set the file version environment variable 2015-03-30 14:53:56 -07:00
Pranav K 9dc8ecac8a Cleanup: Moving files from src/Microsoft.AspNet.Mvc.Razor/Razor/PreCompileViews ->
src/Microsoft.AspNet.Mvc.Razor/Precompilation
2015-03-30 14:51:11 -07:00
Maurycy Markowski adf599339c fixing test build break caused by namespace changes in EF 2015-03-30 14:47:42 -07:00
Pranav K d388aa58c8 Remove caching from QueryStringValueProviderFactory
Fixes #2258
2015-03-30 12:53:03 -07:00
Pranav K e3ea602775 Renaming incorrectly named file name.
Fixes #2274
2015-03-30 12:45:39 -07:00
Praburaj 2f36a9cd6b Using optional configuration for IIS deployment 2015-03-30 11:54:10 -07:00
Doug Bunting 36bd387686 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 11:44:35 -07:00
anurse 9e872c3721 update dnvm
fixes #195
2015-03-30 11:30:59 -07:00
Doug Bunting 25376c3377 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 11:19:09 -07:00
Doug Bunting 33407ef1be Enforce new invariants around HTML encoding
- #335
- bound `string` attribute values are _not_ encoded
 - rework `CSharpCodeVisitor` and `CSharpTagHelperCodeRenderer` to enable this case
- values in `TagHelperOutput.Attributes` are encoded unless special-cased elsewhere
 - `Dictionary<string, object>` type allows `RazorPage` to use `HtmlString`
- wrap HTML unbound attribute values using `Html.Raw()`
2015-03-30 11:09:26 -07:00
Doug Bunting 5882cdb03f MVC portion of aspnet/Razor#335
- set correct `MarkAsHtmlEncodedMethodName` value in `MvcRazorHost`
- handle `HtmlString` values in `TagHelperOutput.Attributes` in `RazorPage`
 - special-case double-quotes in `HtmlString` values
 - add `static WriteTo()` method for use in tag helpers
- handle non-`string` `output.Attributes` values in tag helpers
- make `TagHelperContentWrapperTextWriter` a `public` class
- provide a `TagHelperContent.Append(object, ...)` extension method
- add `LinkTagHelper.Href` and `ScriptTagHelper.Src` properties
 - avoid Razor HTML-encoding these attribute values before their use
- add `JavaScriptEncoder` properties in `LinkTagHelper` and `ScriptTagHelper`
 - allow encoding testing without unit testing the default encoder
- handle MVC and Razor changes for this bug in existing tests
- add functional tests of encodings
- add test encoders to TestCommon project

nits:
- correct `InputTagHelper` to pass `type=""` through unchanged
- set correct `TagHelperContentTypeName` value in `MvcRazorHost`
- remove unnecessary `FormTagHelper.Method` and `OptionTagHelper.Selected` properties
- remove complex ternaries and `ShouldAddFileVersion()` methods
- add a few debug assertions
- fix some odd wrapping
- remove or `#if`-out unused `using`s
- remove trailing whitespace
2015-03-30 10:54:00 -07:00
Pranav K 60381c415e Unrendered sections does not throw when redefined and rendered in nested
layout.

Fixes #2252
2015-03-30 09:33:09 -07:00
Brice Lambson 6f9de34428 Merge branch 'release' into dev 2015-03-30 09:15:06 -07:00
Brice Lambson ebda837e35 React to Migrations API changes 2015-03-30 09:13:23 -07:00
Edward Kim fefad346ba fix newline 2015-03-29 13:02:51 -07:00
Wei Wang 099d910579 Rename "dnu bundle" to "dnu publish" 2015-03-29 10:47:00 -07:00
Wei Wang fe165bbafc Rename "dnu bundle" to "dnu publish" 2015-03-29 10:38:39 -07:00
Doug Bunting 4d4686147f Let VS do its thing
- newline after BOM and slight reordering of Mvc.sln
- add `Service/Include` properties to some test .xproj files
 - also add BOM in a few cases
2015-03-28 14:41:40 -07:00
Wei Wang 1e29b52278 Rename "dnu bundle" to "dnu publish" 2015-03-28 12:10:12 -07:00
ASP.NET Push Bot c6547cce2a ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@82929ba8a1
2015-03-27 17:19:01 -07:00
Suhas Joshi bab1c3909c Enable tests 2015-03-27 16:30:54 -07:00
Pranav K f4794e5c7f Make pushing to NuGet feed more resilient. 2015-03-27 16:09:56 -07:00
Praburaj a3b1954810 Changing --no-source variation to use desktop clr
Looks like --no-source is failing with coreclr
2015-03-27 15:28:04 -07:00
Praburaj 6dbe8dd993 Enabling --no-source variations 2015-03-27 14:51:59 -07:00
Kiran Challa e571f401c3 Enable a skipped test to run on coreclr 2015-03-26 23:57:35 -07:00
Kiran Challa e9d7bb2230 React to ElmLogger extension changes 2015-03-26 23:46:15 -07:00
anurse 5477458781 fix tests 2015-03-26 22:30:46 -07:00
anurse de88b92f87 react to runtime compilation refactoring 2015-03-26 22:18:39 -07:00