Closed johanskoldekrans closed 2 years ago
It seems only to be when the type is nullable.
public async Task SomethingAsync(bool? value = true) becomes Task SomethingAsync(bool? value = True)
Fixed in v1.0.12
It seems only to be when the type is nullable.
public async Task SomethingAsync(bool? value = true) becomes Task SomethingAsync(bool? value = True)