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
publicstringRenamedOnConnectionSettings{get;set;}//<1> Even though this property has a NEST property mapping _and_ a `JsonProperty` attribute, We are going to provide a hard rename for it on ConnectionSettings later that should win.
415
+
publicstringRenamedOnConnectionSettings{get;set;}//<1> Even though this property has various attributes applied we provide an override on ConnectionSettings later that takes precedence.
publicstringNestAttribute{get;set;}//<2> This property has both a NEST attribute and property and a `JsonProperty`, NEST should win.
419
+
publicstringNestAttribute{get;set;}//<2> Has a `TextAttribute`, `PropertyNameAttribute` and a `JsonPropertyAttribute` - the `TextAttribute` takes precedence.
0 commit comments