aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for including types defined in another assembly in static code generation

prochnowc opened this issue · comments

Is your feature request related to a problem? Please describe.
My serializable types are defined in some 3rd party assembly and I can not add the [YamlSerializable] attribute.

Describe the solution you'd like
I would like the static code generator to include types defined in another assembly.

Since this is now complete, I'm closing the issue. Thank you for taking care of it so quickly.