Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Oct 5, 2023

Conversation

prochnowc
Copy link
Contributor

@prochnowc prochnowc commented Oct 5, 2023

This PR adds a second constructor to the YamlSerializableAttribute to allow static code generation for types defined in another assembly.

Fixes issue #851

@EdwardCooke
Copy link
Collaborator

I like this approach, this is nice. The only comment is about the null propagation compiler warning. Once that's resolved, I'll merge this in.

@prochnowc
Copy link
Contributor Author

Glad that you like it.

When do you plan the next release including this feature ?

@EdwardCooke
Copy link
Collaborator

In about 2 minutes, have to let the pipelines finish :)

@EdwardCooke EdwardCooke merged commit 0b8f32b into aaubry:master Oct 5, 2023
1 check passed
@prochnowc prochnowc deleted the static-external-model branch October 5, 2023 06:14
@aaubry
Copy link
Owner

aaubry commented Oct 5, 2023

This feature has been released in version 13.5.0.

@EdwardCooke
Copy link
Collaborator

It takes a couple of minutes for NuGet to approve the package but it will be there momentarily.

@prochnowc
Copy link
Contributor Author

Sure. Thanks for accepting the feature/PR.

@prochnowc
Copy link
Contributor Author

@EdwardCooke there is one change missing which I accidently did not commit:
#853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants