Skip to content

Commit

Permalink
fix build in DumpExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MoaidHathot committed Mar 1, 2024
1 parent 8e0162d commit a35160a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dumpify/Extensions/DumpExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static string DumpText<T>(
membersConfig.IncludeProperties,
membersConfig.IncludeFields,
membersConfig.IncludePublicMembers,
membersConfig.IncludeNonePublicMembers
membersConfig.IncludeNonPublicMembers
),
TypeNameProvider = new TypeNameProvider(
typeNamingConfig.UseAliases,
Expand Down Expand Up @@ -306,4 +306,4 @@ out IDescriptor? descriptor

return false;
}
}
}

0 comments on commit a35160a

Please sign in to comment.