Sample C# script that can be invoked from Laserfiche workflow or business process.
Scripts are invoked by Laserfiche Remote Agent which is a service installed on a Windows PC for this purpose.
NOTE: .NET rule script must be Dlls targeting netstandard2.0 or net48
- .Net SDK 7.0
- Visual Studio Code v1.80 or later
- With
C# Dev Kit
VS Code extension
- With
- A Laserfiche Cloud Account
- Creating a C# Script Documentation
- Clone this GIT repository
- Open a PowerShell terminal window:
- To build project:
dotnet build
- To run tests:
dotnet test
(or use VSCODE Testing window UI which also support debugging individual test)
- To build project: