Capgemini / xrm-solutionaudit

This is an open-source project which aims to facilitate the audit of Dynamics 365 components within managed solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xrm Solution Audit

Current build status: CI Build status

Description

The Xrm Solution Audit supports a full analysis of specific components contained within any managed solutions in Microsoft Dynamics 365. This audit solution can target multiple versions of Microsoft Dynamics - CRM 2011, 2015, 2016 and Dynamics 365.

This tool is a .NET library that is intended to be consumed from any .NET application such as Console, Win Forms, Web applications, Azure DevOps etc. It is currently been released as a library which can be consumed through NuGet.

On completion of each audit, reports are generated which can be in any of the following formats:

  • Excel Worksheet
  • HTML
  • JSON
  • XML

Each report generation exercise can be configured to only return components that are published by specific Dynamics 365 publishers.

The output from each execution of the tool captures the following information.

  • All solutions within the instance
  • All entities within the instance
  • Plugins
  • Workflows
  • Webresources
  • Forms and Form Events
  • Reports

Table of Contents

  1. Installation
  2. Usage
  3. Contributing
  4. Credits
  5. License

Installation

*Requires the .NET Framework version set to 4.6.2

The Xrm Solution Audit tool is released via NuGet and as such can be consumed from the following feed: Capgemini Xrm Audit Reports.

A reference to the above NuGet feed must be added to any application that intends to consume the solution audit tool.

To achieve this, perform the following steps:

  1. Right-click on the project node in Solution Explorer and choose Mange NuGet Packages
  2. Filter the displayed NuGet packages with "Capgemini.Xrm.Audit.Reports"
  3. Install the Capgemini.Xrm.Audit.Reports

A step-by-step listing of how to add this NuGet package to your solution can be found here

Usage

Detailed documentation about this tool can be found in the here.

Contributing

To contribute to this project

Credits

Special thanks to the entire Capgemini community and the creators of the following:

License

The Xrm Solution Audit is released under the MIT license.

About

This is an open-source project which aims to facilitate the audit of Dynamics 365 components within managed solutions.

License:MIT License


Languages

Language:C# 100.0%