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
@@ -96,7 +96,11 @@ public async override Task WriteResponseBodyAsync(OutputFormatterWriteContext co
96
96
{
97
97
varvalues=useJsonAttributes
98
98
?itemType.GetProperties().Where(pi =>!pi.GetCustomAttributes<JsonIgnoreAttribute>(false).Any())// Only get the properties that do not define JsonIgnore
0 commit comments