Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest master into release/stable #993

Merged
merged 247 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
247 commits
Select commit Hold shift + click to select a range
bf0ecc5
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Nov 26, 2019
51d3b88
Add documentation on EventCounters (#605)
sywhang Nov 27, 2019
446d8c3
Avoid exceptions when console is not available (#644)
pharring Nov 27, 2019
b5d6ae9
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Nov 28, 2019
f49debf
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Nov 29, 2019
90c5cb4
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 2, 2019
c9108a7
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 3, 2019
288a82f
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 4, 2019
d42c43c
add missing README.md files for global tools (#662)
adamsitnik Dec 4, 2019
42f505e
SpeedScope handles only CPU samples, events are not supported (#661)
adamsitnik Dec 5, 2019
cf73548
dotnet-counters JSON Exporter improvements (#666)
sywhang Dec 5, 2019
2e62169
Microsoft.Diagnostics.NETCore.Client Implementation (#617)
sywhang Dec 6, 2019
7df57cc
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 6, 2019
125ea40
Upgrade to latest System.CommandLine version (#668)
mikem8361 Dec 6, 2019
10339ed
Prepare SOS for single file support and add desktop CLR support (#658)
mikem8361 Dec 10, 2019
32bfa67
Add EventPipe events test (#659)
jiangzeng01 Dec 11, 2019
ae56e6d
Fix ContentionEvents test to make it more stable (#683)
jiangzeng01 Dec 11, 2019
fea5fdd
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 11, 2019
6206c62
Incorrect tool referenced (#687)
Sean-Driscoll Dec 12, 2019
b2660b8
Fix GCEvent test being flakey (#689)
sywhang Dec 12, 2019
648c6fd
[master] Update dependencies from aspnet/AspNetCore (#688)
dotnet-maestro[bot] Dec 13, 2019
9ddf812
Use darc runtime subscription versions for testing (#682)
mikem8361 Dec 13, 2019
d890cec
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 14, 2019
49ff7a2
Update dependencies from https://github.com/dotnet/arcade build 20191…
dotnet-maestro[bot] Dec 14, 2019
19eb443
Fix various issues (#690)
mikem8361 Dec 14, 2019
fd2d3d3
Fix scheduled build (#696)
mikem8361 Dec 14, 2019
7f61b49
Revert back to 3.0.100 SDK version (#697)
mikem8361 Dec 15, 2019
e94ff15
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 15, 2019
8d47a6b
Update dependencies from https://github.com/dotnet/arcade build 20191…
dotnet-maestro[bot] Dec 16, 2019
9536822
add .NET Standard 2.0 for diagnostics client library (#700)
adamsitnik Dec 16, 2019
653f155
Update windows-instructions.md
mikem8361 Dec 17, 2019
4d2a8a4
Make MultiplePublishedProcessTest more stable (#701)
sywhang Dec 17, 2019
676d9c6
Make scheduled builds full official builds (#703)
mikem8361 Dec 17, 2019
69849b6
Bump up DiagnosticsClient library version to 0.2.0 (#704)
sywhang Dec 17, 2019
7ed205d
Revert _Pipeline_StreamDumpDir removal (#707)
mikem8361 Dec 17, 2019
d20f9fe
Reduce predeftlsslot.h to the set that SOS actually depends on (#709)
jkotas Dec 18, 2019
4dc8e35
Avoid NullReferenceException in case the code path is run under an in…
cshung Dec 18, 2019
2162a20
Add verbose info to clrmodules command. (#712)
mikem8361 Dec 19, 2019
bb275cf
[master] Update dependencies from aspnet/AspNetCore (#706)
dotnet-maestro[bot] Dec 19, 2019
eb0172f
Update clrmd to version 1.1.61812 (module size and version info fixes…
mikem8361 Dec 20, 2019
1c574a8
Update dependencies from https://github.com/aspnet/AspNetCore build 2…
dotnet-maestro[bot] Dec 20, 2019
b198925
Initial commit (#714)
sywhang Dec 22, 2019
76c0af2
Fix EventPipe tests to use the new DiagnosticsClient library (#720)
sywhang Dec 24, 2019
1590aaa
Display rundown information when stopping trace (#721)
sywhang Dec 24, 2019
0b3c2c6
Remove legacy RuntimeClient library (#722)
sywhang Dec 26, 2019
56af681
[master] Update dependencies from aspnet/AspNetCore (#718)
dotnet-maestro[bot] Dec 28, 2019
827bbe9
[master] Update dependencies from dotnet/arcade (#719)
dotnet-maestro[bot] Dec 30, 2019
3f6848b
[master] Update dependencies from dotnet/runtime (#713)
dotnet-maestro[bot] Dec 30, 2019
f5dc05d
Fix sample code to actually print string name of the CLR events (#728)
sywhang Jan 3, 2020
eb13265
Some misc fixes to counters doc (#729)
sywhang Jan 4, 2020
8c8e7d1
Misc cleanup and fixes found during runtime change testing.
mikem8361 Dec 31, 2019
d31a5fe
Abstract all the runtime specific info and class.
mikem8361 Dec 31, 2019
1f0c9a7
Add dual .NET Core/desktop CLR runtime test
mikem8361 Jan 4, 2020
97b057e
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Jan 6, 2020
900436c
Update FAQ.md
mikem8361 Jan 7, 2020
b28e529
[master] Update dependencies from dotnet/runtime (#725)
dotnet-maestro[bot] Jan 8, 2020
f9e87b9
Handle glibc sys/sysctl.h deprecation (#27048) (#681)
dkson95 Jan 8, 2020
8211ef2
[master] Update dependencies from aspnet/AspNetCore (#726)
dotnet-maestro[bot] Jan 8, 2020
c045fdc
Update FAQ.md
mikem8361 Jan 8, 2020
f9359a5
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 9, 2020
96f21e4
Fix newline formatting for dotnet-trace provider info (#737)
sywhang Jan 10, 2020
b52e0f2
Add --clrevents flag to dotnet-trace (#738)
sywhang Jan 10, 2020
092a120
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 10, 2020
16134fe
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 11, 2020
fcc344b
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 12, 2020
008e4c4
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Jan 13, 2020
5e1f652
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 13, 2020
edf36ab
Fix line number issues in SOS (#734)
mikem8361 Jan 14, 2020
44fe987
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 14, 2020
9f8bb36
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 15, 2020
0689261
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 15, 2020
6b6b723
Change Versions.props so darc updates don't conflict (#752)
mikem8361 Jan 15, 2020
6391155
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 16, 2020
78cbef3
Build Windows arm64 version of SOS. (#754)
mikem8361 Jan 17, 2020
0e71064
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 17, 2020
914b6d8
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 18, 2020
287376d
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 18, 2020
28a8d07
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 19, 2020
eb41d79
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Jan 20, 2020
e413104
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 20, 2020
a8364c6
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 21, 2020
e0c4ffe
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 21, 2020
3c598ab
Misc SOS fixes (#758)
mikem8361 Jan 21, 2020
85eb595
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 22, 2020
e8d2cbe
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 22, 2020
327b5f9
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 23, 2020
07f04ae
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 24, 2020
36f6509
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 24, 2020
7a3e486
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 25, 2020
1b45bea
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 25, 2020
e3b5c9d
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 26, 2020
af122d2
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 26, 2020
594967f
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Jan 27, 2020
d9ca03a
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 27, 2020
ee327d1
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 27, 2020
0f5601c
Changing the output text to say 'dump' rather than 'minidump' to avoi…
andysterland Jan 27, 2020
4f33838
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 28, 2020
771558e
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Jan 29, 2020
9ff35f1
Show optimization tiers for runtime major version >= 3 (including 5) …
kouvel Jan 29, 2020
8abc02e
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Jan 30, 2020
6b66e69
Various misc changes and SOS fixes (#789)
mikem8361 Jan 31, 2020
cf65b0e
Fix official build failures with latest runtime (#795)
mikem8361 Feb 1, 2020
3730b74
[master] Update dependencies from dotnet/runtime (#793)
dotnet-maestro[bot] Feb 2, 2020
6b0c417
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 3, 2020
b8aa929
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 3, 2020
b2143fc
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 4, 2020
2b8b6cf
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 4, 2020
2fde642
Add weak WinRT handle kind (#800)
nxtn Feb 4, 2020
3c73baf
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 5, 2020
06f3cbf
Remove dead codes (#806)
nxtn Feb 6, 2020
965c09d
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 8, 2020
c33369b
Fix the Windows private runtime build testing problems (#807)
mikem8361 Feb 8, 2020
81e6a18
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 10, 2020
ec3b6c8
Do not clear the screen if returning error at launch (#815)
sywhang Feb 10, 2020
58c760c
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 11, 2020
16217c0
Fix ps handler for elevated process (#749)
sywhang Feb 12, 2020
92fa9c8
Make diagnostics client library tests not sleep (#742)
sywhang Feb 12, 2020
5a87048
Properly encode semicolon in argument strings for EventPipeProvider (…
sywhang Feb 12, 2020
37df898
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 12, 2020
dc180b2
Try to get UnixDomainSocketEndPoint from System.Core if not found in …
k15tfu Feb 12, 2020
e1d58b6
Escape EventPipeProvider argument key as well (#825)
sywhang Feb 12, 2020
5f72e31
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 13, 2020
32e66a6
Get UnixDomainSocketEndPoint using Type.GetType() to avoid FileNotFou…
k15tfu Feb 13, 2020
b16254d
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 14, 2020
d97b210
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 15, 2020
7368bb1
[master] Update dependencies from dotnet/runtime (#827)
dotnet-maestro[bot] Feb 16, 2020
6de5274
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 17, 2020
f8442db
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 17, 2020
dbf02bc
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 17, 2020
fd5a03a
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 18, 2020
794d056
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 19, 2020
2792e7f
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 19, 2020
8d3d296
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 20, 2020
d9e528f
dotnet-gcdump: Update docs to include print verb
mustakimali Feb 7, 2020
d792a1b
[master] Update dependencies from dotnet/runtime (#842)
dotnet-maestro[bot] Feb 21, 2020
72b2eb1
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 22, 2020
e800f94
Microsoft.Diagnostics.NETCore.Client Documentation (#845)
sywhang Feb 23, 2020
ddcdbf0
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Feb 24, 2020
c6e5921
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 25, 2020
d436a7a
Updates tryrun.cmake for cross build (#837)
viewizard Feb 25, 2020
f5b7bf0
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 25, 2020
5a4d0d5
Add SECURITY.md
dotnet-bot Feb 26, 2020
2c5e532
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 26, 2020
0d368aa
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 26, 2020
cac64e2
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 27, 2020
a68e0a3
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 28, 2020
3ebe49f
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Feb 29, 2020
b62c9ec
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Feb 29, 2020
328934d
dotnet-gcdump: Update docs to include new print verb
mustakimali Mar 1, 2020
c3186b2
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 1, 2020
befd5fb
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Mar 2, 2020
a5541ae
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 2, 2020
66b278d
Fix whitespace in SECURITY.md (#870)
mikem8361 Mar 3, 2020
d5140ee
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 3, 2020
44e5517
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 3, 2020
686645c
Pipeline consolidation, added SDL and signature verification. (#852)
hoyosjs Mar 3, 2020
a9cc91d
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
mikem8361 Mar 5, 2020
ebfdcd8
Update build.yml to use OSX 10.14 (#874)
sywhang Mar 7, 2020
cba1234
Add symbol publishing property to disable the special indexing (#888)
mikem8361 Mar 8, 2020
f153e52
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Mar 9, 2020
c47d36d
Create dotnet-monitor tool (#878)
wiktork Mar 9, 2020
38dea46
bump trace event version to be able to use new file format
adamsitnik Mar 10, 2020
74d3bbc
handle the new file format
adamsitnik Mar 10, 2020
d0991e1
[master] Update dependencies from dotnet/runtime (#876)
dotnet-maestro[bot] Mar 10, 2020
ee8ed80
[master] Update dependencies from dotnet/aspnetcore (#886)
dotnet-maestro[bot] Mar 10, 2020
a5125e4
Fix several issues in build and publishing (#889)
hoyosjs Mar 10, 2020
8ca1ee4
Change dotnet-monitor tool to non-shipping temporarily (#891)
wiktork Mar 10, 2020
59985fd
Revert "[master] Update dependencies from dotnet/aspnetcore (#886)" (…
hoyosjs Mar 10, 2020
b05c095
Add darc dependency to symstore (#898)
hoyosjs Mar 10, 2020
008236e
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Mar 11, 2020
ee24ddb
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Mar 11, 2020
213d6e7
install latest version of System.Runtime.CompilerServices.Unsafe to a…
adamsitnik Mar 11, 2020
3b21791
Merge remote-tracking branch 'upstream/master' into chromiumFormat
adamsitnik Mar 11, 2020
cd4d228
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 11, 2020
44aa31d
update TraceEvent and revert the workaround
adamsitnik Mar 11, 2020
bf74bba
[dotnet trace] Add Chromium Trace Event file format to list of s… (#894)
Mar 11, 2020
79c5b7a
Change the "dotnet-dump collect" default to "full" dumps. (#903)
mikem8361 Mar 12, 2020
9f2dae6
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 12, 2020
18cf5c2
Remove checking for python (#906)
hoyosjs Mar 12, 2020
c031315
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Mar 14, 2020
37411c9
Update diagnostics-client-library-instructions.md (#917)
colonelchlorine Mar 14, 2020
0d19da5
Add .NET Core hosting location file support (#915)
mikem8361 Mar 15, 2020
0efc5b8
Update to clrmd 1.1.116301 (#918)
mikem8361 Mar 15, 2020
96e572d
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Mar 16, 2020
0070279
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Mar 17, 2020
cedde64
Fix coreclr paths to match new runtime repo (#923)
sdmaclea Mar 18, 2020
877e11b
[dotnet-dump] Allow Linux core dumps to be loaded on WIndows (#927)
sdmaclea Mar 18, 2020
4226849
Fix dotnet-dump analyze <dump-path> -c exit (#924)
sdmaclea Mar 18, 2020
d097a4a
Fix cross-dac Runtime::CreateInstance() (#928)
sdmaclea Mar 19, 2020
3c99b4b
Fix LoadNativeSymbols for cross-dac (#929)
sdmaclea Mar 19, 2020
59eed07
Update NuGet.configto include dotnet5, eng, and tools feeds (#932)
hoyosjs Mar 20, 2020
d366deb
[master] Update dependencies from dotnet/aspnetcore (#902)
dotnet-maestro[bot] Mar 20, 2020
4dd2878
Disable Microsoft.Diagnostics.NETCore.Client.WriteAllDumpTypesTest (#…
hoyosjs Mar 21, 2020
c534979
[master] Update dependencies from dotnet/runtime (#925)
dotnet-maestro[bot] Mar 21, 2020
7b60f25
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 21, 2020
b15b3c9
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 22, 2020
835205b
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 23, 2020
008a652
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Mar 23, 2020
0669422
Fix Runtime::GetRuntime*Name() for cross-dac (#930)
sdmaclea Mar 23, 2020
c3f4f43
Fix dotnet-dump analyze clrmd CreateRuntime (#940)
sdmaclea Mar 24, 2020
86214d6
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 24, 2020
d44542f
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 24, 2020
692e307
dotnet-dump analyze dso (#944)
sdmaclea Mar 24, 2020
93ffbb8
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Mar 24, 2020
88af87e
dotnet-dump analyze clrthreads -special (#943)
sdmaclea Mar 24, 2020
3943f01
Add ONLY_SUPPORTED_ON_WINDOWS_TARGET() (#948)
sdmaclea Mar 24, 2020
e8b55b5
Mark more APIs ONLY_SUPPORTED_ON_WINDOWS_TARGET (#949)
sdmaclea Mar 24, 2020
7310001
Support testing internal service releases (#926)
mikem8361 Mar 25, 2020
148a1be
Add IsWindowsTarget() (#951)
sdmaclea Mar 25, 2020
543cd9a
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 25, 2020
03c0f22
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 25, 2020
8fe68a3
dotnet-dump analyze enable cross DAC lookup (#954)
sdmaclea Mar 25, 2020
00332d8
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 26, 2020
4705360
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Mar 26, 2020
eb8893e
[master] Update dependencies from dotnet/runtime (#956)
dotnet-maestro[bot] Mar 27, 2020
94ad4a9
Update core dump debugging workflow (#962)
mikem8361 Mar 28, 2020
b1a1579
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 28, 2020
4d4fca0
[master] Update dependencies from dotnet/aspnetcore (#960)
dotnet-maestro[bot] Mar 28, 2020
e386724
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 29, 2020
8fa2c7b
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 29, 2020
20421df
Update dotnet-tools.md
mustakimali Mar 29, 2020
07e291d
Update dotnet-tools.md
mustakimali Mar 29, 2020
d372c87
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 30, 2020
be95023
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 30, 2020
62aeebd
Fix some misc SOS issues (#966)
mikem8361 Mar 30, 2020
8365888
dotnet-gcdump report spec
Mar 30, 2020
f165686
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Mar 31, 2020
3e710e2
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Mar 31, 2020
61d68d0
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Apr 1, 2020
0d7f98f
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 1, 2020
ebbb068
Report missing DAC error for cross DAC clrstack -i (#973)
sdmaclea Apr 2, 2020
548e62c
Report stack walk failures (#975)
sdmaclea Apr 2, 2020
0be62a0
Fix description list command (#974)
sywhang Apr 2, 2020
9d5ba02
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 2, 2020
b086b03
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Apr 2, 2020
4049def
Link Code of Conduct (#980)
terrajobst Apr 2, 2020
3bd1c90
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 3, 2020
7c93560
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Apr 3, 2020
9ea065b
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 4, 2020
a5c9939
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Apr 4, 2020
1f65399
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Apr 4, 2020
ef2f711
Filter the tools' own PID out of ps command result (#983)
sywhang Apr 5, 2020
2322e00
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 5, 2020
30fb50e
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Apr 6, 2020
3404f7d
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Apr 6, 2020
84cd20e
Remove dotnet-counters' unnecessary dependencies (#992)
sywhang Apr 6, 2020
8fee11e
Merge branch 'master' into release/stable
mikem8361 Apr 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
49 changes: 0 additions & 49 deletions .vsts-dotnet-ci.yml

This file was deleted.

345 changes: 0 additions & 345 deletions .vsts-dotnet.yml

This file was deleted.

Loading