- Let's open Visual Studio 2015 and create a class library:
- We will now create a class in this library:
- Right-click on the project name and then click on Properties.
- We will set the project build option to Release Mode.
- We will then check the Generate XML documentation.
- To create a package, we will need the DLL and the associated XML documentation, which are the .xml comments in the code:
- Let's build the library. We can ...