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

Rename Microsoft.Diagnostics.DbgShim.linux-musl-arm package #3433

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

mikem8361
Copy link
Member

No description provided.

@mikem8361 mikem8361 requested a review from a team as a code owner October 3, 2022 18:42
@mikem8361 mikem8361 self-assigned this Oct 3, 2022
@hoyosjs hoyosjs merged commit e8c211e into dotnet:main Oct 3, 2022
@hoyosjs
Copy link
Member

hoyosjs commented Oct 3, 2022

I'd cherrypick this change and not try to merge the whole branch

@mikem8361 mikem8361 deleted the pkg branch October 3, 2022 19:14
mikem8361 added a commit that referenced this pull request Oct 6, 2022
* Update dependencies from https://github.com/dotnet/runtime build 20220923.9 (#3411)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220923.1 (#3412)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20220923.18 (#3410)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20220924.10 (#3413)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20220923.12 (#3414)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/arcade build 20220923.1 (#3415)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/aspnetcore build 20220926.26 (#3417)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20220926.12 (#3418)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/runtime build 20220927.8 (#3420)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220927.2 (#3421)

[main] Update dependencies from dotnet/source-build-reference-packages

* [main] Update dependencies from dotnet/aspnetcore (#3419)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20220928.9 (#3424)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/aspnetcore build 20220929.15 (#3426)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20220930.10 (#3428)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220930.1 (#3429)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20221001.1 (#3427)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20221001.6 (#3431)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/arcade build 20220930.2 (#3432)

[main] Update dependencies from dotnet/arcade

* Rename Microsoft.Diagnostics.DbgShim.linux-musl-arm package (#3433)

* FreeBSD fixes (#3430)

* fix missing include

* fix VisitModule under FreeBSD

I guess it got lost/reverted in the move

* Update dependencies from https://github.com/dotnet/aspnetcore build 20221003.15 (#3435)

[main] Update dependencies from dotnet/aspnetcore

* [main] Update dependencies from dotnet/installer (#3370)

* Update dependencies from https://github.com/dotnet/installer build 20220909.2

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rc.2.22459.2

* Update single-file version for new SDK

* Update dependencies from https://github.com/dotnet/installer build 20220918.5

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22468.5

* Update dependencies from https://github.com/dotnet/installer build 20220923.5

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22473.5

* Update dependencies from https://github.com/dotnet/installer build 20220930.6

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22480.6

* Add all configs necessary to override SDK behavior

* Don't rev 3.1's REF pack

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <[email protected]>
Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]>

* Unpin monitoring assembly versions (#3436)

* Update dependencies from https://github.com/dotnet/aspnetcore build 20221004.29 (#3437)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20221004.4 (#3438)

[main] Update dependencies from dotnet/runtime

* Fixes unhandled exception on trace if process cannot start (#3409)

* Checks if a process was successfully started

* Update src/Tools/dotnet-trace/CommandLine/Commands/CollectCommand.cs

Co-authored-by: Juan Hoyos <[email protected]>

* Moved the bool to ProcessLauncher and changed printing of exceptions

* Update CollectCommand.cs to print the exception ToString

Co-authored-by: Noah Falk <[email protected]>

* Added CommandLineException for when process cannot start

* Update exception message to have quotes

Co-authored-by: Juan Hoyos <[email protected]>

Co-authored-by: Juan Hoyos <[email protected]>
Co-authored-by: Noah Falk <[email protected]>

* Test unpinning compiler + trace event revert. (#3439)

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Thefrank <[email protected]>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]>
Co-authored-by: Justin Anderson <[email protected]>
Co-authored-by: Daniel Ramos <[email protected]>
Co-authored-by: Noah Falk <[email protected]>
Co-authored-by: Juan Hoyos <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 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.

2 participants