N. Taylor Mullen
2db4985c21
Modify functions, section and inherits to use extensible directives.
...
- Removed existing type names used to track `@functions`, `@section` and `@inherits`.
- Updated parsing logic to reflect existing directive behaviors.
- Added additional IR and syntax tree pass in order to fulfill the default directive expectations.
- Updated tests to to expect new extensible directives parse structure.
#894
2016-12-14 11:12:40 -08:00
Nate McMaster
503b4c97ed
Resolve dependencies and packages from VS2017 solutions ( #464 )
...
* Update 'GetBuildGraph' to understand VS2017 solutions
* Ensure Universe allows repos to self-determine their version of KoreBuild
2016-12-14 11:09:47 -08:00
Chris R
da4730a392
#1044 Revert "Auth: Always call prior handlers during Challenge"
...
This reverts commit e12838e38f .
2016-12-14 10:55:46 -08:00
Mikael Mengistu
e1d9aa2dd4
Early version of the .NET Client
2016-12-14 10:04:48 -08:00
Nate McMaster
fd632ec654
Cleanup msbuild layout
...
Use one props file for whole repo, avoiding layers of dir.props
2016-12-14 09:13:00 -08:00
SteveSandersonMS
4dd91a9b78
Make template package build script automate running the prepublish steps needed for the Angular2Spa template
2016-12-14 10:21:04 +00:00
SteveSandersonMS
06335eeee1
Fix building generator-aspnetcore-spa (something in a newer TypeScript version broke it)
2016-12-14 09:56:23 +00:00
David Fowler
df9057a6f7
Revert "Revert "React to hosting changes""
...
This reverts commit 12649b19bf .
2016-12-14 00:01:35 -08:00
David Fowler
12649b19bf
Revert "React to hosting changes"
...
This reverts commit f48bd8d185 .
2016-12-13 23:56:10 -08:00
David Fowler
f48bd8d185
React to hosting changes
2016-12-13 23:03:20 -08:00
David Fowler
2c5dc9a75c
CR feedback
...
- Added license to file
- Removed extra space
2016-12-13 21:30:08 -08:00
David Fowler
80ae7f056c
Fix test name
2016-12-13 21:22:33 -08:00
David Fowler
c6346cbde5
Review feedback for IApplicationLifetimeEvents
...
- Renamed the type to IHostedService and added Start and Stop.
- Split up the IHostedService execution and IApplicationLifetime to avoid
circular references
- Trigger IHostedService.Start after starting the server
- Trigger IHostedService.Stop before disposing the service provider
#895 #894
2016-12-13 21:22:33 -08:00
=
6cf9e8c2bc
Revert "Revert "Revert pinning dotnet cli utils""
...
This reverts commit 347c772490 .
2016-12-13 20:56:50 -08:00
John Luo
347c772490
Revert "Revert pinning dotnet cli utils"
...
This reverts commit e42d58f01f .
2016-12-13 18:56:15 -08:00
John Luo
e42d58f01f
Revert pinning dotnet cli utils
2016-12-13 16:57:59 -08:00
John Luo
fe4c23670e
Fix build: pin dotnet cli utils version
...
need to revert once the package is fixed
also updated integration testing package
2016-12-13 16:33:08 -08:00
Cesar Blum Silveira
4485bfec39
Fix test races caused by cedbe76.
2016-12-13 13:57:26 -08:00
Cesar Blum Silveira
cedbe76f52
Abort request on client FIN ( #1139 ).
2016-12-13 12:03:33 -08:00
Cesar Blum Silveira
51ecbd7949
Add benchmarks for Frame writes.
2016-12-13 11:33:56 -08:00
Nate McMaster
e94def7eca
Re-enable tests for file delete detection in dotnet-watch
...
Microsoft.NET.Sdk fixed the underlying issue causing these tests to fail.
Resolves #224 .
2016-12-13 10:04:19 -08:00
Nate McMaster
08e3e0b77f
Cleanup dotnet-watch testing
2016-12-13 09:59:11 -08:00
Daniel Roth
6833b6d73a
Remove dnvm scripts
2016-12-13 09:11:38 -08:00
SteveSandersonMS
eb98067e86
Update docs about using socket transport. Fixes #500
2016-12-13 15:59:43 +00:00
SteveSandersonMS
a25d1f4731
Publish aspnet-webpack 1.0.26
2016-12-13 15:48:44 +00:00
SteveSandersonMS
4c3834361e
Stop WebpackDevMiddleware littering the 'dist' directories with blah.host-update.js.map files (they never need to be written to disk)
2016-12-13 15:47:43 +00:00
SteveSandersonMS
4cc61d79e2
Add json-loader to add webpack.config.js files. Helps with #507 .
2016-12-13 12:57:06 +00:00
SteveSandersonMS
1c4682e50d
Fix all the ConditionalProxyMiddleware errors that happened if you ctrl+c on a "dotnet run" (not "dotnet watch run") since beta-000002.
2016-12-13 11:32:32 +00:00
Nate McMaster
44c8920412
Add RepositoryUrl and RepositoryType properties
2016-12-12 17:40:07 -08:00
Nate McMaster
346dfe8fe0
Remove dependency on Microsoft.DotNet.Cli.Utils from test project
2016-12-12 16:40:01 -08:00
Nate McMaster
67c540051b
Update README.md
2016-12-12 16:24:15 -08:00
Nate McMaster
d4313dae3b
Use props from Korebuild
2016-12-12 16:21:18 -08:00
Nate McMaster
902ff8dce3
Build with MSBuild
2016-12-12 15:55:00 -08:00
Ryan Brandenburg
b2340d327e
Order IgnoreAntiforgeryTokenAttribute and add test
2016-12-12 14:55:36 -08:00
Hao Kung
f62ae89d78
Remove System.Collections from project.json
2016-12-12 14:08:47 -08:00
Hao Kung
5e4e9ccdf1
Add Identity.Specfification.Tests
2016-12-12 13:55:08 -08:00
Nate McMaster
075886884a
Merge branch 'rel/1.0.0-msbuild2-update1' into feature/msbuild
2016-12-12 11:37:06 -08:00
Nate McMaster
d1f94460e2
Back-port fix for implicit imports for dotnet-user-secrets ( #243 )
2016-12-12 10:37:00 -08:00
Nate McMaster
d6079d6595
update dotnet-user-secrets version to 1.0.0-msbuild2-update1
2016-12-12 09:48:02 -08:00
Ajay Bhargav Baaskaran
54297fb7fb
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:54:43 -08:00
Ajay Bhargav Baaskaran
e0c96f6788
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:52:17 -08:00
Ajay Bhargav Baaskaran
f00db3e66d
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:50:48 -08:00
Ajay Bhargav Baaskaran
981dc794b3
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:49:46 -08:00
Ajay Bhargav Baaskaran
1b3863044d
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:49:16 -08:00
Ajay Bhargav Baaskaran
a430bca8c4
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:43:04 -08:00
Ajay Bhargav Baaskaran
5c2d735af7
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:57 -08:00
Ajay Bhargav Baaskaran
3a9dff9c1c
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:29 -08:00
Ajay Bhargav Baaskaran
9bf8486fe5
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:23 -08:00
Ajay Bhargav Baaskaran
f467c42f54
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:17 -08:00
Ajay Bhargav Baaskaran
c185191eae
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:41:53 -08:00