CodingFlow / decorator-generator

Source generator for decorator pattern boilerplate code in C#.
Apache License 2.0
9 stars 5 forks source link

add `#nullable restore` to decorator template to resolve compiler warning CS8669 #57

Closed marek-wolanowski-opennet closed 4 weeks ago

marek-wolanowski-opennet commented 1 month ago

Fix for issue https://github.com/CodingFlow/decorator-generator/issues/58.

CodingFlow commented 4 weeks ago

Thanks for your contribution! Not sure why the unit tests did not run in the PR checks or why I wasn't able to get the error to occur without this fix. 🤷‍♂️

I ran the unit tests locally and they all passed, so seems good to merge for me.