Commit Graph

27775 Commits

Author SHA1 Message Date
Doug Bunting 7fc3da231c
Update EF submodule 2020-08-11 21:30:24 -07:00
Doug Bunting 2cb52f06b2
Update branding to 2.1.22 2020-08-11 21:19:18 -07:00
dotnet-bot adc6f4d362 Merge in 'release/2.1' changes 2020-07-28 17:26:56 +00:00
Michael Stuckey 94076d4a09
Use legacy MyGet feeds (#23929) 2020-07-28 10:25:30 -07:00
Chris Ross (ASP.NET) bccd1ea5e8 Merged PR 9014: [2.1] Cancel SendFile copy loops
There are two places in 2.1 where SendFileAsync falls back to a copy loop. These loops should short circuit when the client disconnects, or else the server will sit there and burn resources reading the whole file from disk.

Fix: If you passed in your own active CT we'll use it. Otherwise we'll use the RequestAborted token.
2020-07-16 21:30:13 +00:00
John Luo cb4e0cef8b
Update branding to 2.1.21 (#23920) 2020-07-14 15:22:10 -07:00
Brady Gaster 8dce53054a
updating signalr js package readme (#22129)
* updating signalr js package readme

* Update src/SignalR/clients/ts/signalr/README.md

Co-authored-by: Brennan <brecon@microsoft.com>

* Update PatchConfig.props

Co-authored-by: Brennan <brecon@microsoft.com>
2020-06-12 16:19:53 -07:00
Justin Kotalik d4f43e7849
Enable control flow guard for IIS dlls (#22608) 2020-06-11 10:20:29 -07:00
Doug Bunting 1a560b6b8f
Update branding to 2.1.20 (#22757) 2020-06-10 13:59:45 -07:00
Doug Bunting 51584c21dd
Revert "Update branding to 2.1.20"
This reverts commit d831217cf5.
2020-06-09 18:27:36 -07:00
Doug Bunting d831217cf5
Update branding to 2.1.20 2020-06-09 18:26:18 -07:00
Doug Bunting 9e38dcf1fc Add missing archive baselines for 2.1.18 release 2020-05-22 11:58:45 -07:00
William Godbe fca37bf5ea
[release/2.1] Make .msi GUIDs unique (#21803)
* Make .msi GUIDs unique

* Fix GuidInputs
2020-05-21 12:30:39 -07:00
William Godbe 26365e7839
Update branding (#22046) 2020-05-20 13:40:46 -07:00
Pranav Krishnamoorthy 8d09403118 Merged PR 7268: Avoid caching JsonSerializer
Avoid caching JsonSerializer
2020-04-14 17:49:57 +00:00
Matt Mitchell 1aa1069bbf
Update package baseline (#20527) 2020-04-03 14:42:15 -07:00
Doug Bunting 9a4d4e9d02 Update the EntityFrameworkCore submodule
- get latest 2.1 changes from the dotnet/efcore repo
- was only 2 commits behind i.e. nothing was missed in last release
2020-04-01 21:09:17 -07:00
William Godbe d9c2f744fa
Attempt to auto-publish vs.redist packages to orchestrated feed (#20211)
* Attempt to auto-publish vs.redist packages to orchestrated feed

* Use non-stable packageVersion for vs.redist

* Fix typo

* Update build/Publish.targets

- should trigger a build that's more likely to succeed

* Print what we're trying to publish

* More debug prints

* Set RedistPackageId in publishing.targets

* Reference variable correctly

* Remove unnecessary messages

* Respond to feedback

Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2020-04-01 14:45:39 -07:00
Doug Bunting 23493a9962
Bump .NET Core SDK to the latest (2.1.512) (#19257)
* Bump .NET Core SDK to the latest (2.1.512)
- use just-built aspnet/BuildTools

* Clean up build of templating submodule
- response file otherwise contains invalid `/p:RepositoryRoot="...\Templating\\\"`
2020-03-28 11:36:25 -07:00
William Godbe 2604ce9eba
Update branding to 2.1.18 (#20171) 2020-03-26 11:57:57 -07:00
Doug Bunting e9e66d8f21
Merge pull request #19676 from dotnet/dougbu/2.1/newer.agents.3540
[release/2.1] Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
2020-03-25 11:07:00 -07:00
Doug Bunting e984a7e2aa
Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
- dotnet/aspnetcore-internal#3540
2020-03-06 17:21:22 -08:00
Matt Mitchell c0e2848ec1 Pin and unpin packages for 2.1.17 2020-02-20 07:36:06 -08:00
John Luo 5313b14479
Update branding to 2.1.17 part 2 (#19127) 2020-02-18 16:28:50 -08:00
John Luo c41cd63942
Update branding to 2.1.17 (#19045) 2020-02-14 12:21:22 -08:00
Matt Mitchell 6f88144513
Unpin System.Data.SqlClient and pin System.Security.Cryptography.Cng (#18418) 2020-01-17 10:08:25 -08:00
Chris Ross c919c58251 Fix patchconfig merge (#18389) 2020-01-16 13:45:11 -08:00
Javier Calvarro Nelson 7f53f7e95b [Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (2.1) (#17560)
* [Https] Detects and fixes HTTPS certificates where the key is not guaranteed to be accessible across security partitions

* Fix dotnet dev-certs https --check

* Update logic for detecting missing certs

* Fix security command

* Update warning logic

* Check that the key is accessible in Kestrel

* Add correct link to docs

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Daniel Roth <daroth@microsoft.com>

* Add test for 2.1

* Update src/Tools/dotnet-dev-certs/src/Program.cs

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* Address feedback

* Fix non-interctive path

* Fix tests

* Remove a couple of test from an unshipped product

* Check only for certificates considered valid

* Switch the exception being caught, remove invalid test

Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-01-15 22:54:11 -08:00
Chris Ross 8211a1c313 [2.1] CookieChunkingManager needs to flow the Secure attribute… (#17953) 2020-01-15 11:07:15 -08:00
Brennan 164ddfd48b Fix flaky LongPolling tests (#14395) 2020-01-15 11:06:16 -08:00
John Luo 02697337eb
Merge pull request #18205 from dotnet/johluo/2.1-feb20
Update branding to 2.1.16
2020-01-14 18:05:04 -08:00
John Luo 183a09f763 Update branding to 2.1.16 2020-01-14 14:42:47 -08:00
dotnet-bot 163c80cb0f Merge in 'release/2.1' changes 2019-12-03 05:34:46 +00:00
Matt Mitchell 049cdec742
Unpin package (#17536) 2019-12-02 21:30:51 -08:00
Brennan Conroy 07579555be Merged PR 2918: Cancel Sends if they take too long 2019-11-22 23:28:28 +00:00
John Luo 147f950686
Update branding to 2.1.15 (#17273) 2019-11-20 17:10:59 -08:00
Brennan Conroy 57e68b069e Merged PR 3557: Revert "Wait to Complete Pipe" 2019-10-11 01:46:11 +00:00
Brennan Conroy 7fd42c4e94 Merged PR 3115: Wait to Complete Pipe
Fixed the `PipeWriterStream` to properly detect a canceled write and throw an `OperationCanceledException` in those cases. And making sure `Complete` is called in a safe manner by ensuring it is in a lock so writes can't be in-progress.
2019-10-10 04:41:00 +00:00
Chris Ross f198e559f8 [2.1] Re-implement SameSite for 2019 (#13746)
* Re-implement SameSite for 2019 #12125

* Rename compat flag

* Use Microsoft.AspNetCore.SuppressSameSiteNone compat key

* Backport CookiePolicy quirk and sample

* Patch config
2019-10-03 14:37:24 -07:00
Doug Bunting a9fb7f4a6d
Get latest from EntityFrameworkCore for 2.1.14 2019-10-03 12:32:34 -07:00
Doug Bunting 82c42d58ae Update branding to 2.1.14
- aspnet/AspNetCore-Internal#3153
2019-09-23 22:45:27 -07:00
Chris R 1fe84a6ded Replace obsolete feeds 2019-09-10 18:42:11 -07:00
Andrew Stanton-Nurse 2a6c96a684 Merged PR 2630: Fix patch config for SpaServices MSRC
I'll merge this ASAP once I'm confident it will fix the issue.
2019-08-13 22:13:40 +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 b75fa18cf5 Merge in 'release/2.1' changes 2019-07-25 03:38:08 +00:00
John Luo f7a7c98e53
Ship templates in 2.1 (#12540)
Addresses https://github.com/aspnet/AspNetCore/issues/12208
2019-07-24 20:36:52 -07: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
Justin Kotalik 010fdeac8e Generate VS nuget package for 2.1 (#11616) 2019-07-16 08:26:29 -07:00
Doug Bunting 6ed7bf85b1 Re-pin System.Threading.Tasks.Extensions
- not shipping this time around
2019-07-12 12:47:47 -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