elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

Error in sample console application

Open mrubelmann opened this issue 8 months ago • 0 comments

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.

mrubelmann avatar Apr 10 '25 16:04 mrubelmann