Граф коммитов

404 Коммитов

Автор SHA1 Сообщение Дата
Isaac Levin b60d476dae Update Error.cshtml.cs
Commit migrated from dotnet/aspnetcore@86dde596b8
2019-06-07 10:22:59 -04:00
Isaac Levin c3f8b1db9a Update Error.cshtml.cs
Commit migrated from dotnet/aspnetcore@7b8d34243a
2019-06-07 10:22:41 -04:00
Isaac Levin f22e7f0be4 Update SampleDataController.cs
Commit migrated from dotnet/aspnetcore@01d10ab08e
2019-06-07 10:22:26 -04:00
Isaac Levin b7d5ab1d01 Update OidcConfigurationController.cs
Commit migrated from dotnet/aspnetcore@6c0dcf3e6f
2019-06-07 10:22:06 -04:00
Isaac Levin 7ea89e99d8 fix update mistakes
Commit migrated from dotnet/aspnetcore@50833cc8f9
2019-06-07 10:03:27 -04:00
Isaac Levin 9b14eb49b3 Updated Angular from 7.2.5 to 8.0 using ng update
Commit migrated from dotnet/aspnetcore@620a3dfe51
2019-06-06 15:53:16 -04:00
Ryan Brandenburg f17ba1326b Merge branch 'master' into 10332-work
Commit migrated from dotnet/aspnetcore@27b00fe95f
2019-06-06 10:26:34 -07:00
Isaac Levin 12cb794f22 Update OidcConfigurationController.cs
Commit migrated from dotnet/aspnetcore@ea55f8db71
2019-06-06 10:57:03 -04:00
Isaac Levin 510cd6c22a Update OidcConfigurationController.cs
Commit migrated from dotnet/aspnetcore@6410d4e761
2019-06-06 10:56:28 -04:00
Isaac Levin bb6fcc8e45 Added ILogger and cleanup
Commit migrated from dotnet/aspnetcore@7983924871
2019-06-06 10:42:09 -04:00
Ryan Brandenburg 6552dd5600 Merge pull request dotnet/aspnetcore#10917 from saluce65/patch-1
Remove gender-specific terminology from comments

Commit migrated from dotnet/aspnetcore@177ad2b966
2019-06-05 14:16:21 -07:00
saluce65 21954c7480 Update logout.component.ts
Commit migrated from dotnet/aspnetcore@7f204a0bad
2019-06-05 14:53:42 -05:00
saluce65 5498da4a58 Remove gender-specific terminology from comments
Commit migrated from dotnet/aspnetcore@48dee6a36f
2019-06-05 14:48:32 -05:00
Ryan Brandenburg b0d9a65cd4 Remove Newtonsoft.Json (dotnet/aspnetcore#10630)
Commit migrated from dotnet/aspnetcore@18a230737a
2019-05-30 14:15:17 -07:00
Ryan Brandenburg b0ac9c1a7f Accessibility (dotnet/aspnetcore#10247)
Template Accessibility

Commit migrated from dotnet/aspnetcore@66fd4be4d7
2019-05-21 11:22:21 -07:00
Nate McMaster 3cd392fb41 Replace all usages of RepositoryRoot with RepoRoot (dotnet/aspnetcore#10267)
Preparing to adopt the Arcade SDK, which uses the shorter variable name instead

Commit migrated from dotnet/aspnetcore@77e08c26d5
2019-05-15 12:00:19 -07:00
Ryan Brandenburg 640d69e25f Merge pull request dotnet/aspnetcore#10192 from guardrex/guardrex/templates-line-ending
Add line endings to last lines of template files

Commit migrated from dotnet/aspnetcore@b76d9e2c36
2019-05-13 10:07:05 -07:00
Luke Latham a841a899f9 Add line endings to last lines of template files
Commit migrated from dotnet/aspnetcore@3e90b3840b
2019-05-12 08:43:02 -05:00
Neil Bostrom 64188e3c4f Fixed issue with SPA templates generating invalid NPM package names (dotnet/aspnetcore#9725)
Added unit test to check NPM package names matches regex

Commit migrated from dotnet/aspnetcore@d9ad99933c
2019-04-29 14:42:25 -07:00
Javier Calvarro Nelson 3c979dfeed [Templating][Fixes dotnet/aspnetcore#9503] Multiple small fixes (dotnet/aspnetcore#9691)
* Disable react service worker when used alongside auth.
* Add logout detection.
* Update authorize route when authentication state changes.

Commit migrated from dotnet/aspnetcore@4f330271b8
2019-04-25 17:50:47 +02:00
Artak Mkrtchyan c4640c410e Changed the order of some templates to be explicit
Commit migrated from dotnet/aspnetcore@cab7ca6694
2019-04-18 23:07:51 -07:00
Ryan Brandenburg ea6657fb02 Default IdentityUI to Bootstrap4 (dotnet/aspnetcore#9334)
Commit migrated from dotnet/aspnetcore@dac6756853
2019-04-18 10:22:57 -07:00
Artak Mkrtchyan 6e188348b1 Updated order of projects in the new project dialog
Commit migrated from dotnet/aspnetcore@6a7b94a2bd
2019-04-18 10:14:26 -07:00
Pranav K 477c503cc6 Remove AddRazorSupportForMvc from MVC and Blazor projects (dotnet/aspnetcore#9446)
Fixes https://github.com/aspnet/AspNetCore/issues/9126
Fixes https://github.com/aspnet/AspNetCore/issues/9183
Fixes https://github.com/aspnet/AspNetCore/issues/9207

Commit migrated from dotnet/aspnetcore@004ac25983
2019-04-16 20:46:51 -07:00
Javier Calvarro Nelson a2b7436b9b [Templating] Fixes an error in the react redux template when opened in VS (dotnet/aspnetcore#9292)
Commit migrated from dotnet/aspnetcore@8897b56597
2019-04-12 09:17:16 +02:00
Javier Calvarro Nelson fb65a15ec1 Update Identity server dependency for preview4 (dotnet/aspnetcore#9104)
* Updates Identity server dependency for preview4
* Infrastructure improvements.
* Updates react versions.
* Updates migrations.
* Makes templates show up in Visual Studio

Commit migrated from dotnet/aspnetcore@4abf766c3c
2019-04-08 17:06:58 +02:00
Artak Mkrtchyan 6808c06d83 Added back the important usings
Commit migrated from dotnet/aspnetcore@d27ce10629
2019-04-04 10:04:06 -07:00
Artak Mkrtchyan a2cff1341a Remove unused `using`-s from Program and Startup classes
Commit migrated from dotnet/aspnetcore@8c287bc7e5
2019-04-04 10:04:06 -07:00
Ryan Nowak 0540878ca6 Make UseEndpoints a thing (dotnet/aspnetcore#8765)
* Make endpoint middleware explicit

This change makes the endpoint middleware explicit again, and updates
all of the templates.

The other change here is make UseEndpoints be the place where you
register endpoints. This is vital because it puts your code visually at
the point of the pipeline where it executes.

Lastly, I removed support for UseMvc with endpoint routing. This is
causing issues for some security features, and we're moving in the
direction of trying to make the middleware heavy implementation required
in 3.0. There are some issues we won't be able to fix in MVC if we can't
unambiguously know if UseMvc was used or the middleware.


Commit migrated from dotnet/aspnetcore@658b37d2bd
2019-03-28 15:41:11 -07:00
Pranav K 51ee896f6a Experience for Razor SDK (dotnet/aspnetcore#8731)
* Experience for Razor SDK

* Remove Components.Build
* Update MVC projects and templates to use AddRazorSupportForMvc
* Update components templates to use .razor extension

Fixes https://github.com/aspnet/AspNetCore/issues/6392

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190321.3

- Microsoft.NET.Sdk.Razor - 3.0.0-preview4.19171.3
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview4.19171.3
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview4.19171.3
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview4.19171.3

* Update dependencies from https://github.com/dotnet/core-setup build 20190322.01

- Microsoft.NETCore.App - 3.0.0-preview4-27522-01

Dependency coherency updates

- Microsoft.Bcl.Json.Sources - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- Microsoft.CSharp - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- Microsoft.Win32.Registry - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.ComponentModel.Annotations - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Data.SqlClient - 4.7.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.IO.Pipelines - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Net.Http.WinHttpHandler - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Reflection.Metadata - 1.7.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Cng - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Pkcs - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.ServiceProcess.ServiceController - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Text.Encodings.Web - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- System.Threading.Channels - 4.6.0-preview4.19164.7 (parent: Microsoft.NETCore.App)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview4-27522-01 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview4.19164.7 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190321.4

- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview4.19171.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview4.19171.4
- dotnet-ef - 3.0.0-preview4.19171.4
- Microsoft.EntityFrameworkCore - 3.0.0-preview4.19171.4
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview4.19171.4
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview4.19171.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview4.19171.4

* Update dependencies from https://github.com/aspnet/Extensions build 20190321.4

- Mono.WebAssembly.Interop - 3.0.0-preview4.19171.4
- Microsoft.JSInterop - 3.0.0-preview4.19171.4
- Microsoft.Internal.Extensions.Refs - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview4.19171.4
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview4.19171.4
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview4.19171.4
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration - 3.0.0-preview4.19171.4
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview4.19171.4
- Microsoft.AspNetCore.Testing - 3.0.0-preview4.19171.4
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview4.19171.4
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview4.19171.4
- Internal.AspNetCore.Analyzers - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview4.19171.4
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview4.19171.4
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview4.19171.4
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview4.19171.4
- Microsoft.Extensions.WebEncoders - 3.0.0-preview4.19171.4
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Primitives - 3.0.0-preview4.19171.4
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Options - 3.0.0-preview4.19171.4
- Microsoft.Extensions.ObjectPool - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.Console - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview4.19171.4
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview4.19171.4
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Hosting - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Http - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Localization - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview4.19171.4
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview4.19171.4

* Grab latest from other aspnet repos
- brings everything into coherence
- aspnet/Extensions packages with version 3.0.0-preview4.19172.1 from build 20190322.1
- aspnet/AspNetCore-Tooling packages with version 3.0.0-preview4.19172.2 from build 20190322.2
- aspnet/EntityFrameworkCore packages with version 3.0.0-preview4.19172.3 from build 20190322.3


Commit migrated from dotnet/aspnetcore@9a35bbea03
2019-03-22 17:33:20 -07:00
Javier Calvarro Nelson c2c2879517 [Infrastructure improvements] (dotnet/aspnetcore#8275)
* Improved selenium start and tear down
  * Selenium is set up and torn down in an assembly fixture.
  * Selenium is initialized lazily and in a non-blocking way.
  * Selenium processes are tracked as part of the build and their pids
    written to a file on disk for cleanup in the event of unexpected
    termination of the test process.
  * Browser fixture retries with linear backoff to create a remote
    driver. Under heavy load (like when we are doing a simultaneous NPM
    restore) the selenium server can become unresponsive so we retry
    three times, with a longer comand timeout allowance each time up to
    a max of 3 minutes.
* Moved test project setup to build time instead of runtime.
  * Added target PrepareForTest to create the required files for testing
    * The template creation folder.
    * The template props file to use our built packages.
    * The folder for the custom hive.
  * Added assembly metadata attributes to find all the data we need to
    run the tests.
    * Path to the artifacts shipping packages folder.
    * Path to the artifacts non-shipping packages folder.
    * Path to the test templates creation folder.
    * Path to use for the custom templating hive used in tests.
  * Proper cleanup as part of the build
    * Remove the test templates creation folder.
    * Remove the test packages restore path.
    * Recreate the test templates creation folder.
    * Recreate the test packages restore path.
  * Generated Directory.Build.Props and Directory.Build.Targets in the
    test templates creation folder.
  * Cleaned up potentially stale templatetestsprops.
* Improved test flows
  * Initialization is done lazily and asynchronously.
    * Selenium
    * Browser fixture
    * Template initialization.
  * Flattened test flows to avoid assertions inside deep callstacks.
    * All assertions happen at the test level with improved error messages.
      * With the exception of the migrations assertions.
    * Assertions contain information about which step failed, for what
      project and what failure details.
  * Broke down tests to perform individual steps instead of mixing build
    and publish.
    * Publish project.
    * Build project. (Debug)
    * Run built project.
    * Run published project.
  * Concentrated build logic into the Project class.
    * Context between the different steps of a test is maintained in
      this class.
    * All operations that require coordination are performed within this
      class.
      * There is a lock for dotnet and a lock for nodejs. When building
        SPAs we acquire the nodejs lock to correctly prevent multiple
        runs of nodejs in parallel.

[ApiAuthorization template cleanups]
  * Fix preview3 issues with breaking changes on Entity framework by
    manually configuring the model in ApiAuthorizationDbContext.
  * Add app.db to the project file when using local db.
  * Fix linting errors on angular template.
  * Fix react tests
  * Add tests to cover new auth options in the SPA templates.

Commit migrated from dotnet/aspnetcore@9f1a978230
2019-03-20 08:44:20 +01:00
Matheus Marques 2599383ae4 [Templating] Fix react template typos (dotnet/aspnetcore#8592)
Commit migrated from dotnet/aspnetcore@5c6e1aa1d9
2019-03-18 09:42:56 +01:00
Ryan Brandenburg 6884a7d97c Regenerate package-lock.json
Commit migrated from dotnet/aspnetcore@706b8345dc
2019-03-06 11:55:05 -08:00
Ryan Brandenburg 1fbc8cab80 Updated PR with my changes
Commit migrated from dotnet/aspnetcore@4a5720beba
2019-03-01 15:25:58 -08:00
Ryan Brandenburg f01daa0120 Revert bad merge in React app (dotnet/aspnetcore#7769)
Commit migrated from dotnet/aspnetcore@511538a19e
2019-02-21 21:46:27 -08:00
Javier Calvarro Nelson 15aff40cc9 [Templating]Api authorization spa integration (dotnet/aspnetcore#7721)
[Templating] Adds authentication support for the SPA templates
* Adds a new -auth option to the Angular and React templates with None and Individual values.
* When using authentication it configures the server to use the ApiAuthorization support built for 3.0
* For angular it adds an ApiAuthorization Angular module that handles the authentication flows through 
   a Login and a Logout components and exposes an Http client interceptor, a routing guard and a Login 
   menu component for the main Angular application to integrate authentication into the app.
* For react it adds a Login and Logout components to handle the authentication flows, an 
  AuthorizeRoute component to protect access to other routes and a Login menu component to 
  integrate authentication into the application.

Commit migrated from dotnet/aspnetcore@ea97934127
2019-02-21 16:23:55 -08:00
Ryan Brandenburg fbd984f444 Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/2.2-to-master
Commit migrated from dotnet/aspnetcore@b2ee8e6b66
2019-02-20 16:21:24 -08:00
Chris Ross ef07ca3db8 Replace IHostingEnvironment with IWebHostEnvironment (dotnet/aspnetcore#7725)
Commit migrated from dotnet/aspnetcore@4e44025a52
2019-02-19 21:11:52 -08:00
Doug Bunting 0f72cf1038 Merge branch 'release/2.1' into release/2.2
Commit migrated from dotnet/aspnetcore@b711d6cf67
2019-02-14 21:18:02 -08:00
Ajay Bhargav Baaskaran 642f269bfa Updated missed slns
Commit migrated from dotnet/aspnetcore@b3d3f5e7fb
2019-02-14 17:35:48 -08:00
Ryan Brandenburg f320a30494 Upgrade bootstrap versions
Commit migrated from dotnet/aspnetcore@15c5dfec2e
2019-02-14 17:15:41 -08:00
Ryan Brandenburg 05aa8cf301 Update to bootstrap 3.4.1
Commit migrated from dotnet/aspnetcore@271e222b51
2019-02-14 17:13:06 -08:00
Martin Perry da43c6d618 Move ReactRedux-CSharp TypeScript files to new ProjectTemplates folder
Commit migrated from dotnet/aspnetcore@01e986e1d3
2019-02-05 22:47:08 +00:00
Martin Perry 1a980adb96 Merge
Commit migrated from dotnet/aspnetcore@61f68ccf6a
2019-02-05 16:55:21 +00:00
Casey Western 6b623d6445 Removed unused app component css file (dotnet/aspnetcore#4438)
* Removed unused css for app component

* Removed empty css file

Commit migrated from dotnet/aspnetcore@5a4a001d18
2019-01-31 14:40:50 -08:00
Nate McMaster bb429a1768 Remove obsolete build infrastructure (dotnet/aspnetcore#6995)
Changes:

* Remove obsolete targets which are unnecessary now that this repo no longer builds git submodules in a separate build process
* Remove the need for static analysis of 'ArtifactInfo' items
* Simplify how the code signing task is configured
* Remove unused repo tasks
* Remove duplicate lists of external dependencies and packages to be produced
* Remove obsolete build definition
* Remove obsolete build script parameters
* Add VisualStudioSetupOutputPath

Commit migrated from dotnet/aspnetcore@ac04019e42
2019-01-28 09:57:59 -08:00
Nate McMaster 5d8e32d047 Convert ProjectTemplates to build using ProjectReferences (dotnet/aspnetcore#6935)
Commit migrated from dotnet/aspnetcore@33bc4576da
2019-01-23 15:54:47 -08:00
Nate McMaster 07b6be057e Convert the artifacts folder layout to match Arcade (dotnet/aspnetcore#6850)
Changes:
* IsProductPackage => IsShippingPackage
* artifacts/$config/packages => artifacts/packages/$config
* packages/product => packages/Shipping
* packages/internal => packages/NonShipping
* Renamed MSBuild properties used for output folders
* Update build tools to use 2 spaces in global.json

Commit migrated from dotnet/aspnetcore@922512a9fb
2019-01-18 13:38:24 -08:00
Ryan Brandenburg 55d3c50bc5 PR cleanup
Commit migrated from dotnet/aspnetcore@3ede876dfb
2019-01-17 20:59:11 -08:00
Ryan Brandenburg e0a31cfb47 Fix Templates
Commit migrated from dotnet/aspnetcore@10b63c06db
2019-01-17 20:59:11 -08:00