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

fix: lazy load types which are not available on netstandard2.0 #1563

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

latonz
Copy link
Contributor

@latonz latonz commented Oct 26, 2024

References types which are not available in netstandard2.0 with their full name and tries to load them at runtime.

Fixes #1549

@latonz latonz added the bug Something isn't working label Oct 26, 2024
@latonz latonz self-assigned this Oct 26, 2024
@latonz latonz force-pushed the 1549-lazy-load-netstandard2.0-types branch from 24a2976 to 763aabb Compare October 26, 2024 19:11
@latonz latonz force-pushed the 1549-lazy-load-netstandard2.0-types branch from 763aabb to 9f4b774 Compare October 26, 2024 19:13
@latonz latonz merged commit 5f866ed into riok:main Oct 26, 2024
16 of 18 checks passed
@latonz latonz deleted the 1549-lazy-load-netstandard2.0-types branch October 26, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ObservableCollection<T> crashes code generator on .NET Standard 2.0
1 participant