fc7097c2fePublish Yeoman generators as version 0.1.9
SteveSandersonMS
2016-06-22 17:02:41 +0100
8423233f44Update to angular2-universal 0.103.0 and amend boot-server.ts to fix "there can only be one platform" issue
SteveSandersonMS
2016-06-22 17:02:11 +0100
ce6cdfd2bcTemplates should also publish node_modules, since it's used at runtime
SteveSandersonMS
2016-06-22 13:47:44 +0100
64caa7c86aBump templates version to 0.1.7 for publishing
SteveSandersonMS
2016-06-22 13:14:12 +0100
7ddd4cacecAmend all templates' project.json files to match current "yo aspnet" template content (plus the SPA-specific stuff)
SteveSandersonMS
2016-06-22 13:14:00 +0100
73879918d4Add web.config to all templates (matching "yo aspnet" output)
SteveSandersonMS
2016-06-22 12:52:56 +0100
6848e3a11dFix templates' project.json scripts for compatibility with dotnet RC2 tooling and Azure
SteveSandersonMS
2016-06-22 12:48:54 +0100
d3ded5bbdfWorkaround for Yeoman generators not producing .gitignore files due to Yeoman issue #1862
SteveSandersonMS
2016-06-22 10:57:00 +0100
7e51fc4480Update VS files (amended from laskoviymishka's commit 39f024)
Andrei Tserakhau
2016-06-21 16:26:14 +0100
6f8055b7bcUpdate Yeoman generators to use aspnet-prerendering 1.0.2+ and publish as version 0.1.5
SteveSandersonMS
2016-06-21 16:26:14 +0100
a881ca5b96Correctly set NODE_PATH when starting OutOfProcessNodeInstance
SteveSandersonMS
2016-06-14 10:43:03 +0100
3fc19ea77bAdd missing lock to ensure thread-safe mutations of _activeInnerStreams in VirtualConnectionClient.cs
SteveSandersonMS
2016-06-14 10:16:40 +0100
f2c30472f2Link to more docs
SteveSandersonMS
2016-06-13 17:06:01 +0100
0e2fb408d4List features in README.md
SteveSandersonMS
2016-06-13 17:02:56 +0100
abe5df2824Fix typos, and improve phrasing further
SteveSandersonMS
2016-06-13 16:56:19 +0100
7af64a8944Tidy up image resizing example
SteveSandersonMS
2016-06-07 17:46:42 +0100
e58a4e4015Tidy up image credits
SteveSandersonMS
2016-06-07 17:16:27 +0100
b19d0dff92Support streamed response from SocketNodeInstance
SteveSandersonMS
2016-06-07 17:16:01 +0100
967edd2b2aSupport streamed response from HttpNodeInstance
SteveSandersonMS
2016-06-07 16:49:40 +0100
3440aa4344Switch image resizing example from 'jimp' to 'sharp' because it's far faster
SteveSandersonMS
2016-06-07 16:06:15 +0100
3e82d94f1cAdd image resizing example. Currently used base64 encoded data transfer and the 'jimp' module, neither of which are fast. Will replace these shortly.
SteveSandersonMS
2016-06-07 15:55:06 +0100
8dbd143857Move ES2015 example into a subpage of the NodeServicesExamples sample
SteveSandersonMS
2016-06-07 14:31:23 +0100
facc2c6d08Rename ES2015Transpilation sample to NodeServicesExamples (because will be adding some more examples here)
SteveSandersonMS
2016-06-07 14:20:43 +0100
c8859abeb7Fix#110 - enable asynchronous mode for Stream transport on Windows
SteveSandersonMS
2016-06-07 11:36:38 +0100
39f0246562feat: upgrade netstandard, point to 1.6 (according to latest MVC) - add missed projects to solution - fix broken build for them - reorgonize solution folders for sample (adjust to physical paths)
Andrei Tserakhau
2016-06-02 12:12:43 +0300
311733b113Fix references to socket APIs, and target the lowest net standard versions possible
SteveSandersonMS
2016-06-01 18:04:40 +0100
931ba118e1net451 support and changed netcoreapp1.0->netstandard1.5 for libraries
Rasmus Melchior Jacobsen
2016-05-23 11:52:47 +0200
f2e89fd3bcRemove obsolete InputOutputStream transport, now that the Stream transport is implemented
SteveSandersonMS
2016-06-01 17:03:05 +0100
50ee405656Workaround for a bug in .NET Core. This issue is referenced by #92. It is has been reported to the dotnet corefx team here: dotnet/corefx#8809 The issue won't be resolved in 1.0.0, so @stephentoub recommended that we reuse the HttpClient.
pauldotknopf
2016-06-01 16:47:28 +0100
18191626dbmerge latest master
Andrei Tserakhau
2016-06-01 18:38:22 +0300
32ebaecdd8Define DefaultNodeHostingModel in one common place so it can be changed easily
SteveSandersonMS
2016-06-01 16:15:34 +0100
b17b79d135feat(prerender): ability to push payload and model to boot func - closes#68 by adding payload provider - closes#66 by pushing context cookies to boot func - closes#107 by adding asp-prerender-model
Andrei Tserakhau
2016-06-01 13:06:30 +0300
f3ee5a16f6Workaround for a bug in .NET Core. This issue is referenced by #92. It is has been reported to the dotnet corefx team here: https://github.com/dotnet/corefx/issues/8809 The issue won't be resolved in 1.0.0, so @stephentoub recommended that we reuse the HttpClient.
Paul Knopf
2016-05-27 19:16:34 -0400
207d2b1777In order to use this package in traditional .NET setups and NuGet environments, there needs to be specific environments created for each version of .NET.
Paul Knopf
2016-05-26 21:48:51 -0400
5bb92d02ddrefactor: prime cache formatter beautify
Andrei Tserakhau
2016-05-25 16:11:53 +0300
b141419b14refactor(angular-services): beutify base uri creation
Andrei Tserakhau
2016-05-23 11:51:29 +0300
95cba7f5ddrefactor: apply default vs transform to xproj
Andrei Tserakhau
2016-05-23 11:28:42 +0300
8616dc90b1bug: Angular 2 not working with InputOutputStream
Andrei Tserakhau
2016-05-24 11:08:10 +0300
f9e014c59enet451 support and changed netcoreapp1.0->netstandard1.5 for libraries
Rasmus Melchior Jacobsen
2016-05-23 11:52:47 +0200
614082575fReact to `HtmlString` removal from Mvc.
N. Taylor Mullen
2016-05-17 10:31:52 -0700
1a5bc50613merge rc2 migration
Andrei Tserakhau
2016-05-19 18:11:10 +0300
ecada2f165Update README.md. TODO: Change this to describe working in terms of building your own projects, not hacking on this repo itself.
SteveSandersonMS
2016-05-17 12:02:45 +0100
352108be35Update all projects for final .NET Core RC2
SteveSandersonMS
2016-05-17 11:56:06 +0100
0769265977bug: ASPNET_ENV always undefinied Closes#72
Andrei Tserakhau
2016-05-16 18:51:12 +0300