-
Notifications
You must be signed in to change notification settings - Fork 354
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 main into release/stable #3632
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
hoyosjs
commented
Feb 1, 2023
•
edited
Loading
edited
- Update Symstore to 1.0.408101.
- Update ClrMD to 2.3.408001.
- Updated version of TraceEvent to 3.0.7 (Updated version of TraceEvent to 3.0.7 in order to add escaped characters to Chromium files #3611)
- Update tutorial scenario - App is experiencing intermittent exceptions (Update tutorial scenario - App is experiencing intermittent exceptions #3550)
- Change metrics parsing to use InvariantCulture (Change metrics parsing to use InvariantCulture #3558)
- Port GCDump fixes from PerfView (Port GCDump fixes from PerfView #3475)
- add souce-build pre-built detection (add souce-build pre-built detection #3583)
- Change tool TFMs to net6.0 and drop 3.1 hosting support (Change tool TFMs to net6.0 and drop 3.1 hosting support #3588)
- Add private gc events to the gc-collect profile (Add new provider for gc-collect profile #3531)
- Properly report access issues to named pipe IPC (Dev/mirogers/kudu console #3083)
- Remove singlefile OSX tool versions
- Add support for System.Diagnostics.Metrics in dotnet-monitor's collector (Add support for System.Diagnostics.Metrics in dotnet-monitor's collector #3587)
- Updated default runtime version in dotnet-counters to 6.0 and add support up to 8.0 (Update the default version of dotnet-counters to be 6.0 #3627)
- Cap node processing at 10mil and log issue (Cap node processing at 10mil and log issue #3628)
- Update major version to 7.0 (Update major version to 7.0 #3629)
…129.2 (dotnet#3536) [main] Update dependencies from dotnet/arcade
…21205.1 (dotnet#3540) [main] Update dependencies from dotnet/symstore
…ence-packages build 20221205.1 (dotnet#3541) [main] Update dependencies from dotnet/source-build-reference-packages
…221201.12 (dotnet#3537) [main] Update dependencies from dotnet/installer
…ence-packages build 20221206.1 (dotnet#3543) [main] Update dependencies from dotnet/source-build-reference-packages
…ence-packages build 20221208.1 (dotnet#3544) [main] Update dependencies from dotnet/source-build-reference-packages
…ence-packages build 20221208.3 (dotnet#3546) [main] Update dependencies from dotnet/source-build-reference-packages
…ence-packages build 20221209.1 (dotnet#3547) [main] Update dependencies from dotnet/source-build-reference-packages
…221209.1 (dotnet#3549) [main] Update dependencies from dotnet/installer
…209.3 (dotnet#3548) [main] Update dependencies from dotnet/arcade
…21212.1 (dotnet#3553) [main] Update dependencies from dotnet/symstore
…ence-packages build 20221213.1 (dotnet#3555) [main] Update dependencies from dotnet/source-build-reference-packages
…ence-packages build 20221214.2 (dotnet#3556) [main] Update dependencies from dotnet/source-build-reference-packages
…21213.4 (dotnet#3557) [main] Update dependencies from microsoft/clrmd
…21215.1 (dotnet#3560) [main] Update dependencies from microsoft/clrmd
…ence-packages build 20221216.1 (dotnet#3561) [main] Update dependencies from dotnet/source-build-reference-packages
…216.1 (dotnet#3562) [main] Update dependencies from dotnet/arcade
…21219.1 (dotnet#3563) [main] Update dependencies from dotnet/symstore
* Sync eng/native from dotnet/runtime * Sync eng/common/native/init-compiler.sh * Pass OS name to gen-buildsys.cmd
…21221.4 (dotnet#3568) [main] Update dependencies from microsoft/clrmd
…21222.1 (dotnet#3569) [main] Update dependencies from dotnet/symstore
…223.1 (dotnet#3572) [main] Update dependencies from dotnet/arcade
…21226.1 (dotnet#3573) [main] Update dependencies from dotnet/symstore
…21227.1 (dotnet#3574) [main] Update dependencies from dotnet/symstore
…21231.1 (dotnet#3576) [main] Update dependencies from microsoft/clrmd
…230.1 (dotnet#3577) [main] Update dependencies from dotnet/arcade
…30102.1 (dotnet#3578) [main] Update dependencies from dotnet/symstore
…30103.4 (dotnet#3584) [main] Update dependencies from microsoft/clrmd
…30109.1 (dotnet#3596) [main] Update dependencies from dotnet/symstore
* Remove 3.1 as target rid, move to 6.0, drop 3.1 testing * Fix missing pieces to drop 3.1 build and test * Remove netcoreapp3.1 hosting for SOS. * Stop using 6.0.12 prebuilts - limit Microsoft.NETCore.Client to netstandard2.0 on SourceBuild * Remove references to net5.0 Co-authored-by: kasperk81 <[email protected]>
* Update dependencies from https://github.com/dotnet/symstore build 20230110.1 Microsoft.SymbolStore From Version 1.0.405901 -> To Version 1.0.406001 * Fix build breaks Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Mike McLaughlin <[email protected]>
…ence-packages build 20230111.1 (dotnet#3601) [main] Update dependencies from dotnet/source-build-reference-packages
…30116.1 (dotnet#3605) [main] Update dependencies from dotnet/symstore
…30123.1 (dotnet#3610) [main] Update dependencies from dotnet/symstore
[main] Update dependencies from dotnet/installer - Update single-file version - Update runtime versions
* added some logging to debug in Kudu * refined the placement of the try catch statement * Create NamedPipeEnumerationUnauthorizedException and catch it * fixing suggestions from code review * stick with current exception type and specific message
…lled (dotnet#3616) * Fix/disable nullable warnings treated as errors with newer SDKs installed * Missed a test cs file
* Remove duplicate SOS command docs Issue: dotnet#3395 https://learn.microsoft.com/en-us/dotnet/core/diagnostics/sos-debugging-extension replaces the deleted ones. Update some help text and lldb commands. * Fix verb tenses * More verb tense fixes in cmd help * Code review feedback from docs PR
…ence-packages build 20230126.1 (dotnet#3619) [main] Update dependencies from dotnet/source-build-reference-packages
…230123.22 (dotnet#3621) [main] Update dependencies from dotnet/installer
…tor (dotnet#3587) * [Dotnet Monitor] Ignore - Adding System.Diagnostics.Metrics Support (dotnet#3529) * Got basic counter rate end-to-end working - currently in a broken state as I investigate other types of metrics * Leftovers from previous commit * Gauges working for systems diagnostics metrics * Added in histogram, adding in options for maxHistograms and maxTimeSeries * Added in error payloads for logging purposes * Temporarily changed visibility for testing - this may be reverted later * Now handling multiple sessions * Added filtering for counters, instead of allowing all counters for a provider to go through. * Handle observable... errors * Some cleanup, added error event check * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221129.1 (dotnet#3528) [main] Update dependencies from dotnet/source-build-reference-packages Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> * [Dotnet Monitor] Revert To Logging a single payload (not a list) (dotnet#3538) * [Feature branch changes, no review] Fixup counter apis (dotnet#3559) * Fix ICountersLogger contract * MetadataUpdates * Fixup api protection levels * Fixup tests and add CounterEnded payload * Fixup metadata parsing * [Dotnet-Monitor] [Feature Branch] Switched quantile to Percentile (dotnet#3567) * Minor branch cleanup * PR for feature branch * PR feedback * Pr feedback feedback * Convert Histogram to single payload * Tweaks to account for new All flag * Fixed build/test failures from Wiktor's changes * Fix issue with empty quantiles * Initial PR feedback (dotnet#3620) * Fixes outdated naming in test --------- Co-authored-by: kkeirstead <[email protected]> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: kkeirstead <[email protected]>
…30130.1 (dotnet#3623) [main] Update dependencies from microsoft/clrmd
…30130.1 (dotnet#3624) [main] Update dependencies from dotnet/symstore
… to 8.0 (dotnet#3627) Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]>
…30131.1 (dotnet#3630) [main] Update dependencies from dotnet/symstore
Return to pre-large heap support cap of 10 million nodes. Prior to dotnet#3475 we capped analysis at 10M nodes. After removing the cap, we often find issues in processing data. There's often an imbalance between node's edge count and the number of available edges. The problem is this error yields no gcdump, so we're adding the cap back until the edge imbalance can be figured out or the dumper can be made resilient. This still hides the buggy behavior around large graphs until it gets further investigation.
mikem8361
approved these changes
Feb 1, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.