Skip to content

ensure channels is inside il repacked project#449

Closed
JR-Morgan wants to merge 2 commits intoduckdevfrom
jrm/il-repack-channels
Closed

ensure channels is inside il repacked project#449
JR-Morgan wants to merge 2 commits intoduckdevfrom
jrm/il-repack-channels

Conversation

@JR-Morgan
Copy link
Member

@JR-Morgan JR-Morgan commented Feb 26, 2026

The current state of duckdev is broken, and we're unable to run it under Revit and Civil because of DLL problems loading Channels.

This is because Dim added a reference to Channels from the Speckle.Sdk while we already have a reference from the Speckle.Sdk.Dependencies project.

For various reasons (that quite frankly, I'm quite unhappy with), we cannot use Channels from the SDK project. We have to keep usage of it inside the Sdk.Dependencies project.

This PR wrapps the channels usage in this "Repacked" channel so that the DiskStore can continue to use it fine.

This was the quickest fix I could think of that doesn't involve moving massive amounts of legacy code.


Note, this also means we add a dependency on Microsoft.Bcl.AsyncInterfaces for the .NETStandard2.0 target.
This is ok, because we used to have it there anyway up-until recently, when I removed it because it was at the time not needed.

@JR-Morgan JR-Morgan marked this pull request as draft February 26, 2026 18:12
@JR-Morgan JR-Morgan marked this pull request as ready for review February 26, 2026 18:16
@JR-Morgan
Copy link
Member Author

closing in favour of #450

@JR-Morgan JR-Morgan closed this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant