Skip to content

v1.0.40

Latest
Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 29 Oct 16:47
· 68 commits to main since this release
869b73c

Nuget Package

Bug Fixes:

  • Meta.GetDocumentation(MemberInfo) was throwing an exception on non-public code members. This bug was introduced by afddb2f. The internal method GetXmlNameMethodBase contained a GetMethods call that did not pass in BindingFlags (which the default is public-only). Just needed to add in the BindingFlags.