N. Taylor Mullen
33b37d6554
React to aspnet/Razor#196 .
...
- Razor `TagHelper`s now special case `enum` values so you don't need to provide the entire `enum` prefix.
2015-10-29 10:06:43 -07:00
N. Taylor Mullen
22ecf85f88
Added `TagHelper` support for `enum`s.
...
- If a `TagHelper` attribute is an `enum` then you no longer need to provide the `enum` name. To override this functionality you can add the `@` symbol.
- Added code generation tests.
- Added `TagHelperDescriptorFactoryTest`s that double for Precompilation tests.
#196
2015-10-29 10:04:07 -07:00
Chris R
54451cb6fa
Merge branch 'release' into dev
2015-10-29 08:24:24 -07:00
Chris R
995f0ca92f
#452 Rename Microsoft.AspNet.Hosting.json to hosting.json.
2015-10-29 08:21:30 -07:00
Pranav K
89d116ae98
Merge branch 'release' into dev
2015-10-28 19:12:38 -07:00
Pranav K
6d2b1e447b
Adding System.Runtime to unbreak build
2015-10-28 19:12:17 -07:00
Doug Bunting
a69a7a6940
Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest`
...
- test class can now use the `MvcTestFixture`
- #3139 part 3 of 3
- dump instrumentation data at end of `_Layout.cshtml`
- include `FilePath` in display
- compare against new `.html` resource
nits:
- normalize line endings to CRLF for consistency with other tests
- add `InstrumentionData` to avoid `Tuple`
- make `TestPageExecutionContext` class `private`
- remove newly-unused actions and associated `.cshtml` files
2015-10-28 16:45:30 -07:00
Doug Bunting
dc32f8ae33
PR comments: Restore most of `PrecompilationTest.PrecompiledView_RendersCorrectly()`
2015-10-28 16:40:28 -07:00
Doug Bunting
c8c0c5303e
Remove more `TestHelper` functional tests
...
- remove tests already thoroughly covered in unit tests
- #3139 part 2 of 3
- make checks of `<form>` tag helper more consistent with others
- use a tag helper initializer but testing every variant; covered in unit tests
- remove `MvcStartupTest` and associated web site
- scenario covered elsewhere
- remove `PrecompilationTest.PrecompiledView_RendersCorrectly()`
- scenario covered elsewhere and shouldn't do I/O on checked-in files
2015-10-28 16:40:13 -07:00
Kiran Challa
f3384d97cb
Merge branch 'release' into dev
2015-10-28 15:55:12 -07:00
Kiran Challa
2bb2f95532
Log messages from HostingEngine are sometimes null #454
2015-10-28 15:51:36 -07:00
Doug Bunting
ff19702db5
Remove `WaitService`
...
- use `MvcTestFixture` instead of `TestHelper`
- part of #3139
- continue to test e2e interaction of `FlushAsync()` with sections, partials, et cetera
- remove `FlushPointTest.FlushBeforeCallingLayout()`
- `RazorPageTest.FlushAsync_ThrowsIfTheLayoutHasBeenSet()` unit test covers the scenario
2015-10-28 15:47:16 -07:00
Ben Adams
bdadc8a3da
Move comment into loop, remove noop
2015-10-28 22:44:35 +00:00
ASP.NET Push Bot
9adc66547d
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@ed0017b7e2
2015-10-28 12:59:08 -07:00
Pranav K
d8697fe985
Merge branch 'release' into dev
2015-10-28 12:52:31 -07:00
Pranav K
a335257339
Merge branch 'release' into dev
2015-10-28 12:52:22 -07:00
Pranav K
f3d589f474
Merge branch 'release' into dev
2015-10-28 12:51:54 -07:00
Pranav K
b4eb423e07
Merge branch 'release' into dev
2015-10-28 12:51:49 -07:00
Pranav K
58adcbce69
Merge branch 'release' into dev
2015-10-28 12:51:40 -07:00
Pranav K
a909e63d4e
Merge branch 'release' into dev
2015-10-28 12:51:36 -07:00
Pranav K
8389149a1c
Merge branch 'release' into dev
2015-10-28 12:51:31 -07:00
Pranav K
f2f2b98605
Merge branch 'release' into dev
2015-10-28 12:51:26 -07:00
Pranav K
728eff1c4d
Merge branch 'release' into dev
2015-10-28 12:51:22 -07:00
Pranav K
902930db9e
Merge branch 'release' into dev
2015-10-28 12:51:18 -07:00
Pranav K
3762eff893
Merge branch 'release' into dev
2015-10-28 12:51:13 -07:00
Pranav K
8915036bfc
Merge branch 'release' into dev
2015-10-28 12:51:09 -07:00
Pranav K
ebcaeadf64
Merge branch 'release' into dev
2015-10-28 12:51:04 -07:00
Pranav K
f7489c2108
Merge branch 'release' into dev
2015-10-28 12:50:59 -07:00
Pranav K
231ab4a6f1
Merge branch 'release' into dev
2015-10-28 12:50:54 -07:00
Pranav K
6eff1fc90f
Merge branch 'release' into dev
2015-10-28 12:50:50 -07:00
Pranav K
cb623e55f1
Merge branch 'release' into dev
2015-10-28 12:50:45 -07:00
Pranav K
c4a5d0c8b7
Merge branch 'release' into dev
2015-10-28 12:50:37 -07:00
Pranav K
b6986791e6
Merge branch 'release' into dev
2015-10-28 12:50:28 -07:00
Pranav K
8466119bc7
Merge branch 'release' into dev
2015-10-28 12:50:19 -07:00
Pranav K
bb7f2c3636
Merge branch 'release' into dev
2015-10-28 12:50:14 -07:00
Pranav K
e4bf2f3f13
Merge branch 'release' into dev
2015-10-28 12:49:54 -07:00
Pranav K
92a052a55e
Merge branch 'release' into dev
2015-10-28 12:49:46 -07:00
Pranav K
05ef1d944a
Updating to release NuGet.config.
2015-10-28 12:43:12 -07:00
Pranav K
42f3a89db5
Updating to release NuGet.config.
2015-10-28 12:43:11 -07:00
Pranav K
9cc9473ace
Updating to release NuGet.config.
2015-10-28 12:43:10 -07:00
Pranav K
a72139da09
Updating to release NuGet.config.
2015-10-28 12:43:10 -07:00
Pranav K
a01529b321
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
5b6196a615
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
d0a2a8687e
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
07230d1682
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
29f576f6ee
Updating to release NuGet.config.
2015-10-28 12:43:08 -07:00
Pranav K
e49daaa980
Updating to release NuGet.config.
2015-10-28 12:43:08 -07:00
Pranav K
941f308f37
Updating to release NuGet.config.
2015-10-28 12:43:08 -07:00
Pranav K
9bce0dae07
Updating to release NuGet.config.
2015-10-28 12:43:08 -07:00
Pranav K
53a6771fa4
Updating to release NuGet.config.
2015-10-28 12:43:08 -07:00