dotnet-maestro[bot] [Wed, 2 Jun 2021 16:44:43 +0000 (16:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210602.1 (#2331)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 2 Jun 2021 12:41:42 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210602.1 (#2330)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 1 Jun 2021 13:22:34 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210531.6 (#2327)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 1 Jun 2021 13:03:10 +0000 (13:03 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210601.1 (#2328)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 31 May 2021 12:57:36 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210531.1 (#2326)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 31 May 2021 12:52:18 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210530.2 (#2325)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 30 May 2021 13:01:52 +0000 (13:01 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210529.2 (#2322)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 30 May 2021 13:00:20 +0000 (13:00 +0000)]
[main] Update dependencies from dotnet/runtime (#2321)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 28 May 2021 12:52:09 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210527.6 (#2320)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 27 May 2021 12:58:29 +0000 (12:58 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210526.13 (#2319)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 27 May 2021 12:57:35 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210526.9 (#2318)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 26 May 2021 17:46:01 +0000 (17:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210526.1 (#2314)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 26 May 2021 12:57:20 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210525.8 (#2313)
[main] Update dependencies from dotnet/aspnetcore
Tom McDonald [Wed, 26 May 2021 00:39:29 +0000 (17:39 -0700)]
Fix terminology (#2312)
* Fix terminology
* Address PR feedback
* Fix capitalization of first letter of sentence
dotnet-maestro[bot] [Tue, 25 May 2021 13:03:32 +0000 (13:03 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210525.1 (#2310)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 25 May 2021 13:02:41 +0000 (13:02 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210524.12 (#2309)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 24 May 2021 12:46:46 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210524.1 (#2307)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 24 May 2021 12:46:13 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210523.1 (#2306)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 23 May 2021 17:53:51 +0000 (17:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210522.2 (#2304)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 23 May 2021 12:46:38 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210522.4 (#2305)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 22 May 2021 12:51:40 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210522.1 (#2302)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 22 May 2021 12:45:48 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210521.13 (#2301)
[main] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Fri, 21 May 2021 23:10:48 +0000 (16:10 -0700)]
Add IContextService and implementation and other misc changes/fixed. (#2247)
Add IContextService and implementation
Moved all the "current context" properties and methods out of the individual services into IContextService. The context service is used by the "UI" (i.e. dotnet-dump command line) and the SOSHost service. The rest of the services shouldn't have current ambient state.
Added Target property to IRuntime, IThread and IModule. Added Equals/GetHashCode too.
Add Target.OnDestroyEvent, make DisposeOnClose an extension method
Remove native ITarget.Close()
Fixed some SOSHost life time issues by separating and making global the SOS module loading and host wrapper in the new SOSLibrary class. Once the SOS module is loaded, it stays around until the host/dotnet-dump exits.
Fix soshelp on managed commands like parallelstacks or timerinfo before runtimes are loaded or the app is started.
Properly flush the ClrRuntime instance with FlushCachedData()
Add clrmodules export
Add DOTNET_ENABLED_SOS_LOGGING env var.
Fix initial target being created twice on MacOS under lldb. Initialize/read thread info table in GetCurrentProcessSystemId, etc.
More COM wrapper cleanup.
Release/cleanup the host, host service and symbol wrappers.
Fix problem with a second target being created under dbgeng when the
app terminates. The UpdateTarget in the ChangeEngineState handler isn't
needed because the CreateProcess/ExitProcess events managed the target
lifetime.
Add cleanup for SOSHost on context change
When a context change happens (thread, runtime or target), the SOSHost instance was discarded but not disposed/cleanup. Now SOSHost instance is disposed on context change.
Added a one shot event register on IServiceEvent used by SOSHost context change handler.
Setting a new target context would fire the context change event 3 times
Changed the lifetime of the SOSHost (again) from discard/disposed on every context change to per-target. I made things to complicated.
Add temporary workaround to single-file/export enumerate perf problem on dbgeng. Enabled Windows single-file support with env var: DOTNET_ENABLE_SOS_SINGLEFILE=1
Fix cross-bitness DAC support on Windows; go back to using PlatformSpecificFileName.
Move RuntimeModuleDirectory to IRuntime
Better hash code combining
dotnet-maestro[bot] [Fri, 21 May 2021 12:40:59 +0000 (12:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210520.18 (#2300)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 20 May 2021 15:39:45 +0000 (15:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210520.1 (#2298)
[main] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Thu, 20 May 2021 15:19:45 +0000 (08:19 -0700)]
Add Microsoft.DiaSymReader.Native for arm64 (#2295)
* Add Microsoft.DiaSymReader.Native for arm64
https://github.com/dotnet/diagnostics/issues/324
* Check if module has a portable PDB debug entry
dotnet-maestro[bot] [Thu, 20 May 2021 12:53:20 +0000 (12:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210519.7 (#2299)
[main] Update dependencies from dotnet/runtime
Justin Anderson [Thu, 20 May 2021 02:29:06 +0000 (19:29 -0700)]
Fix propagation of event name through EventLogsPipeline (#2291)
* Fix Event ID and Name propagation in EventLogsPipeline and tests.
Update logs pipeline tests to verify event name.
Günther Foidl [Wed, 19 May 2021 15:57:58 +0000 (17:57 +0200)]
Enabled POH in dotnet-dump dumpgen command (#2260)
* Enabled POH in dotnet-dump dumpgen command
* Tests
* Exclude POH segments from Gen2
* Corrected pattern to match output for x64/x86
For x64 it's 10024, for x86 iit's 10012, so just check for 100<DECVAL>.
I don't want to check just for byte[], as there could be any other byte arrays too.
* Fix dump file names not being unique.
* When the same "TestName" is being used but with different debuggee arguments the resulting dump name
ends up being the same and overwrites the existing one. This caused the uploaded dump to look different
from the log.
* Update CLRMD to patched version for POH analysis
dotnet-maestro[bot] [Wed, 19 May 2021 13:30:02 +0000 (13:30 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210519.1 (#2297)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 19 May 2021 13:04:26 +0000 (13:04 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build
20210518.1 (#2296)
[main] Update dependencies from microsoft/clrmd
dotnet-maestro[bot] [Tue, 18 May 2021 12:47:46 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210518.1 (#2293)
[main] Update dependencies from dotnet/runtime
Justin Anderson [Tue, 18 May 2021 01:48:20 +0000 (18:48 -0700)]
Fix EventLogsPipeline to throw PipelineException when LoggingSourceConfiguration throws NotSupportedException. (#2290)
dotnet-maestro[bot] [Mon, 17 May 2021 12:43:01 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210517.1 (#2289)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 16 May 2021 12:47:21 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210515.5 (#2288)
[main] Update dependencies from dotnet/runtime
Mike McLaughlin [Sat, 15 May 2021 22:08:26 +0000 (15:08 -0700)]
Update test runtimes to 2.1.28, 3.1.15, 5.0.6 (#2286)
* Update test runtimes to 2.1.28, 3.1.15, 5.0.6
* dumpheap still fails on Alpine on 2.1.28.
dotnet-maestro[bot] [Sat, 15 May 2021 18:06:42 +0000 (18:06 +0000)]
[main] Update dependencies from microsoft/clrmd (#2284)
[main] Update dependencies from microsoft/clrmd
- Upgrade System.Reflection.Metadata version to 5.0.0 to work with new clrmd
dotnet-maestro[bot] [Sat, 15 May 2021 12:57:36 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210514.5 (#2283)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 15 May 2021 12:54:03 +0000 (12:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210515.2 (#2285)
[main] Update dependencies from dotnet/runtime
Justin Anderson [Fri, 14 May 2021 20:11:59 +0000 (13:11 -0700)]
Stop pipelines in tests after receiving expected events. (#2273)
* Stop pipelines in tests after receiving expected events.
dotnet-maestro[bot] [Fri, 14 May 2021 12:58:07 +0000 (12:58 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210514.1 (#2280)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 14 May 2021 12:54:03 +0000 (12:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210513.11 (#2281)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 13 May 2021 12:48:58 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210513.1 (#2279)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 13 May 2021 12:47:54 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210512.19 (#2278)
[main] Update dependencies from dotnet/aspnetcore
Peter Sollich [Thu, 13 May 2021 08:45:55 +0000 (10:45 +0200)]
Make stresslog work for clrgc.dll, increment SOS_BREAKING_CHANGE_VERSION (#2272)
We would like to run tests with clrgc.dll activated and compiled with USE_REGIONS - as it turns out, the stresslog didn't yet work with the in-memory implementation of the stresslog.
This has the changes required so we are actually able to dump this version of the stresslog as well. It also increments SOS_BREAKING_CHANGE_VERSION because a change in the StressLog data structure was required to support logging from clrgc.dll.
Justin Anderson [Wed, 12 May 2021 22:25:16 +0000 (15:25 -0700)]
Add FilterSpecs to EventLogsPipeline (#2274)
* Add FilterSpecs to EventLogsPipeline.
* Set default value of UseAppFilters to true.
* Add unit tests for all settings on EventLogsPipelineSettings.
dotnet-maestro[bot] [Wed, 12 May 2021 12:47:12 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210512.1 (#2276)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 12 May 2021 12:46:24 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210512.1 (#2275)
[main] Update dependencies from dotnet/aspnetcore
Johan Lorensson [Wed, 12 May 2021 09:41:55 +0000 (11:41 +0200)]
Add support for server-client mode in dsrouter. (#2251)
Justin Anderson [Tue, 11 May 2021 17:30:51 +0000 (10:30 -0700)]
Synchronize pipeline tests with event pipe session start. (#2267)
* Synchronize pipeline tests with event pipe session start.
dotnet-maestro[bot] [Tue, 11 May 2021 13:18:08 +0000 (13:18 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210510.8 (#2271)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 11 May 2021 12:46:44 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210511.1 (#2269)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 11 May 2021 12:42:10 +0000 (12:42 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build
20210510.2 (#2270)
[main] Update dependencies from microsoft/clrmd
dotnet-maestro[bot] [Mon, 10 May 2021 12:48:49 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210510.1 (#2266)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 10 May 2021 12:43:09 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210509.1 (#2265)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 9 May 2021 12:35:32 +0000 (12:35 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210508.11 (#2264)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 8 May 2021 12:52:39 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210507.4 (#2262)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 8 May 2021 12:48:28 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210508.2 (#2263)
[main] Update dependencies from dotnet/runtime
Sung Yoon Whang [Fri, 7 May 2021 21:54:42 +0000 (14:54 -0700)]
Make EventPipeSession stop on Dispose (#2259)
* Make EventPipeSession stop on Dispose
* catch exceptions thrown from stop
dotnet-maestro[bot] [Fri, 7 May 2021 12:54:12 +0000 (12:54 +0000)]
[main] Update dependencies from dotnet/runtime (#2255)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 7 May 2021 12:52:31 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210506.7 (#2261)
[main] Update dependencies from dotnet/aspnetcore
Wiktor Kopec [Thu, 6 May 2021 22:53:49 +0000 (15:53 -0700)]
Propagate timestamps for logger entries (#2229)
* Propagage timestamps for logger entries
* Small bug fix
Günther Foidl [Thu, 6 May 2021 22:51:40 +0000 (00:51 +0200)]
Document that SOS dumpheap -min and -max must be in hex values (#2257)
Justin Anderson [Thu, 6 May 2021 20:07:13 +0000 (13:07 -0700)]
Skip logs pipeline test on Windows. (#2256)
dotnet-maestro[bot] [Thu, 6 May 2021 16:55:25 +0000 (16:55 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210505.10 (#2254)
[main] Update dependencies from dotnet/aspnetcore
Günther Foidl [Wed, 5 May 2021 22:42:58 +0000 (00:42 +0200)]
dotnet-dump analyze ReadMemoryCommand allow address in hex as dumpobj does (#2253)
dotnet-maestro[bot] [Wed, 5 May 2021 17:05:44 +0000 (17:05 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210504.12 (#2250)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 5 May 2021 12:52:34 +0000 (12:52 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build
20210504.2 (#2249)
[main] Update dependencies from microsoft/clrmd
dotnet-maestro[bot] [Wed, 5 May 2021 12:51:53 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210504.21 (#2248)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 4 May 2021 22:25:16 +0000 (15:25 -0700)]
[main] Update dependencies from microsoft/clrmd (#2242)
* Update dependencies from https://github.com/microsoft/clrmd build
20210503.2
Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
From Version 2.0.220602 -> To Version 2.0.225302
* Fix build problems and cleanup with new clrmd
* Fix escaped exception from clrmd TryGetSymbolAddress
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Jan Kotas [Tue, 4 May 2021 21:58:34 +0000 (14:58 -0700)]
Fix verifyheap for objects larger than 4GB (#2244)
Fixes https://github.com/dotnet/runtime/issues/52233
Juan Hoyos [Tue, 4 May 2021 21:46:36 +0000 (14:46 -0700)]
Add sourcebuild leg (#2240)
dotnet-maestro[bot] [Tue, 4 May 2021 17:39:34 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210503.4 (#2241)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 4 May 2021 12:52:37 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210503.3 (#2243)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 3 May 2021 17:51:51 +0000 (17:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210502.1 (#2238)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 3 May 2021 16:51:53 +0000 (16:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210503.1 (#2239)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 2 May 2021 12:44:51 +0000 (12:44 +0000)]
[main] Update dependencies from dotnet/runtime (#2237)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 1 May 2021 12:51:19 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210430.6 (#2236)
[main] Update dependencies from dotnet/aspnetcore
Juan Hoyos [Fri, 30 Apr 2021 19:35:38 +0000 (12:35 -0700)]
Remove file-dedup workaround (#2233)
Juan Hoyos [Fri, 30 Apr 2021 19:16:26 +0000 (12:16 -0700)]
Engineering System Cleanup (#2220)
* Remove Signature of ParallelStacks.Runtime; package no longer used.
* Change download logic
* Remove testing flag from base scripts
* Remove ciTest wrapper script
* Remove docker container nesting and unify build invocation
* Temporarily disable 5.0 tests
* Update Windows and Ubuntu queues.
* Add back docker-build; Add SYS_PTRACE instead of privileged
* Verify Docker
* Disable DSO test on desktop
dotnet-maestro[bot] [Fri, 30 Apr 2021 17:40:03 +0000 (17:40 +0000)]
[main] Update dependencies from dotnet/runtime (#2231)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 30 Apr 2021 17:29:54 +0000 (17:29 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210429.9 (#2232)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 29 Apr 2021 16:32:55 +0000 (16:32 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210429.1 (#2230)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 28 Apr 2021 12:47:54 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210427.7 (#2226)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 28 Apr 2021 12:41:54 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210427.11 (#2225)
[main] Update dependencies from dotnet/aspnetcore
Wiktor Kopec [Tue, 27 Apr 2021 19:12:53 +0000 (12:12 -0700)]
Fix hang when cancelling reading from trace calls (#2203)
dotnet-maestro[bot] [Tue, 27 Apr 2021 12:53:52 +0000 (12:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210427.1 (#2222)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 27 Apr 2021 12:43:03 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210427.3 (#2221)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 26 Apr 2021 13:02:25 +0000 (13:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210426.1 (#2219)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 26 Apr 2021 13:01:48 +0000 (13:01 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210425.1 (#2218)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 25 Apr 2021 12:47:17 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210424.4 (#2217)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 25 Apr 2021 12:46:38 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210424.3 (#2216)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 24 Apr 2021 13:08:08 +0000 (13:08 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210424.1 (#2214)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 24 Apr 2021 13:07:38 +0000 (13:07 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210423.11 (#2213)
[main] Update dependencies from dotnet/aspnetcore
Juan Hoyos [Sat, 24 Apr 2021 00:36:50 +0000 (17:36 -0700)]
Update packages with security patches (#2211)
* Update packages with security patches
* Update eng/Versions.props
Mike McLaughlin [Fri, 23 Apr 2021 23:05:02 +0000 (16:05 -0700)]
Single file fixes (#2210)
* Fix single-file source/line # lookup
* Make index timestamp/file size hex
* Fix Windows single-file; use regular DAC file name
dotnet-maestro[bot] [Fri, 23 Apr 2021 12:59:11 +0000 (12:59 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210422.13 (#2209)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 23 Apr 2021 12:57:30 +0000 (12:57 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2204)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 22 Apr 2021 13:08:01 +0000 (13:08 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210422.1 (#2205)
[main] Update dependencies from dotnet/runtime
Andrew Au [Wed, 21 Apr 2021 15:59:04 +0000 (08:59 -0700)]
A couple fixes for the SOS support for regions (#2200)