aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.48k stars 466 forks source link

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

Closed prochnowc closed 9 months ago

prochnowc commented 9 months ago

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.

EdwardCooke commented 9 months ago

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