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
Update ConfigurationSerializer to use regular serializers
The YamlDotNet source generator has limitations:
- Doesn't honor custom type inspectors for property naming
- Limited support for dynamic types
- The static context is kept for future use when generator improves
All tests now pass with the regular serializers.
Co-authored-by: arturcic <[email protected]>
0 commit comments