Skip to content

ILens 9

Latest

Choose a tag to compare

@tadis174 tadis174 released this 03 Aug 03:19

ILens 9

  • analyze now answers UsedBy, ReadBy, AssignedBy, and Uses for a property, naming the accessors it consulted in the result header
  • analyze now answers UsedBy for an event, covering the code that raises it as well as the code that subscribes
  • analyze no longer rejects an ordinary C# event as an ambiguous name, which had made every field-like event unreachable
  • Asking who assigns a read-only property, or who reads a write-only one, now says the accessor does not exist instead of answering "no results"
  • Every tool now accepts a single value where a list is expected, so kinds: "Field" works like kinds: ["Field"]
  • The user guide and README carry the current tool reference and a fresh token-cost measurement