Ryan Brandenburg
11c6ebea2e
Add comments regarding HSTS max age
2018-08-22 11:45:56 -07:00
Ryan Brandenburg
a431f8efa1
Don't publish too much of ClientApp ( #672 )
...
* Don't publish too much of ClientApp
* Fix scripts and remove extra publish items
2018-08-13 16:21:50 -07:00
Ryan Brandenburg
b029f79b4d
Import styles in correct order ( #668 )
...
In the `angular-cli.json` file, the styles.css file should be imported last in the styles section, so the developer can override styles from third party libraries (bootstrap, in this case).
2018-08-10 14:45:12 -07:00
Nate McMaster
af616d9b99
Remove KoreBuild-isms from project templates ( #667 )
...
Removing MSBuild properties and items are for our build infrastructure, not for customers.
2018-08-10 11:01:56 -07:00
Ryan Brandenburg
f868277373
Experience review feedback
2018-08-08 10:57:45 -07:00
Ryan Brandenburg
647f0f81c2
CompatibilityVersion -> 2.2
2018-08-06 16:22:05 -07:00
Ryan Brandenburg
71c15fb76a
Use bootstrap4 for templates
2018-08-06 10:16:35 -07:00
Ryan Brandenburg
d95f971693
Fix broken tests
2018-08-06 07:22:55 -07:00
Nate McMaster
0435add47a
Merge branch 'release/2.1' into release/2.2
2018-07-24 11:59:30 -07:00
Nate McMaster
55b697ab05
Revert "Add package version to Microsoft.AspNetCore.App in project templates"
...
This reverts commit 727bd52b64 .
2018-07-18 13:11:01 -07:00
Ryan Brandenburg
2a454c5aa8
Update js packages
2018-07-11 14:59:55 -07:00
Pranav K
dbc930cc78
ResponseCache attribute on RazorPages Error handler method should be moved to model
...
Fixes #553
2018-07-11 14:50:40 -07:00
Nate McMaster
263e369b2e
Merge branch 'release/2.1' into release/2.2
2018-07-03 17:21:16 -07:00
Nate McMaster
727bd52b64
Add package version to Microsoft.AspNetCore.App in project templates
...
As discussed in aspnet/Home#3292 , we're reversing course on the implicit package version feature. This adds a package version for Microsoft.AspNetCore.App to the `dotnet new` and VS templates.
2018-07-03 16:53:46 -07:00
Kiran Challa
d4b8fee39f
Upgraded AngularJS to 6.0
2018-06-27 10:27:39 -07:00
Pranav K
e403187be3
ResponseCache attribute on RazorPages Error handler method should be moved to model
...
Fixes #553
2018-06-11 10:15:13 -07:00
Simon Grimshaw
e1b08b2739
Removing dependency on redux-mock-store.
2018-06-04 16:25:44 -07:00
Simon Grimshaw
f7a9b6f6a3
Fixing issue in the react and redux template where the test would fail as its not wrapped in a router.
2018-06-04 16:25:44 -07:00
Steve Sanderson
52a9e7a54d
Remove obsolete reference in Angular template home. Fixes #470
2018-05-30 11:22:14 +01:00
Steve Sanderson
9e17d93acf
Remove obsolete reference in Angular template home. Fixes #470
2018-05-24 21:11:59 +01:00
Ryan Brandenburg
15ca3dcdaa
Move templates to netcoreapp2.2
2018-05-18 09:28:12 -07:00
Nate McMaster
f2df6763aa
Merge branch 'release/2.1' into dev
2018-05-16 12:44:04 -07:00
Kiran Challa
b7eacbb1c3
Upgrade node-sass to 4.9.0
...
[Fixes #513 ] Angular template incompatible with NodeJs 10
2018-05-11 13:26:45 -07:00
John Luo
cb3581869b
Merge branch 'release/2.1' into dev
2018-04-20 11:42:22 -07:00
Steve Sanderson
2fd05bb65a
Remove explicit dependencies on Microsoft.AspNetCore.SpaServices.Extensions now it's included in Microsoft.AspNetCore.App anyway
2018-04-20 11:55:09 +01:00
John Luo
a8c3615df4
React to implicit Microsoft.AspNetCore.App reference
2018-04-19 16:49:13 -07:00
Jass Bagga
5d52701cd2
Add Error razor page to Spa templates ( #464 )
...
Addresses #332
2018-04-13 11:11:01 -07:00
Kiran Challa
f824751bb9
Added Razor class library project template
...
[Fixes #323 ] Add a Razor class library project template
2018-04-13 04:21:49 -07:00
Jass Bagga
da32f45f58
Do not set sslPort if HTTPS not configured ( #458 )
...
Addresses #457
2018-04-10 12:02:10 -07:00
Jass Bagga
4236f0e51c
Fix AllowedHosts configuration ( #452 )
...
Addresses #451
2018-04-05 10:08:40 -07:00
Phil Henning
8a368b5610
Add supportedAuthentication for NoAuth in templates which have NoAuth ( #443 )
...
* Add supportedAuthentication for NoAuth in templates which have NoAuth
This is to work around an issue in Visual Studio
* Remove spurious ,
* Add supportedAuthentications to F# Web API vs-2017.3.host.json
2018-04-04 18:10:04 -07:00
Jass Bagga
cb7942abe4
Add no-https option for all templates ( #413 )
...
Addresses #322
2018-03-29 13:59:47 -07:00
Chris Ross (ASP.NET)
f25f411b68
Add HostFiltering configuration to templates
2018-03-27 12:13:24 -07:00
Jass Bagga
b24e3b2e78
Use applicationUrl instead of ASPNETCORE_URLS ( #390 )
...
Addresses #328
2018-03-22 10:32:20 -07:00
Nate McMaster
899a298534
Fix package metadata to match default settings for aspnetcore ( #389 )
2018-03-21 18:10:31 -07:00
Jass Bagga
cbdc7bd3b8
Remove tools references and explicit EF.Design reference ( #370 )
...
Addresses #99 and #357
2018-03-19 16:27:54 -07:00
Jass Bagga
79b4cafe68
Remove BOM from json files ( #369 )
...
Addresses #276
2018-03-19 10:11:00 -07:00
Jass Bagga
dbc5e38d04
Match launchSettings variable to sourceName in template.json ( #354 )
...
Addresses #346
2018-03-13 09:52:20 -07:00
Steve Sanderson
7debea272c
Update Angular template content to match @angular/cli@1.7.0
2018-02-21 13:56:19 +00:00
Peter Blazejewicz
3d118de0d5
Pass properties to super in derived classes. Fixes #289
...
Thanks!
2018-02-08 11:17:15 +00:00
Peter Blazejewicz
6b44610079
Align class event handler creation with React docs
...
This is small change to align example React app with current advised way of assigning
event handlers that are declared as ES6 class methods:
https://reactjs.org/docs/handling-events.html
Thanks!
2018-02-08 11:17:09 +00:00
Steve Sanderson
c000f6af2d
Update Angular template to match @angular/cli@1.6.8 output
2018-02-08 11:03:00 +00:00
Javier Calvarro Nelson
a4427f5263
Fix kestrel urls in launchSettings.json
2018-02-02 16:07:02 -08:00
Javier Calvarro Nelson
1ea32bd569
[ Fixes #283 ] Updates vs-2017.3.host.json to include the HTTP port
2018-02-02 10:32:19 -08:00
John Luo
94cfac8ec6
Use Microsoft.AspNetCore.App in templates
...
- Add BrowserLink and Sqlite for Razor and StarterWeb templates when required
- Add tests for LocalDB scenarios
2018-02-01 12:52:05 -08:00
Jass Bagga
c15cd757cf
Set ASPNETCORE_URLS
2018-01-26 15:59:54 -08:00
Steve Sanderson
b1ccc31ccf
Update SPA template identifiers to end with ".2.1". Fixes #230
2018-01-24 23:02:22 +00:00
Jass Bagga
767a857635
Set CompatibilityVersion for templates ( #240 )
...
Addresses #235
2018-01-18 16:11:09 -08:00
Steve Sanderson
22da82ff8a
Sync remaining Angular-CSharp changes from OOB release into dev branch
2018-01-04 11:10:35 +00:00
Steve Sanderson
0d9f17211f
Fix @angular/platform-server version in package-lock.json
2018-01-04 11:01:28 +00:00