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
Yes, that is the goal/intention. See #81931 (comment). If/when the Configuration Binder source generator can support this library, we should switch to using it.
Things that may be tricky:
netstandard2.0 and netfx support
Properties that are annotated with ObsoleteAttribute still need to be bound
The mutable struct JsonWriterOptions needs to be supported
The text was updated successfully, but these errors were encountered:
Yes, that is the goal/intention. See #81931 (comment). If/when the Configuration Binder source generator can support this library, we should switch to using it.
Things that may be tricky:
netstandard2.0 and netfx support
Properties that are annotated with ObsoleteAttribute still need to be bound
The mutable struct JsonWriterOptions needs to be supported
Yes, that is the goal/intention. See #81931 (comment). If/when the Configuration Binder source generator can support this library, we should switch to using it.
Things that may be tricky:
netstandard2.0 and netfx support
Properties that are annotated with ObsoleteAttribute still need to be bound
The mutable struct JsonWriterOptions needs to be supported
Custom logic to replace use of reflection implementation was introduced in #82098.
From @ericstj in #82098 (comment):
From @eerhardt:
The text was updated successfully, but these errors were encountered: