You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Deconstructor(...) method to generated Components<...> types (#271)
* Add out params generator to T4 Helpers
Added a method which generates a parameters list similar to the InDefault and RefDefault methods, but for out parameters
* Update Components.tt template
This generates the Deconstructor(...) method for every Components<...> struct, as well as tweaks the formatting for the rest of the type to be more consistent
* Generate new Components.cs
This file is output by the updated Components.tt/Helpers.tt files
* Remove initial newline in body string builders
* Generated result of the newline removal
0 commit comments