elsa-core
elsa-core copied to clipboard
Error in sample console application
Documentation Improvement Request
Documentation Issue Overview
The code that's shown for the console application on https://docs.elsaworkflows.io/guides/loading-workflows-from-json doesn't compile. The problem is because the setup steps don't install the correct nuget package.
Proposed Documentation Changes
In the setup section, change dotnet add package Elsa.Testing.Shared to dotnet add package Elsa.Testing.Shared.Integration.
Affected Sections
Sample code on the website.
Impact of Changes
This will make the sample work so people can get started using Elsa more easily.
Additional Context
None.