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

Conversation

mikem8361
Copy link
Member

No description provided.

dotnet-maestro bot and others added 30 commits November 26, 2019 13:49
…0191125.10 (dotnet#650)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19575.10
* Adding some initial EventCounters documentation

* Add more stuff about incrementingeventcounter

* Add pictures

* Add more description about how to write your own counter

* Add out-of-proc consumption, more samples

* formatting

* more formatting

* Add section about concurrency

* cleanup, formatting

* format

* Address PR feedback
* Do not manipulate cursor if Console not available

* Use console.GetTerminal() to test for console
…0191127.15 (dotnet#655)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.15
…0191128.4 (dotnet#656)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19578.4
…0191201.2 (dotnet#657)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19601.2
…0191202.2 (dotnet#660)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19602.2
…0191203.5 (dotnet#665)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19603.5
* add missing README.md files for global tools

* use relative link
* make timestamp non culture-sensitive, change 'counter type' to 'counterType'

* Remove more spaces from the JSON
This is the initial implementation of Microsoft.Diagnostics.NETCore.Client library.

This will be released with version 1.0.0-preview, and when I feel that enough customers have validated it that we can match it with the rest of the diagnostics OOB packages and bump up the version to 3.1.
…0191205.16 (dotnet#672)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19605.16
Upgrade to latest System.CommandLine version

Use collection initializers
…et#658)

Prepare SOS for single file support and add desktop CLR support

Add defines and functions for the runtime, dac and dbi modules/dlls names.

Also supports desktop CLR

Add minidump retry for ERROR_PARTIAL_COPY
…0191210.3 (dotnet#684)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19610.3
* Fix GCEvent test being flakey

* Fix build
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191211.17

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19611.17

* Update dependencies from https://github.com/aspnet/AspNetCore build 20191212.8

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19612.8
Use darc runtime subscription versions for testing

Update arcade to version 5.0.0-beta.19608.1

Replace install scripts with InstallRuntimes.proj (thanks to Juan).

Add build.ps1 on Windows. Build-Native.cmd just builds the native bits now.

Combine build.sh and build-native.sh scripts.

Remove -publish from scripts

Add running sosstatus command on SOSRunner errors.

Always set the host runtime (SOSHostRuntime) in test configs

Fix RuntimeFrameworkVersion config property usage

Sign, package and publish only if build legs successful

Issues: dotnet#423
           dotnet#480
…0191213.21 (dotnet#695)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19613.21
…213.1 (dotnet#694)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19613.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19613.1
Issue: dotnet#673

SymbolReader doesn't support UNC symbol paths. Issue: dotnet#674

Add -all gcroot option to docs. Issue: dotnet#632

Better doc clrstack -all and other options. Issue: dotnet#576

Doc RHEL lldb install. Issue: dotnet#483

Add setclrpath command to dotnet-dump on linux. Mentioned in dotnet#624

Issue: dotnet#590

Add -timeout option to SetSymbolServer command. Issue: dotnet#602

Use CommandPlatform on Windows specific commands

Don't use the desktop clr to host SOS managed code.

Don't allow dumplog on desktop clr target.

Cleanup SOSHost "is runtime" checks.

Removed unneeded install of the x86 SDK in InstallRuntimes.proj

Fix SOS on Windows where it needs to download the DAC but the symbol
server store was never initialized from the .sympath. This is even
more important when both coreclr and desktop clr are loaded in the
process/minidump.

Update to 3.0.1 runtime version
…0191214.22 (dotnet#698)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.22
…215.1 (dotnet#699)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19615.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19615.1
dotnet-maestro bot and others added 24 commits March 30, 2020 12:42
…0200329.3 (dotnet#968)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20179.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Display some more MT info

* Issue dotnet#816

* Issue dotnet#941

* Issue dotnet#942

* Fix sosstatus runtime size display
dotnet-gcdump: Add spec for report verb
…0330.15 (dotnet#969)

- Microsoft.NETCore.App - 5.0.0-preview.3.20180.15

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0200330.11 (dotnet#970)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20180.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0200331.16 (dotnet#972)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20181.16

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0401.1 (dotnet#971)

- Microsoft.NETCore.App - 5.0.0-preview.4.20201.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Report missing DAC error for cross DAC clrstack -i

* Feedback
* cleanup unused field, fix description of GC collection counts in list command

* Fix build
…0401.19 (dotnet#977)

- Microsoft.NETCore.App - 5.0.0-preview.4.20201.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0200401.16 (dotnet#978)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20201.16

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0402.18 (dotnet#981)

- Microsoft.NETCore.App - 5.0.0-preview.4.20202.18

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0200402.13 (dotnet#982)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20202.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0404.1 (dotnet#984)

- Microsoft.NETCore.App - 5.0.0-preview.4.20204.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…00403.1 (dotnet#986)

- Microsoft.SymbolStore - 1.0.120301

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0200403.11 (dotnet#985)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0404.15 (dotnet#988)

- Microsoft.NETCore.App - 5.0.0-preview.4.20204.15

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…401.2 (dotnet#989)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20201.2
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20201.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0405.13 (dotnet#990)

- Microsoft.NETCore.App - 5.0.0-preview.4.20205.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
@mikem8361 mikem8361 requested a review from hoyosjs April 7, 2020 00:25
@mikem8361 mikem8361 merged commit 7e0f7a5 into dotnet:release/stable Apr 7, 2020
hoyosjs added a commit that referenced this pull request Apr 7, 2020
mikem8361 pushed a commit that referenced this pull request Apr 7, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.