Pranav K
a690a8f95e
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:25 -08:00
Justin Kotalik
a629725c7a
Revert "Disable failing tests ( #473 )" ( #478 )
2017-11-16 11:07:16 -08:00
Pranav K
3e277c8dd9
Update samples and tests to target netcoreapp2.1
2017-11-14 10:47:03 -08:00
Pavel Krymets
b8c3d26975
Migrate to new pipe APIs ( #454 )
2017-11-13 15:06:22 -08:00
Pavel Krymets
adec0c6fbc
Disable failing tests ( #473 )
2017-11-13 10:56:22 -08:00
Justin Kotalik
552163ab77
Adds windows Auth support ( #471 )
2017-11-10 17:02:31 -08:00
Justin Kotalik
9c065bf107
Remove header serialization in favor of setting IIS response directly. ( #465 )
2017-11-06 20:28:40 -08:00
David Fowler
08186bb198
Use ipv4 when binding to ANCM port ( #470 )
...
- Today we use localhost which binds to both the ipv4 and ipv6 addresses.
ANCM never communicates over ipv6 so it's pointless. This should also properly crash
the process if the ipv4 address fails to bind (which we've seen reports in real applications for).
2017-11-03 10:24:41 -07:00
Justin Kotalik
a42c8a33b8
Return FINISH_REQUEST on request failure ( #469 )
2017-11-01 15:48:04 -07:00
Nate McMaster
bcc10d3012
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 14:59:02 -07:00
Justin Kotalik
94c895a1bd
Parse Path and PathBase from Virtual Directory. ( #457 )
2017-10-25 12:35:13 -07:00
Justin Kotalik
bd62aa88d7
React to ANCM OnAsyncCompletion changes ( #447 )
2017-10-25 11:46:55 -07:00
Ryan Brandenburg
26769ba162
Add RepositoryRoot
2017-10-18 09:39:57 -07:00
Justin Kotalik
b4abb7382a
Add AppVeyor ( #449 )
2017-10-15 14:36:52 -07:00
Ryan Brandenburg
4f2a75f768
Update bootstrappers
2017-10-09 12:46:42 -07:00
Justin Kotalik
f91a941f8d
Moves in-process to UseIISIntegration, removes Server.IIS namespace ( #443 )
2017-10-06 09:52:42 -07:00
Justin Kotalik
d961ada80b
Removing DotNetCliToolReference from IIS sample csproj ( #437 )
2017-10-02 16:18:31 -07:00
Justin Kotalik
9dc69fe361
Adds support for ANCM in process ( #425 )
2017-10-02 16:01:46 -07:00
Justin Kotalik
461044f548
Increase Minimum Version of Visual Studio to 15.3.0
2017-09-21 17:49:01 -07:00
Chris Ross (ASP.NET)
1e1e89b457
logging/#543 Clear HttpContext.User when the user is disposed.
2017-09-19 15:55:14 -07:00
Nate McMaster
1297798546
Use PackageLineup to manage PackageReference versions
2017-08-29 11:38:56 -07:00
Nate McMaster
5cf936d3cd
Use Directory.Build.props/targets
2017-08-29 11:36:17 -07:00
Nate McMaster
7908015a3d
Upgrade to xunit 2.3.0-beta4
2017-08-22 16:49:36 -07:00
John Luo
f6329c4dc7
Update Microsoft.AspNetCore.Server.IntegrationTesting package version
2017-08-07 17:12:49 -07:00
John Luo
3789c1aa14
Ensure fallback to curl after failed wget
2017-08-02 14:32:15 -07:00
John Luo
189a37df1d
Update __get_remote_file logic
2017-08-02 12:44:45 -07:00
Nate McMaster
c0364a5508
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:27:45 -07:00
Nate McMaster
a8fcb6ac65
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:32:44 -07:00
Pranav K
7b9085f7b0
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:13:35 -07:00
Ryan Brandenburg
d25fead7b2
Set AspNetCoreVersion
2017-07-24 17:56:39 -07:00
Ryan Brandenburg
f935e9aad2
2.0.0-rtm to 2.1.0-preview1
2017-07-24 12:31:05 -07:00
Chris R
cc31406913
Merge branch 'rel/2.0.0' into dev
2017-07-13 15:36:59 -07:00
Chris R
5753784ac4
#391 Add back the DisplayName setting
2017-07-13 11:22:38 -07:00
Pranav K
b2edc306f8
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:57:57 -07:00
Pranav K
550cc03619
Updating KoreBuild branch
2017-07-10 11:57:57 -07:00
Pranav K
6f486060f4
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:43:27 -07:00
Pranav K
3d48a7e05e
Branching for 2.0.0 rtm
2017-07-10 11:43:27 -07:00
Chris R
c8bbbe764a
#395 Add baseline and breaking change files
2017-07-10 09:41:31 -07:00
Hao Kung
4c3e0b6721
Specify scheme
2017-07-07 12:14:34 -07:00
Chris R
2e2dc67978
#390 Add back AutomaticAuthentication for opt-out.
2017-07-07 11:28:57 -07:00
Ryan Brandenburg
0bac54b474
Remove NETSTandard.Library.NETFramework
2017-07-07 10:45:46 -07:00
Pranav K
afd5adadab
Update version suffix for 2.0.0 RTM release
2017-07-06 15:08:24 -07:00
Ryan Brandenburg
061d001f38
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:09:56 -07:00
Nate McMaster
f051122216
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:37:54 -07:00
Pranav K
a0049e2c29
Update LICENSE.txt text
2017-07-03 14:06:20 -07:00
Hao Kung
824051cb28
React to auth
2017-06-29 16:29:00 -07:00
Pranav K
e25eb9135e
Add NETStandardImplicitPackageVersion
2017-06-29 08:16:29 -07:00
John Luo
5155456653
Handle graceful shutdown from ANCM
2017-06-27 13:20:21 -07:00
Pranav K
a224b1a833
Re-enable desktop tests
...
* Remove FrameworkSkipCondition to enable desktop tests.
* Remove ConditionalTheory \ ConditionalFact since it's no longer required.
* Replace InlineData with meaningful test names
* Cleanup commented out lines of code
2017-06-09 16:44:48 -07:00
Pranav K
c267d192d6
Remove usage of TaskCache
2017-06-08 11:46:50 -07:00