You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmark failed to build when explicitly JobId as Default with .WithId("Default").
It seems to be reserved by BenchmarkDotNet internally.
Error Logs
// Build Error: Standard output:
Standard error:
MSBUILD : error MSB4177: Invalid property. The name " LaunchCount" contains an invalid character " ".
// BenchmarkDotNet has failed to build the auto-generated boilerplate code.
// It can be found in C:\Temp\BenchmarkProj\bin\Release\net8.0\IterationCount=3, LaunchCount=1, RunStrategy=Monitoring, WarmupCount=3
It might be better to throw exception if reserved id is specified by WithId.
or separate JobId/JobDisplayName (It's proposed at #2411)
The text was updated successfully, but these errors were encountered:
Benchmark failed to build when explicitly JobId as
Default
with.WithId("Default")
.It seems to be reserved by BenchmarkDotNet internally.
Error Logs
It might be better to throw exception if reserved id is specified by WithId.
or separate JobId/JobDisplayName (It's proposed at #2411)
The text was updated successfully, but these errors were encountered: