ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

Add assembly filter #23

Closed bddckr closed 5 years ago

bddckr commented 5 years ago

Support a new setting on the FodyRunner XML entry:

E.g.:

<?xml version="1.0" encoding="utf-8"?>

<Weavers>
  <Malimbe.FodyRunner>
    <LogLevel>Error, Warning</LogLevel>
    <AssemblyNameRegex>^Zinnia</AssemblyNameRegex>
  </Malimbe.FodyRunner>
  <Malimbe.BehaviourStateRequirementMethod/>
  <Malimbe.MemberClearanceMethod/>
  <Malimbe.PropertySerializationAttribute/>
  <Malimbe.PropertySetterMethod/>
  <Malimbe.PropertyValidationMethod/>
  <Malimbe.XmlDocumentationAttribute IdentifierReplacementFormat="`{0}`"/>
</Weavers>
ExtendReality-Bot commented 5 years ago

:tada: This issue has been resolved in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: