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

Only Windows and Linux are supported in DisassemblyDiagnoser #2669

Closed
bitcrazed opened this issue Nov 22, 2024 · 1 comment
Closed

Only Windows and Linux are supported in DisassemblyDiagnoser #2669

bitcrazed opened this issue Nov 22, 2024 · 1 comment

Comments

@bitcrazed
Copy link

Repro Steps:

  1. On a recent Mac, recreate the hashing benchmark in the getting started docs.
  2. Add the [DisassemblyDiagnoser]attribute to the benchmark class (along with the necessary namespace)
  3. Run the sample via botnet run -c Release

Expected

App builds and runs the benchmark

Actual

Project builds, but error reported when run:

//    * Only Windows and Linux are supported in DisassemblyDiagnoser without Mono. Current OS is Darwin 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020

Image

Platform details

Device: 2023 MacBook Pro
CPU: Apple M2 Pro
Memory: 16GB
OS: MacOS 15.1.1 (Sequoia)

@timcassell
Copy link
Collaborator

This is a restriction stemming from clrmd. microsoft/clrmd#1034 microsoft/clrmd#1230

@timcassell timcassell closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants