Commit Graph

116 Commits

Author SHA1 Message Date
Ryan Brandenburg b05185f1f1
ESLint (#796)
Include ESLint in react templates
2018-10-25 12:27:39 -07:00
Nate McMaster 7bde7399e9
2.2: remove Microsoft.VisualStudio.Web.CodeGeneration.Design from templates (#802)
This package does not need to be in the project until someone uses Visual Studio code generation. Visual Studio will automatically add this package when scaffolding is used for the first time, so it's unnecessary to put this in our templates.
2018-10-24 17:42:02 -07:00
Ryan Brandenburg 7d09ec6ccc
Low hanging fruit (#763)
Clean up low hanging fruit
2018-10-10 12:12:11 -07:00
Ryan Brandenburg b8f7f967ce Normalize FSharp templates and don't check in site.min.js 2018-09-13 14:41:32 -07:00
Ryan Brandenburg a3b20c57ea Add appsettings.json to EmptyWeb 2018-08-27 09:52:47 -07:00
Ryan Brandenburg e47a08612b JQuery-validate-unobtrusive version 3.2.10 2018-08-06 15:21:46 -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 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
Ryan Brandenburg 19f1bbb813 Adding VSTS file 2018-06-19 10:58:27 -07:00
Nate McMaster 006d111e3b
Merge branch 'release/2.1' into dev 2018-06-07 08:41:25 -07:00
Nate McMaster a5bb91c2cb
Prevent 2.1 template tests from corrupting machine state 2018-06-05 10:13:33 -07:00
Kiran Challa 4f5b358ba8 Added tests to verify fallback source content is same as the CDN content
# Conflicts:
#	build/dependencies.props
2018-05-30 15:58:40 -07:00
Ryan Brandenburg cd516b328e Handle process stdout 2018-05-18 14:56:34 -07:00
Ryan Brandenburg 15ca3dcdaa Move templates to netcoreapp2.2 2018-05-18 09:28:12 -07:00
Kiran Challa ac595c0c51 Added tests to verify fallback source content is same as the CDN content 2018-05-16 17:29:52 -07:00
Nate McMaster f2df6763aa
Merge branch 'release/2.1' into dev 2018-05-16 12:44:04 -07:00
Nate McMaster ef9fa1868a
Fix SRI hash values for jquery (#521) 2018-05-16 11:49:40 -07:00
Ryan Brandenburg 2a81103a41 Upgrade to netcoreapp22 2018-05-09 12:11:28 -07:00
Jass Bagga 4b50481915 Respond to dotnet-ef target framework update 2018-05-01 11:42:06 -07:00
Jass Bagga f4e7771c0c
Respond to dotnet-ef target framework upgrade (#503)
Fixes broken tests
2018-04-27 20:26:34 -07:00
John Luo a8c3615df4 React to implicit Microsoft.AspNetCore.App reference 2018-04-19 16:49:13 -07:00
Jass Bagga 13e746c289
Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel (#474)
Addresses #330 and #469
2018-04-18 09:42:27 -07:00
Jass Bagga 3732d8c718
Revert "Revert "Update jquery-validation-unobtrusive (#421)"" (#447)
This reverts commit a76d51c46b.
2018-04-04 16:57:15 -07:00
Jass Bagga b8c1288432
Merge pull request #439 from aspnet/release/2.1
Fix path to tool for CI (#438)
2018-04-03 13:02:07 -07:00
Jass Bagga ed55571572
Fix path to tool for CI (#438) 2018-04-03 12:46:28 -07:00
Jass Bagga cec6363c5a Merge branch 'release/2.1' into dev 2018-04-03 10:46:36 -07:00
Jass Bagga 0a5a963bb0
Use dotnet-ef package (#433)
Addresses  #429 and #378
2018-04-03 10:36:06 -07:00
Pranav K 948a2537da
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-04-02 16:17:07 -07:00
Pranav K d1b745f249 Use Razor.Sdk package to verify templates
Fixes #400
2018-04-02 16:15:32 -07:00
Jass Bagga 56fc40dbca
Revert "Revert "Update jquery-validation-unobtrusive (#421)"" (#426)
This reverts commit e6112a0911.
2018-04-01 23:29:52 -07:00
Pavel Krymets a76d51c46b Revert "Update jquery-validation-unobtrusive (#421)"
This reverts commit ac9addabcc.
2018-03-31 16:24:07 -07:00
Pavel Krymets e6112a0911
Revert "Update jquery-validation-unobtrusive (#421)" 2018-03-31 16:09:27 -07:00
Jass Bagga 02cd8fe36b
Merge pull request #423 from aspnet/release/2.1
Update jquery-validation-unobtrusive (#421)
2018-03-30 15:05:20 -07:00
Jass Bagga ac9addabcc
Update jquery-validation-unobtrusive (#421)
Addresses #15
2018-03-30 15:04:50 -07:00
Jass Bagga c0c28fb9f1 Merge branch 'release/2.1' into dev 2018-03-29 14:40:40 -07:00
Jass Bagga 2f9ce959ea
Target net461 for all tests (#420) 2018-03-29 14:38:47 -07:00
Jass Bagga cf135a2e03 Merge branch 'release/2.1' into dev 2018-03-29 14:11:05 -07:00
Jass Bagga cb7942abe4
Add no-https option for all templates (#413)
Addresses #322
2018-03-29 13:59:47 -07:00
Jass Bagga 79cc52d903
Merge pull request #418 from aspnet/release/2.1
--no-https option for RazorPagesWeb-CSharp template (#362)
2018-03-29 13:49:46 -07:00
Jass Bagga aca30fe8a2
--no-https option for RazorPagesWeb-CSharp template (#362) 2018-03-29 13:49:20 -07:00
Pranav K f166d0b8a8
Merge remote-tracking branch 'origin/release/2.1' into dev
# Conflicts:
#	build/dependencies.props
#	korebuild-lock.txt
2018-03-29 12:23:18 -07:00
Pranav K 5ae68a012c Re-enable F# template tests
Fixes https://github.com/aspnet/templating/issues/365
2018-03-29 12:21:35 -07:00
Javier Calvarro Nelson 9336ee1b74 Merge branch 'release/2.1' into dev 2018-03-26 21:01:32 -07:00
Javier Calvarro Nelson a8246e2a99 [Fixes #327] Replace AAD template code with packages
* Add Microsoft.AspNetCore.Authentication.AzureAD.UI package.
* Add Microsoft.AspNetCore.Authentication.AzureADB2C.UI package.
* Remove AccountController.
* Remove Pages/Views related to authentication.
2018-03-26 20:37:46 -07:00
Jass Bagga 83966930d3
Skip WebApiTemplate_Works_NetCore test temporarily (#401) (#403) 2018-03-24 17:45:51 -07:00
Jass Bagga 1fe30aabbe
Skip WebApiTemplate_Works_NetCore test temporarily (#401) 2018-03-24 17:45:24 -07:00
John Luo b449373a5f Merge branch 'release/2.1' into dev 2018-03-23 12:10:17 -07:00
John Luo e3894a4609 Remove EF.Tools reference 2018-03-23 12:09:46 -07:00