Name | Description | |
---|---|---|
![]() ![]() | IDEFileRootDirResolvingInfoHintsDefaultValue | This string value is used to initialize IDEFileRootDirResolvingInfo.IDEFileRootDirResolvingInfo.HintsDefaultValue. |
The following tables list the members exposed by ExtensionMethodsProject.
Name | Description | |
---|---|---|
![]() ![]() | IDEFileRootDirResolvingInfoHintsDefaultValue | This string value is used to initialize IDEFileRootDirResolvingInfo.IDEFileRootDirResolvingInfo.HintsDefaultValue. |
Name | Description | |
---|---|---|
![]() ![]() | GetDefaultOutputDirectoryAbsolutePath | Gets the output directory absolute path that is used during the analysis if the project output directory provided is not an absolute path and cannot be resolved. |
![]() ![]() | GetOutputDirectoryAbsolutePath | Gets the output directory absolute path that is used during the analysis. |
![]() ![]() | GetRulesInProjectFileAndInRuleFiles | Try get rules and queries declared in the project file and in rule files referenced by the project. |
![]() ![]() | GetRulesInProjectFileAndInRuleFilesAndDeclaredInSourceCode | Try get rules and queries declared in the project file, in rule files referenced by the project and in source code. |
![]() ![]() | GetRulesInProjectFileAndInRuleFilesAndDeclaredInSourceCodeAndImported | Try get rules and queries declared in the project file, in rule files referenced by the project and in source code and imported from SARIF files generated from Roslyn Analyzers at analysis time. |
![]() ![]() | TryLoadRuleFile | Overloaded. Try load code rules and queries defined in the rule file defined by ruleFileRef. |
![]() ![]() | TryResolveAbsolutePathFromProject | Overloaded. This method attempts to resolve an absolute file path from a file path |
![]() ![]() | TrySaveRuleFile | Overloaded. Try save code rules and queries defined in a rule file defined by ruleFileRef. |
Name | Description | |
---|---|---|
![]() | Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. |
![]() | EqualsAny | Overloaded. Returns true if this item equals item1 or item2. |
![]() | NewerVersion<T> | Returns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead. |
![]() | OlderVersion<T> | Returns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead. |
![]() | ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. |
![]() | ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. |