daver32/InterfaceGenerator

Having default value for bool creates True or False instead of true/false

Closed this issue · 2 comments

Having default value for bool creates True or False instead of true/false

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