John Luo
633cb68149
Populate WebHost configuration with command line arguments if provided
2017-10-09 14:30:20 -07:00
John Luo
7ec8cc5fad
Cleanup and add test for CreateDefaultBuilderOfT
2017-09-28 15:58:14 -07:00
Fanie Reynders
07bf8d02a0
Added support for allowing a shorthand notation to build and run a Webhost with the default configuration including a typed Startup class
2017-09-28 15:05:43 -07:00
Pavel Krymets
f8ee044efa
Revert Antares test bundle changes ( #220 )
2017-09-18 11:01:10 -07:00
Nate McMaster
5589365cac
Use Directory.Build.props/targets ( #227 )
2017-08-30 12:58:16 -07:00
John Luo
5a3ce9fd5d
Update doc comments
2017-08-25 12:13:57 -07:00
Pavel Krymets
396f413b38
Rename testing metapackage ( #218 )
2017-08-10 09:38:19 -07:00
Pavel Krymets
653272600f
Add site extension generation code ( #217 )
2017-08-10 08:11:57 -07:00
John Luo
cbad7fad7a
Add API baseline for Microsoft.AspNetCore
2017-08-03 17:39:26 -07:00
John Luo
819ee5faaf
Add M.Dotnet.Watcher.Tools and M.E.Caching.SqlConfig.Tools to lzma
2017-07-19 12:15:17 -07:00
Ryan Brandenburg
5f37723e8d
Remove AssetTargetFallback
2017-06-30 14:42:27 -07:00
John Luo
64ed5bb4ff
Use new SelfContained property
2017-06-29 16:50:34 -07:00
Nate McMaster
f3ed8129f3
Ensure Microsoft.AspNetCore.All is only compatible with netcoreapp2.0 ( #180 )
2017-06-28 10:21:55 -07:00
John Luo
0e4db81898
Remove dotnet-archive and Microsoft.Dotnet.Archive
2017-06-23 11:23:55 -07:00
Kiran Challa
a7b13f65fd
Merge branch 'rel/2.0.0-preview2' into dev-gate
2017-06-15 03:55:33 -07:00
Kiran Challa
0b844b2ccf
Changed all references of PackageTargetFallback to AssetTargetFallback
2017-06-14 14:33:20 -07:00
John Luo
35ec06975d
Use file globbing to resolve manifests
2017-06-06 17:04:23 -07:00
Hao Kung
c920c45953
Remove ConfigureDefaultOptions
2017-06-05 13:40:32 -07:00
Mike Harder
102b1ca625
Remove Microsoft.EntityFrameworkCore.*.Design packages ( #140 )
...
- 778a843444
- 32434d2d86
- 73e10420f5
2017-06-03 10:20:57 -07:00
Chris R
3932c68d18
Move KestrelServerOptionsSetup to Kestrel
2017-06-02 12:33:40 -07:00
John Luo
2625e2a768
Consolidate runtime store dependencies into one package
2017-06-02 11:14:56 -07:00
Pavel Krymets
6fcf83fe22
React to logging in DI change
2017-06-02 10:47:54 -07:00
Chris R
b04be188c0
#81 Move CertificateLoader to Hosting
2017-05-30 16:12:15 -07:00
John Luo
e3366c7640
Cross-compile netcoreapp2.0 and net461
2017-05-30 14:26:53 -07:00
Hao Kung
4b18cf52ae
Add ConfigureAspNetCoreDefaults
2017-05-26 16:20:32 -07:00
John Luo
1619166911
Update manifest names
2017-05-26 11:43:36 -07:00
Javier Calvarro Nelson
b9a9ec9305
Add support for a default SSL certificate in development
...
When the ssl certificate specified is 'localhost' and
no certificate has been explicitly specified in the certificates
section, fallback to a certificate with 'CN=localhost' (ASP.NET Core SSL
developer certificate) in the current user store and if not found,
an ssl certificate with 'CN=localhost' on the current machine
(IIS Express developer certificate)
2017-05-24 16:24:32 -07:00
John Luo
3f239f2d92
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 15:28:05 -07:00
John Luo
bed3bf2b4e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-04 11:17:24 -07:00
John Luo
2fb5649b04
Revert "Revert "Migration""
...
This reverts commit 102daa6832 .
2017-05-04 11:16:59 -07:00
John Luo
bd805ef50d
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 18:12:26 -07:00
John Luo
102daa6832
Revert "Migration"
...
This reverts commit 91bef13d31 .
2017-05-03 18:11:59 -07:00
John Luo
9bc9ed9812
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 17:12:46 -07:00
John Luo
91bef13d31
Migration
2017-05-03 17:03:19 -07:00
Cesar Blum Silveira
f245512f6e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 15:58:20 -07:00
Cesar Blum Silveira
012d9990ef
Show fwlink on HTTPS certificate errors ( #83 ).
2017-05-03 15:55:19 -07:00
damianedwards
4d5e1076c9
Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder:
...
- The templates still have it explicitly and it's best to have middleware added by the app directly
2017-05-03 14:37:32 -07:00
John Luo
f56cab4e80
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 12:49:24 -07:00
John Luo
9b32921a77
Missed rename updates
2017-05-03 12:49:02 -07:00
Nate McMaster
c0f86d5687
Use ItemDefinitionGroup to simplify the list of packages.
...
See https://docs.microsoft.com/en-us/visualstudio/msbuild/item-definitions
2017-05-03 12:21:35 -07:00
Nate McMaster
655f70717e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 12:20:43 -07:00
Nate McMaster
ebdc68ac10
Exclude SQLitePCl.bundle_green targets when reference included via the Microsoft.AspNetCore.All metapackage
2017-05-03 12:18:50 -07:00
John Luo
87c71197ae
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-01 21:42:20 -07:00
Pranav K
b3b986bfa9
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 21:09:36 -07:00
Cesar Blum Silveira
2637108c6e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-01 18:06:01 -07:00
Cesar Blum Silveira
605aeddc22
Support more certificate loading scenarios ( #69 ).
2017-05-01 18:05:11 -07:00
Pavel Krymets
a5a9b6adab
Use RuntimeFrameworkVersion instead for directory name ( #82 )
2017-05-01 15:18:44 -07:00
Andrew Stanton-Nurse
659c008ea8
fix LZMA archive directory structure ( #88 )
2017-05-01 13:11:15 -07:00
Pavel Krymets
08ec9a7e49
Use RuntimeFrameworkVersion instead for directory name ( #82 )
2017-05-01 12:24:07 -07:00
John Luo
edb55b87cc
Merge branch 'johluo/add-packages' into rel/2.0.0-preview1
2017-04-28 14:54:55 -07:00