Skip to content

Latest commit

 

History

History

README.md

GroupDocs.Comparison for .NET Examples

This package contains C# Example Project for GroupDocs.Comparison for .NET and sample input templates used in the examples.

How to Run the Examples in Visual Studio?

Follow the given steps to proceed with project build:

  • Extract the downloaded project and open the solution file in Visual Studio
  • Right click on solution and press "Enable NuGet package Restore"
  • Build the project

In other case, it is possible that Visual Studio is unable to automatically add APIs references due to Visual Studio version differences. In this case, please add references of missing APIs manually.

How to Run the Examples in Docker container?

  • Navigate into Examples directory
  • Build an image docker build --pull -t comparison:examples .
  • Run a container
    • Windows Command Line (CMD): docker run --rm -it -v %cd%:/examples/Results comparison:examples
    • Powershell: docker run --rm -it -v ${PWD}:/examples/Results comparison:examples
    • On Linux: docker run --rm -it -v $(pwd):/examples/Results comparison:examples

For more details, visit How to Run Examples.