Nate McMaster
e23692a338
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:09 -08:00
Nate McMaster
5b7f7be133
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster
a35f2baf78
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster
b61942a559
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster
a317760000
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster
b7993bd562
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster
65a9fd2ba9
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:05 -08:00
Nate McMaster
5437259956
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:05 -08:00
Nate McMaster
6f7b554496
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:25:31 -08:00
Pranav K
037768f531
Common and PlatformAbstractions need to be built before Testing and in sequence
2016-03-09 15:41:56 -08:00
Cesar Blum Silveira
88367ccf2d
Wait for more input while request hasn't finished ( #672 ).
2016-03-09 15:20:02 -08:00
Pranav K
5a2df72575
Batch build on the CI
2016-03-09 14:55:18 -08:00
Chris R
5840689f64
Switch from HttpPlatformHandler to AspNetCoreModule.
2016-03-09 14:21:20 -08:00
Cesar Blum Silveira
86af69d2d7
Adapt samples to .NET Core.
2016-03-09 14:16:07 -08:00
Pranav K
bef340a2c3
Remove extra dependencies that produce NuGet warnings
2016-03-09 12:52:50 -08:00
Pranav K
78e53a22dd
Remove extra dependencies that produce build warnings
2016-03-09 12:47:39 -08:00
Cesar Blum Silveira
37b0917ac1
Use TLS 1.1 or 1.2 only ( #637 ).
2016-03-09 12:09:31 -08:00
Pranav K
6d3bd33c64
Revive DefaultRoslynCompilationServiceTest
...
Partially fixes #4140
2016-03-09 11:50:14 -08:00
Pranav K
501547d630
Remove IMvcRazorHost.MainClassPrefix
2016-03-09 11:50:07 -08:00
Pranav K
345c79deb9
Remove version from StatusCodeSample to make it similar to other samples.
...
This prevents a version conflict warning during build.
2016-03-09 11:48:28 -08:00
Chris R
a5fcddc0a8
#704 unregister auth handlers during unwind.
2016-03-09 09:45:59 -08:00
Mike Surcouf
553e036d28
Add GivenName and Surname default claims to FacebookOptions
2016-03-09 11:04:11 +00:00
Louis DeJardin
626f1173fa
Merge pull request #524 from benaadams/patch-4
...
Cache doesn't need clearing when resolving uncached feature
2016-03-08 20:58:50 -08:00
moozzyk
3e7efd04da
Appending .exe to the project name instead of just changing the extension
...
Fixes #93
2016-03-08 16:43:22 -08:00
Mike Harder
197a775f0d
Add launchSettings.json to .gitignore
2016-03-08 16:10:14 -08:00
John Luo
a6dab00f37
Reacting to KoreBuild changes
2016-03-08 15:03:57 -08:00
John Luo
1b29f5e973
Reacting to KoreBuild changes
2016-03-08 14:36:27 -08:00
John Luo
420382133e
Reacting to KoreBuild changes
2016-03-08 14:30:28 -08:00
N. Taylor Mullen
5612ca845f
React to aspnet/Razor#684 .
...
- Modified `UrlResolutionTagHelper` to utilize new CSS selector attributes to restrict when it applies. It now only appies to tags that have their values starting with `~/`.
- `UrlResolutionTagHelper` no longer applies to dynamic content such as `href="@SomethingResultingInTildaSlash"`.
- Updated tests to reflect new behavior.
2016-03-08 12:17:16 -08:00
N. Taylor Mullen
e5927ddd01
Add CSS attribute selectors for `TagHelper` attributes.
...
- Added the ability for users to opt into CSS `TagHelper` selectors in their required attributes by surrounding the value with `[` and `]`. Added operators `^`, `$` and `=`.
- Added tests to cover code paths used when determining CSS selectors.
#684
2016-03-08 12:15:06 -08:00
Chris R
3f70b6a7cf
Comment out unreachable test code.
2016-03-08 12:13:12 -08:00
SteveSandersonMS
b519e58fc5
Simpler use of attribute routing
2016-03-08 18:15:09 +00:00
Nate McMaster
6c2f6d245b
Add missing prefix on cookie name
2016-03-08 10:06:44 -08:00
Nate McMaster
7a624ba5be
Workaround cookie issues in corefx
2016-03-08 09:41:45 -08:00
SteveSandersonMS
11d4873164
Demonstrate lazy-loading for Webpack-bundled KO components
2016-03-08 17:03:09 +00:00
Nate McMaster
944afdc5ea
Clean up E2E tests
...
- Fix incorrect deployment environment variables
- Utilize xunit logging utility for cleaner, more traceable output
- Cleanup database creation/deletion
- Fix name in R# settings file
2016-03-08 08:50:16 -08:00
SteveSandersonMS
25ba7986d8
Minor fixes to KO template (bundling config and menu styling)
2016-03-08 16:08:49 +00:00
SteveSandersonMS
515c659a47
Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support.
2016-03-08 15:56:43 +00:00
Ben Adams
982aa08cda
Cache doesn't need clearing when resolving uncached feature
2016-03-08 10:36:44 -05:00
SteveSandersonMS
bbdbb449d5
Initial KnockoutSpa template
2016-03-08 12:16:22 +00:00
SteveSandersonMS
7d7e974b5f
Add templates projects to .sln file
2016-03-08 09:57:36 +00:00
Eilon Lipton
614f671567
Fix package metadata
2016-03-07 23:24:42 -08:00
Eilon Lipton
3d72f5207f
Fix package metadata
...
Plus a few other pre-Core names.
2016-03-07 22:50:04 -08:00
Pranav K
f3740b2196
Reacting to KoreBuild xunit test changes
2016-03-07 21:09:19 -08:00
Victor Hurdugaci
758380bbf8
Update the build scripts to the latest version
2016-03-07 20:55:08 -08:00
Victor Hurdugaci
3bccd97ff6
Update the build scripts to the latest version
2016-03-07 20:55:07 -08:00
Victor Hurdugaci
025d8d6a91
Update the build scripts to the latest version
2016-03-07 20:55:07 -08:00
Victor Hurdugaci
1fbe8c3ea2
Update the build scripts to the latest version
2016-03-07 20:55:05 -08:00
Victor Hurdugaci
9a457c329a
Update the build scripts to the latest version
2016-03-07 20:55:04 -08:00
Victor Hurdugaci
6a37b0ace2
Update the build scripts to the latest version
2016-03-07 20:55:04 -08:00