Tips, Tricks, and Best Practices
A list of useful tips, tricks, and best practices when developing with DocDigitizer World Objects
Visual Studio Code practices
Select the Build that is related to the objects in development (to be used in the action "Add to Build")
The arrow on each object indicate which objects ate included in the selected build
Visual Studio practices
If you are trying to install a nuget/version that you already have installed (e.g. installing the same nuget/version again), before doing this operation, execute command bellow to clean nuget cache of the system in command prompt (cmd) or PowerShell
dotnet nuget locals all --clear
Updated over 2 years ago