aspnetcore/test
Pawel Kadluczka 0162c19ccf MSBuildifying gulpified node (#237)
- Creating an MSBuild project for the TS client
- Adding project references to the TS client project from projects that need the client - (ensures the correct targets dependency graph and prevents building the client multiple times and related races)
- Removing gulp tasks from individual projects (allows containing npm only in the TS client source and node tests)
- Using incremental compilation to build the TS client only when inputs change (prevents building the client multiple times or when not needed at all)
- Removing `npm install` from all the projects (takes up to 10 seconds even if there is nothing to restore) - npm packages will still be installed when running full build (if needed) or need to be installed manually
2017-03-01 15:13:22 -08:00
..
Common
Microsoft.AspNetCore.Client.SignalR.TS.Tests Creating npm package for ts client 2017-02-21 11:37:13 -08:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Add Url + ILoggerFactory ctor for HubConnection (#253) 2017-02-28 16:52:42 -08:00
Microsoft.AspNetCore.SignalR.Test.Server MSBuildifying gulpified node (#237) 2017-03-01 15:13:22 -08:00
Microsoft.AspNetCore.SignalR.Tests EndPoint options and injection 2017-03-01 14:38:50 -08:00
Microsoft.AspNetCore.Sockets.Client.Tests Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00
Microsoft.AspNetCore.Sockets.Common.Tests Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00
Microsoft.AspNetCore.Sockets.Tests EndPoint options and injection 2017-03-01 14:38:50 -08:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00
Microsoft.Extensions.WebSockets.Internal.Tests Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00
WebSocketsTestApp Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00