Having default value for bool creates True or False instead of true/false
johanskoldekrans opened this issue · 2 comments
johanskoldekrans commented
Having default value for bool creates True or False instead of true/false
johanskoldekrans commented
It seems only to be when the type is nullable.
public async Task SomethingAsync(bool? value = true)
becomes
Task SomethingAsync(bool? value = True)
daver32 commented
Fixed in v1.0.12