dotnet / BenchmarkDotNet

Powerful .NET library for benchmarking
https://benchmarkdotnet.org
MIT License
10.24k stars 952 forks source link

Add support for dotnet-script #2550

Closed nczsl closed 3 months ago

nczsl commented 3 months ago

I ran the csx file with dotnet-script and the test results reported an error? Is CS scripting supported now?

Unable to find scriptAssembly in E:\netenv\apps\ways2024\ways2024.Support and its subfolders. Most probably the name of output exe is different than the name of the .(c/f)sproj
timcassell commented 3 months ago

BenchmarkDotNet does not currently support dotnet-script tool for the default toolchain. Contributions are welcome. You could probably make it work with InProcess toolchain.