elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.53k stars 1.2k forks source link

[BUG] #6111

Closed houtianxi closed 1 week ago

houtianxi commented 2 weeks ago

Description

Compiling source code prompts an error message: “Unable to find package WebhooksCore. No packages exist with this id in source(s): Webhooks Core Preview. PackageSourceMapping is enabled, the following source(s) were not considered: C:\Program Files\dotnet\library-packs, Elsa 3 Preview, NuGet official package source.”

How can solve it?

sfmskywalker commented 1 week ago

Looks like I forgot to add the feed to the webhooks core preview package. I just pushed an update to the main branch. If you pull from that and rebuild, it should work.

houtianxi commented 1 week ago

Thanks.