


PRO TOOLS PERPETUAL COULD NOT BE LOADED IMPORT DLL CODE
The code metrics LCOM and LCOM HS have been improved to not take account of properties and events accessors and backing fields.Properties and events can now be harnessed from any tool feature including:ĭependency graph dependency matrix code querying advanced search diff since baseline Visual Studio code editor and solution explorer extra NDepend menus decompilation with ILSpy suppressing an issue on a property or an event declaring a code rule in source code through a tag on a property or event.Don't use obsolete types, methods or fields.Collection properties should be read only.Properties and fields that represent a collection of items should be named Items.Several default rules have been improved with this new APIs including.Extension methods likes ChildProperties(this IEnumerable.).Properties and Events queryable domains.The API and code querying has been improved to support properties and events with:.Public interface IProperty : IMember, IUser

Those interfaces propose all members needed to query those code elements.Until now only accessors methods and backing fields were analyzed and some details like attributes tagging properties and events were missing. The NDepend code model is now filled with properties and events thanks to the new interfaces IProperty and IEvent.
