From 7389e0a674811cfb37683be724986a9fc8c26974 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Thu, 13 Aug 2026 22:44:13 +0200 Subject: [PATCH] fix(deps): consume ConsoleLogStreaming 1.1.0 from nuget.org (#7941) Elsa.Diagnostics.ConsoleLogs and Elsa.Dashboard.Api are packable and are published to the Elsa preview feed on every push to main, and to nuget.org on release. Both pinned ConsoleLogStreaming.* at 1.0.0-preview.13, a version published only to the private valence-works feed, so that pin was baked into the shipped nuspecs. Restore did not hard-fail for consumers: NuGet floated the >= constraint up to the nuget.org 1.0.0 and emitted NU1603 for each package, an error under TreatWarningsAsErrors. The quieter problem was that consumers silently ran a different build of the library than CI compiled against. ConsoleLogStreaming 1.1.0 has now been released publicly, carrying the work that had only ever reached the private feed as previews: the new ConsoleLogOptions.StreamReleaseInterval option, stream-release gate flood throttling, and dead subscriber drop accounting. Pinning to it makes the shipped dependency both resolvable and current, so the private feed and its package source mapping are no longer needed. Verified: Elsa.sln restores clean; Elsa.Dashboard.Api builds with 0 warnings; 64 tests pass across the ConsoleLogs and Dashboard.Api unit and integration projects; the packed nuspec declares 1.1.0 on all three target frameworks; and a clean consumer project restoring the packed output against nuget.org alone, with TreatWarningsAsErrors, resolves 1.1.0 with no warnings. Co-authored-by: Claude Opus 5 --- Directory.Packages.props | 8 ++++---- NuGet.Config | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a3db88643..d55d1c567 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -102,10 +102,10 @@ - - - - + + + + diff --git a/NuGet.Config b/NuGet.Config index 587127e1b..1fc896f61 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -6,7 +6,6 @@ - @@ -19,10 +18,6 @@ - - - -