C# (CSharp) StaticAnalysis.DependencyAnalyzer Namespace

Classes

Name Description
AssemblyLoader A class using .Net Remoting to load assemblies and retrieve information in a separate app domain
AssemblyMetadata
AssemblyRecord Information about assemblies
AssemblyVersionConflict Indicates a conflict between assembly reference and actual assembly in a directory
DependencyAnalyzer The static analysis tool for ensuring no runtime conflicts in assembly dependencies
ExtraAssembly Record for reporting assemblies that are not used by a Cmdlet assembly or its dependencies
MissingAssembly Record to indicate an assembly that is not in the dependency tree for a cmdlet assembly
SharedAssemblyConflict Record to indicate a difference in assembly file versions for shared assemblies with the same assembly version. This could result in unexpected behavior, depending on the assembly load order.