daver32 / InterfaceGenerator

A simple source generator that creates interfaces by implementations.
MIT License
36 stars 14 forks source link

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

Closed johanskoldekrans closed 2 years ago

johanskoldekrans commented 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)

daver32 commented 2 years ago

Fixed in v1.0.12