Skip to content

System.Threading.Channels pinned to 6.0.0 #993

@Emdot

Description

@Emdot

I notice that for the .NET 6 version of the Testably.Abstractions.Testing package there's a System.Threading.Channels = 6.0.0 dependency. That it's an exact dependency rather than an at-least dependency makes it hard to consume along with packages that require a newer version of System.Threading.Channels. Would you be willing to change the dependency to System.Threading.Channels >= 6.0.0 instead?

I could force the dependency resolver to use System.Threading.Channels 8.0.0 anyway, although for all I know there's an excellent reason to require exactly 6.0.0. Regardless, though, the code standards I'm working to have NU1608 as an error, and overrides aren't granular.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions