We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c249e4c commit f819ff3Copy full SHA for f819ff3
docs/articles/features/disassembler.md
@@ -23,7 +23,7 @@ The configuration options available for MSBuild properties:
23
24
> [!NOTE]
25
> By default, BenchmarkDotNet excludes disassembler's native dependencies that aren't used on current target platform.
26
-> Use the following settings when running the benchmark binary on multiple platforms.
+> Use the following settings when running the benchmark binary on a different platform than it was built on, or multiple platforms.
27
>
28
> ```xml
29
> <BenchmarkDotNetTargetPlatform>all</BenchmarkDotNetTargetPlatform>
0 commit comments