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
but here the issue:
Since 0.64.0.
This snippet fails to compile:
publicclassServiceTests{privateconstintBatchSize=42;[Test][Arguments(BatchSize)]publicasyncTaskTestMethod(decimalbatchingSize){// Test code}}
error CS0103: The name 'BatchSizem' does not exist in the current context # <- note the extra "m"
error CS0103: The name 'BatchSize' does not exist in the current context
The code generation fails to recognize this is a named constant a suffixes it with the decimal literal.
I've replied to a close ticket here #2764 (comment)
but here the issue:
Since 0.64.0.
This snippet fails to compile:
The code generation fails to recognize this is a named constant a suffixes it with the decimal literal.