Doug Bunting
731293d6da
Update branding to 2.2.8
...
- aspnet/AspNetCore-Internal#3153
2019-09-23 22:46:06 -07:00
Doug Bunting
82cb080502
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2
2019-09-10 19:39:46 -07:00
Doug Bunting
de52994381
Merge remote-tracking branch 'internal/internal/release/2.2' into release/2.2
2019-09-10 14:53:55 -07:00
Justin Kotalik
2217be2826
Skip/disable tests in 2.2 for IIS ( #12985 )
...
* Skip/disable tests in 2.2 for IIS
* Update ServicesTests.cs
2019-08-13 14:00:33 -07:00
Justin Kotalik
735807d6ff
Skip flaky HTTPS devcert test on 2.2 ( #12980 )
2019-08-09 09:53:31 -07:00
Steve Sanderson
fc65b4fd86
Merged PR 2264: Fix encoding used in JS generated by prerenderer
...
Fix encoding used in JS generated by prerenderer
2019-08-09 01:37:35 +00:00
Steve Sanderson
d49d7d7e0a
Merged PR 2262: Fix encoding used in JS generated by prerenderer
...
Fix encoding used in JS generated by prerenderer
2019-08-08 22:24:48 +00:00
dotnet-bot
c950fdbd62
Merge in 'release/2.2' changes
2019-07-30 19:56:32 +00:00
Justin Kotalik
c809b669b9
Catch all exceptions from Exit shutdown ( #12518 )
2019-07-30 12:55:13 -07:00
dotnet-bot
cb0211dac1
Merge in 'release/2.2' changes
2019-07-25 01:03:20 +00:00
Justin Kotalik
9a6d4af9d6
Merge release/2.1 into release/2.2 ( #12290 )
2019-07-24 18:01:57 -07:00
dotnet-bot
f5a4153307
Merge in 'release/2.2' changes
2019-07-22 16:21:51 +00:00
Andrew Stanton-Nurse
fd5517f301
Be more defensive in BufferingDisabled test ( #12278 )
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2826
We [use `?.` in `master`](f56cb72b7f/src/Hosting/Server.IntegrationTesting/src/Deployers/ApplicationDeployer.cs (L103) ) and it seems like the test can end up in this state (by the linked issue) so back-porting that defensive measure seems reasonable.
2019-07-22 09:20:40 -07:00
Mikael Mengistu
dd212d7029
Merged PR 2184: rel/2.2 Bump version of Microsoft.Data.OData to 5.8.4
...
Bump version of Microsoft.Data.OData to 5.8.4 in the 2.2 branch
Work item: https://dev.azure.com/dnceng/internal/_workitems/edit/222/
Related work items: #222
2019-07-19 15:38:34 +00:00
Mikael Mengistu
fd023a6698
Merged PR 2157: Bump version of Microsoft.Data.OData to 5.8.4
...
Bump version of Microsoft.Data.OData to 5.8.4
Work item: https://dev.azure.com/dnceng/internal/_workitems/edit/222/
2019-07-19 15:38:28 +00:00
Doug Bunting
b4a678079d
Add missing ArchiveBaseline files
...
- missing from 4fd1d01467 (branding update)
2019-07-16 20:58:00 -07:00
Justin Kotalik
010fdeac8e
Generate VS nuget package for 2.1 ( #11616 )
2019-07-16 08:26:29 -07:00
Doug Bunting
2d335f3647
List all SPA project template names
2019-07-15 18:22:29 -07:00
Ryan Brandenburg
797f7b1670
Version the SPA template package ( #11773 )
...
* Version the SPA template package
* Fix templates
2019-07-12 11:46:06 -07:00
Ryan Brandenburg
c8fc054096
Version the SPA template package [release/2.1] ( #11774 )
...
* Version the SPA template package
* Update src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj
* Fix templates
2019-07-12 11:45:46 -07:00
Doug Bunting
59d43346e6
Update branding to 2.1.12 ( #12096 )
...
* also improve PreparingPatchUpdates.md
- document changes to dependencies.props
- reflect changes in how Templating is handled
- e.g. use EF Core examples
- nit: adjust indentation to avoid markdown warnings
2019-07-11 15:35:47 -07:00
John Luo
146a483852
Revert unnecessary change from merge
2019-07-09 15:11:04 -07:00
Doug Bunting
ae5b18d459
Merge branch 'release/2.1' into release/2.2
2019-07-09 11:28:17 -07:00
dotnet-bot
7b0f67689b
Merge in 'release/2.1' changes
2019-06-14 20:30:02 +00:00
Justin Kotalik
f74ca433b4
Always include ANCM in build output ( #11199 )
2019-06-14 13:29:00 -07:00
dotnet-bot
2b771cd4f4
Merge in 'release/2.2' changes
2019-06-14 19:51:28 +00:00
Justin Kotalik
0460bc3ff8
Always include ANCM in build output ( #11198 )
2019-06-14 12:50:25 -07:00
dotnet-bot
39c7419b72
Merge in 'release/2.2' changes
2019-06-14 01:34:16 +00:00
dotnet-maestro-bot
9517e376a2
Make the test input a bit more reasonable ( #11096 ) ( #11113 )
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-13 18:33:04 -07:00
dotnet-bot
800f380325
Merge in 'release/2.1' changes
2019-06-11 21:36:23 +00:00
Pranav K
d805ee112b
Make the test input a bit more reasonable ( #11096 )
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-11 14:35:19 -07:00
Chris Ross (ASP.NET)
b9c8f34919
Merged PR 1508: [2.2] HttpSys & IIS path normalization
...
This takes PathNormalizer from Kestrel to normalize the request path and prevent traversals. (e.g. "/./" and "/../").
In 2.1 only HttpSys was affected (https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore/pullrequest/1480 ). In 2.2 HttpSys and IIS-in-proc share this code (with additional tests). In 3.0 we'll refactor it to use more shared source across all three servers.
2019-06-08 06:37:36 +00:00
Chris Ross (ASP.NET)
c2bb354675
Merged PR 1480: [2.1] HttpSys path normalization
...
This takes PathNormalizer from Kestrel to normalize the request path and prevent traversals. (e.g. "/./" and "/../").
In 2.1 only HttpSys was affected. In 2.2 HttpSys and IIS-in-proc will share this code (with additional tests). In 3.0 we'll refactor it to use more shared source across all three servers.
2019-06-07 21:20:28 +00:00
dotnet-maestro-bot
14c90fb343
Skip model binding test due to environment changes ( #10923 ) ( #10931 )
2019-06-05 20:35:29 -07:00
John Luo
aed62cdd9f
Skip model binding test due to environment changes ( #10923 )
2019-06-05 15:45:12 -07:00
Nate McMaster
3501a42239
Prepare 2.2.6
2019-06-05 08:59:30 -07:00
Nate McMaster
f9ef0abcf8
Merge branch 'release/2.1' into release/2.2
2019-06-04 17:06:19 -07:00
Nate McMaster
6ab3df58af
Update branding to 2.1.12 ( #10865 )
2019-06-04 16:58:12 -07:00
Pranav K
5814a036d9
Port do not throw when a status code with a codefix appears multiple times in the method body ( #10235 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/4480
2019-05-28 10:45:59 -07:00
Nate McMaster
d558350d50
Move updateMigrations.cmd back into its correct subfolder
2019-05-14 10:49:47 -07:00
Nate McMaster
2a99b8608d
Merge changes from 'release/2.2'
2019-04-16 11:57:15 -07:00
BrennanConroy
d93b207485
Add Site Extension to patch ( #9336 )
...
- make build.cmd work
- update build/repo.props
Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-15 22:21:27 -07:00
Nate McMaster
fafae36461
Merge changes from 'release/2.1'
2019-04-15 17:02:10 -07:00
Nate McMaster
d004cf0f14
Merge branch 'release/2.1' into release/2.2
2019-04-15 16:42:07 -07:00
Pranav K
836964a653
Don't log action and page handler arguments above Trace level ( #9227 )
2019-04-15 13:29:07 -07:00
dotnet-bot
f70a87ccac
Merge in 'release/2.1' changes
2019-04-15 17:51:13 +00:00
Doug Bunting
e0a4673e0b
Add missing package archives ( #9351 )
...
- not mandatory (it seems) for 2.1 but useful pseudo-documentation
2019-04-15 10:49:43 -07:00
dotnet-bot
f139b0dfaa
Merge in 'release/2.2' changes
2019-04-15 17:49:40 +00:00
Doug Bunting
5c96ab1709
Add missing package archives
...
- aspnet/AspNetCore-Internal#2217
2019-04-15 10:48:15 -07:00
Brennan Conroy
6ecdff7c68
Merged PR 898: Update MessagePack dependency
...
Update MessagePack dependency
2019-04-12 22:25:38 +00:00