Commit Graph

  • 781c5dc37c Merge branch 'rel/2.0.0' into dev Pranav K 2017-07-10 11:57:58 -07:00
  • c94563c700 Updating KoreBuild branch Pranav K 2017-07-10 11:57:58 -07:00
  • c2f63f21fd Merge branch 'rel/2.0.0' into dev Pranav K 2017-07-10 11:43:36 -07:00
  • 814df07034 Branching for 2.0.0 rtm Pranav K 2017-07-10 11:43:36 -07:00
  • 4492d3eab7 In Angular template, rename boot.client.ts to boot.browser.ts for consistency Steve Sanderson 2017-07-07 17:16:47 +01:00
  • efdfbf5dbb In Yeoman templates, stop restoring using Yarn, since it doesn't respect npm-shrinkwrap.json Steve Sanderson 2017-07-07 15:27:50 +01:00
  • 6f2e408083 Update templates to ASP.NET Core 2.0.0-preview3-26096 Steve Sanderson 2017-07-07 15:13:51 +01:00
  • 70a4a68e7c Update templates to ASP.NET Core 2.0.0-preview3-26071 Steve Sanderson 2017-07-07 12:40:41 +01:00
  • a1942edbfe Update AppVeyor build to use .NET Core SDK 2.0.0-preview3-006670 Steve Sanderson 2017-07-07 12:31:52 +01:00
  • fd90301b1c Remove NETStandard.Library.NETFramework Ryan Brandenburg 2017-07-06 15:46:51 -07:00
  • 58145d33e3 Update ReactRedux template dependencies Steve Sanderson 2017-07-07 12:08:01 +01:00
  • 2135c30d66 Update React template dependencies Steve Sanderson 2017-07-07 11:40:59 +01:00
  • 5191531813 Add AoT compilation to Angular template Steve Sanderson 2017-07-07 11:02:50 +01:00
  • 03018f32b7 Update Angular template dependencies Steve Sanderson 2017-07-06 16:03:33 +01:00
  • e632d2bb69 In domain-task/fetch, only apply HTTPS cert validation workaround for HTTPS requests (not HTTP) Steve Sanderson 2017-07-07 12:05:07 +01:00
  • 7a56f643f7 Update version suffix for 2.0.0 RTM release Pranav K 2017-07-06 15:08:26 -07:00
  • 056b955f52 Set "TreatWarningsAsErrors" before NuGet restore Ryan Brandenburg 2017-07-06 12:15:49 -07:00
  • 0993f46c9e React to aspnet/BuildTools#293 Nate McMaster 2017-07-06 10:38:00 -07:00
  • 4ba0358987 In AngularSpa template, log any FetchData errors but don't stop prerendering completely Steve Sanderson 2017-07-06 14:57:07 +01:00
  • 721e3c45fd Update ReactReduxSpa NPM shrinkwrap file Steve Sanderson 2017-07-06 14:50:34 +01:00
  • 27f59c6971 Make domain-task/fetch disable HTTPS cert validation when making relative requests to own server as workaround for #1089 Steve Sanderson 2017-07-05 11:26:35 +01:00
  • 943fb2f482 In core packages, set <None Remove="node_modules\**\*" /> otherwise builds are super slow Steve Sanderson 2017-07-06 11:13:24 +01:00
  • 2c4bc302de Update LICENSE.txt text Pranav K 2017-07-03 14:06:26 -07:00
  • 5b634ee33c Remove "dotnet restore" post-action from templates for consistency with stock Web templates Steve Sanderson 2017-07-03 15:50:16 +01:00
  • 6e1fa2b2c3 Use ASP.NET Core CI NuGet feed to enable access to preview3 packages Steve Sanderson 2017-07-03 14:44:40 +01:00
  • f72ebbd66e Remove redundant preview2 NuGet feed reference Steve Sanderson 2017-07-03 14:33:44 +01:00
  • 391ceec559 Update AppVeyor build to use .NET Core 2.0 Preview 3 Steve Sanderson 2017-07-03 14:32:43 +01:00
  • 076b5304e0 Update templates to reference latest preview3 packages Steve Sanderson 2017-07-03 14:32:29 +01:00
  • 94fc84a9b4 Add simpler prerendering API. Fixes #607 Steve Sanderson 2017-07-03 14:07:28 +01:00
  • 9cce26ebd8 Fix error formatting by rebuilding entrypoint-http.js Steve Sanderson 2017-07-03 13:47:14 +01:00
  • 513d288a5d Use GetRandomFileName instead of GetTempFileName. Fixes #1060 Steve Sanderson 2017-07-03 10:15:53 +01:00
  • 429a432dd3 Check for null during node process disposal. Fixes #1061 Steve Sanderson 2017-07-03 10:09:03 +01:00
  • 76928bcbaa Remove AssetTargetFramework Ryan Brandenburg 2017-06-29 17:06:58 -07:00
  • 95c81729cd Merge branch 'rel/2.0.0-preview2-templates' into dev Steve Sanderson 2017-06-26 15:50:46 +01:00
  • 8352ec7626 Add npm-shrinkwrap.json files for all templates rel/2.0.0-preview2-templates Steve Sanderson 2017-06-26 15:48:49 +01:00
  • bebb82eb69 Implement longer-term fix for #1066 (see description) Steve Sanderson 2017-06-26 15:39:19 +01:00
  • 3da87dd3d3 In aspnet-webpack-react 3.0.0+, remove the workaround for #1066. Templates that use this version of the package need to not have issue #1066 Steve Sanderson 2017-06-26 15:34:30 +01:00
  • 117c1a6cbd Implement workaround for #1066 aspnet-webpack-react-2.x Steve Sanderson 2017-06-26 12:51:03 +01:00
  • 53f5a77490 Use preview2-final NuGet feed until it ships to NuGet.org Steve Sanderson 2017-06-23 12:08:14 +01:00
  • 5fd9b93324 Switch to a specific version of .NET Core 2.0 Preview 2, because "latest" is 2.1 and breaks. Fixes #1058 Steve Sanderson 2017-06-23 11:59:30 +01:00
  • 55bd0c05cb Update SpaServices NuGet package installation requirement Scott Addie 2017-06-22 13:02:52 -05:00
  • f9068819be Update AppVeyor builds to use latest .NET Core SDK. Fixes #1058 Steve Sanderson 2017-06-23 11:52:09 +01:00
  • 85bf621386 Merge branch 'rel/2.0.0-preview2-templates' into dev Steve Sanderson 2017-06-22 16:39:58 +01:00
  • 328eb0451b Remove NETStandard.Library.NETFramework from the templates Steve Sanderson 2017-06-22 16:39:35 +01:00
  • bc7742148e Remove duplicate var definition as in #966 Steve Sanderson 2017-06-21 15:06:07 +01:00
  • 4ceed817a3 Removed unused methods Sławomir Rosiek 2017-05-31 20:10:01 +02:00
  • 6d85e752e1 Throwing HttpInvocationException instead of generic Exception Sławomir Rosiek 2017-05-31 20:06:06 +02:00
  • 460f202832 In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+ Steve Sanderson 2017-06-20 15:17:19 +01:00
  • 73054559cc Bump aspnet-prerendering version to 2.0.6 for publish Steve Sanderson 2017-06-20 15:11:23 +01:00
  • d007a3fbba In aspnet-prerendering, fix type definitions to satisfy TypeScript 2.4.0. Fixes #1034 Steve Sanderson 2017-06-20 15:10:29 +01:00
  • fcd3cf9dd7 In aspnet-prerendering, simply type imports/exports by changing PrerenderingInterfaces to a regular module (not a .d.ts file) Steve Sanderson 2017-06-20 15:07:11 +01:00
  • 48bca777fe Added "private": true to package.json Sławomir Rosiek 2017-06-18 09:38:03 +02:00
  • aadcfa1fb7 Revert change that added preview2-final NuGet feed as it's not required in dev branch Steve Sanderson 2017-06-16 13:28:00 +02:00
  • f683b39806 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-16 13:26:56 +02:00
  • c128fa6e06 Switch NuGet config to use preview2-final feed. This change needs to be reverted when merged back to dev branch. Steve Sanderson 2017-06-16 12:57:53 +02:00
  • ed7e07a057 Updated to use latest netstandard.library Kiran Challa 2017-06-15 05:18:56 -07:00
  • 749d112b08 Merge branch 'rel/2.0.0-preview2' into dev-gate Kiran Challa 2017-06-15 03:38:10 -07:00
  • 3ef23ece23 Changed all references of PackageTargetFallback to AssetTargetFallback (#1035) Mike Harder 2017-06-14 15:47:11 -07:00
  • 90922fb3c6 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-13 22:06:55 +01:00
  • 68e84bac3f Update templates' ASP.NET dependencies to 2.0.0-preview2-final Steve Sanderson 2017-06-13 22:05:19 +01:00
  • bcb359e355 Update System.Threading.Tasks.Dataflow dependency to latest corefx version Nate McMaster 2017-06-13 11:37:59 -07:00
  • a7a3a359fa Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-13 09:47:18 +01:00
  • a38d3bdc4b Change NETStandard.Library.NETFramework reference to preview2-25405-01 for consistency with stock Web templates Steve Sanderson 2017-06-13 09:46:18 +01:00
  • 627da65692 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-13 09:39:17 +01:00
  • 8e5f255346 Update templates to reference preview2-25661 Steve Sanderson 2017-06-13 09:37:40 +01:00
  • 67ba6271a0 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-11 20:33:23 +01:00
  • a3bcc0d863 Update debugger detection to support Node v8.1+, and stop aborting if debugger messages are unrecognised. Steve Sanderson 2017-06-11 20:28:14 +01:00
  • 5e7bb0f5c5 Don't log OperationCanceledException every time an HMR client disconnects Steve Sanderson 2017-06-11 19:57:26 +01:00
  • 8396be24c8 Fix VS2017.3 warning about not specifying TypeScriptToolsVersion Steve Sanderson 2017-06-11 19:39:46 +01:00
  • 728b18431d In dotnet new templates, only show "npm install" instruction when executing in CLI Steve Sanderson 2017-06-11 19:28:51 +01:00
  • 32d9bdee6c Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-10 14:36:36 +01:00
  • 9a59bccad9 If Node isn't installed, give clear instructions rather than random build errors Steve Sanderson 2017-06-10 14:11:20 +01:00
  • e50d4825c3 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-08 11:44:53 +01:00
  • bf6d2227db In dotnet new templates, display instruction to run "npm install" manually Steve Sanderson 2017-06-08 11:43:38 +01:00
  • 06c94d54eb Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-08 11:15:48 +01:00
  • bcaa3af92e Re-add bootstrap import danobri 2017-05-26 15:34:37 -05:00
  • 3685592b01 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-08 11:09:51 +01:00
  • f3b7103c83 In AngularSpa template, redefine app.module.shared as a real NgModule. Fixes #986. Steve Sanderson 2017-06-08 11:08:36 +01:00
  • 2acdad38cd Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-08 10:40:05 +01:00
  • 0dd24068ca Update VS template name localisation IDs and texts as instructed Steve Sanderson 2017-06-08 10:38:00 +01:00
  • 0526852e05 Pin templates' .NET reference version numbers on Coherence 25571 in same way as stock Web templates do. This also fixes net461 support. Steve Sanderson 2017-06-08 10:33:27 +01:00
  • e331355c1d Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-07 22:57:37 +01:00
  • 60c8a3471d Enable localisation for template names/descriptions in VS Steve Sanderson 2017-06-07 22:53:55 +01:00
  • c7b7f40d2c Update template package to support generating net461 projects as well as netcoreapp2.0 Steve Sanderson 2017-06-07 22:27:43 +01:00
  • d8c0bd8898 Merge branch 'rel/2.0.0-preview2' into dev Steve Sanderson 2017-06-07 15:02:29 +01:00
  • 5127a74d3f Clean up dependencies.props Steve Sanderson 2017-06-07 12:19:32 +01:00
  • e38399fbf4 Remove redundant explicit SpaServices references from templates now it's on the .All metapackage anyway Steve Sanderson 2017-06-07 12:04:59 +01:00
  • 045c05fc88 Update samples to target both netcoreapp2.0 and net461 Steve Sanderson 2017-06-07 12:02:58 +01:00
  • b444831c8d Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading. Steve Sanderson 2017-06-07 11:45:14 +01:00
  • 2aaceaa9f8 Move core packages to netstandard2.0 Steve Sanderson 2017-06-07 09:47:40 +01:00
  • 1c5bd98d8a Stop doing NPM restores during CI builds, as the result isn't used anyway Steve Sanderson 2017-06-05 13:03:39 +01:00
  • 0626bb1594 Update README.md Josef Ottosson 2017-05-31 15:58:21 +02:00
  • d9e75c89ae Updating versions to preview3 Pranav K 2017-06-01 10:47:12 -07:00
  • ebe9d8ae92 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev Pranav K 2017-05-31 20:00:38 -07:00
  • dbdc81a06a Updating build scripts to point to 2.0.0-preview2 KoreBuild Pranav K 2017-05-31 19:53:23 -07:00
  • d42cd10975 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev Pranav K 2017-05-31 19:44:28 -07:00
  • 8a1d64cc73 Branching for rel/2.0.0-preview2 Pranav K 2017-05-31 19:36:47 -07:00
  • 087183ea18 Updated to use the latest shared runtime Kiran Challa 2017-05-26 12:41:34 -07:00
  • 9b131ea7d3 Remove unused usings Pranav K 2017-05-27 18:58:17 -07:00
  • 75fd215b1a Change Microsoft.DotNet.Web.Spa.ProjectTemplates to use 1.0.0-preview-* version numbers since the first release will be 1.0.0 Steve Sanderson 2017-05-25 13:06:42 +01:00