Commit Graph

66 Commits

Author SHA1 Message Date
Jass Bagga c3ac7629d1
WebAPI launchUrl; MVC _LoginPartial; F# AllowedHosts (#463)
Addresses #455, #392, #445
2018-04-11 15:01:32 -07:00
ASP.NET CI 43707dfa2c Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:45:13 +00:00
Jass Bagga ab55bae128
Add dotnet-ef to dependencies.props (#435) 2018-04-03 10:45:15 -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
Pranav K effdc47246
Update dependencies.props 2018-03-29 14:07:02 -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
Nate McMaster (automated) 63f4a7d124
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 11:08:04 -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
Hao Kung e1cb3f25ac Switch to AddDefaultIdentity 2018-03-26 12:18:01 -07:00
ASP.NET CI f64aae0f41 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:57:55 -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 88f29c76af Merge branch 'release/2.1' into jbagga/merge/release/2.1
# Conflicts:
#	build/dependencies.props
2018-03-19 16:31:39 -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
Pranav K a8ed6e458d
Branching for 2.1.0-preview2 2018-03-16 11:17:31 -07:00
Jass Bagga d201aa31cc
Update dependencies (#359) 2018-03-15 10:47:49 -07:00
Jass Bagga dbc5e38d04
Match launchSettings variable to sourceName in template.json (#354)
Addresses #346
2018-03-13 09:52:20 -07:00
Jass Bagga 6ca89b2ff1
Update dependencies (#352) 2018-03-12 11:06:09 -07:00
Pranav K ac81f2bb35
Use dotnet-core feed in repos 2018-03-06 10:06:31 -08:00
ASP.NET CI 61fd3ae7ea Update dependencies.props
[auto-updated: dependencies]
2018-03-04 12:31:30 -08:00
ASP.NET CI 3267789666 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:18:39 -08:00
ASP.NET CI 74c5c05a2e Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:34:43 -08:00
ASP.NET CI 4f9b7c611a Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:45:08 -08:00
ASP.NET CI 1effa1cfaa Update dependencies.props
[auto-updated: dependencies]
2018-02-09 12:04:36 -08:00
Javier Calvarro Nelson 9655e7d9fa Update dependencies 2018-02-03 13:56:52 -08:00
Nate McMaster e3b23a9fd8 Merge branch 'release/2.1' into dev 2018-01-25 12:27:21 -08:00
Nate McMaster 04dfc5cc6b Remove RuntimeFrameworkVersion from the templates
This property is no longer needed because the Microsoft.AspNetCore.All and .App packages set the shared framework version. RuntimeFrameworkVersion is inferred by Microsoft.NET.Sdk
2018-01-25 12:25:34 -08:00
Javier Calvarro Nelson 1e0bde0345 Update dependencies 2018-01-24 13:56:07 -08:00
Javier Calvarro Nelson 6ab9e94703 Upgrade dependencies 2018-01-23 21:14:03 -08:00
Pranav K e8d3e2f2bd Branching for 2.1.0-preview1 2018-01-23 15:33:13 -08:00
Jass Bagga 767a857635
Set CompatibilityVersion for templates (#240)
Addresses #235
2018-01-18 16:11:09 -08:00
Hao Kung 5d2f598c80 Update initial migrations 2018-01-16 14:44:29 -08:00
Chris Ross (ASP.NET) eabde9fe9e Add CookiePolicy and consent UI 2018-01-09 12:42:07 -08:00
Nate McMaster b8424b0e8b Add property to skip installing the aspnetcore shared framework 2017-12-29 19:52:33 -08:00
Nate McMaster 26833a02b1
Remove DotNetCliToolReference to dotnet-user-secrets (#212) 2017-12-29 14:27:31 -08:00
Javier Calvarro Nelson 5325c65b88 Replace identity code with built-in version on the templates 2017-12-29 11:45:10 -08:00
Jass Bagga 886a985726 Target netcoreapp2.1 2017-12-28 17:01:30 -08:00
Javier Calvarro Nelson 23afcab66c Update Korebuild and include shared runtime package 2017-12-28 17:01:30 -08:00
Nate McMaster 54a989bc29 Upgrade to build tools 2.1.0-preview1-15651 2017-12-28 16:07:17 -08:00
Javier Calvarro Nelson 4d2e642b94 Add launchSettings.json by default to our templates
* Adds launchSettings.json to all of our templates.
* Provides an alternative flag to exclude it.
* Adds HTTPS support in launchSettings.json.
* Re-adds HTTPS redirect and HSTS middleware for C# templates.
* Improves some infrastructure aspects:
    * Prefix all our test projects with AspNet.Template to allow easy
      killing of orphaned processes.
    * Setup an HTTPS certificate automatically for use with tests in the
      same way our tooling does it on customers machines.
    * Switch from OS selected ports to randomly selected ports. This is
      required as we need to know the port to use for HTTPS.
    * Allow disabling browser automation through an environment variable.
    * Setup Firefox to allow untrusted certificates when using Selenium.
    * Allow running Selenium tests on firefox by setting an environment
      variable.
2017-12-08 13:08:36 -08:00
Pranav K d890c2de2f Specify runtime versions to install 2017-11-29 14:09:31 -08:00
Pranav K dd8aef8699 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:49:08 -08:00
Steve Sanderson 76cb441a8e On test completion, kill the ASP.NET process tree (otherwise orphan processes are left behind) 2017-11-20 23:03:44 +00:00
Steve Sanderson f79fa6e110 Remove remaining references to HttpsPolicy until it's ready 2017-11-20 10:13:24 +00:00
Steve Sanderson 1247466f5e Upgrade dependencies 2017-11-20 09:45:07 +00:00
Pranav K 386f7f5b12 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
Steve Sanderson 5bd38028f4 Upgrade dependencies.props 2017-11-16 13:57:54 +00:00
Justin Kotalik 726da0f11f
Fix HttpsPolicy dependency for full framework (#151) 2017-11-14 11:59:41 -08:00
Nate McMaster 0051c81c96 Upgrade dependencies 2017-11-09 17:12:03 -08:00