Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider specifying optional dependency on MsQuic #9204

Open
ManickaP opened this issue Feb 21, 2024 · 2 comments
Open

Consider specifying optional dependency on MsQuic #9204

ManickaP opened this issue Feb 21, 2024 · 2 comments

Comments

@ManickaP
Copy link
Member

URL(s)

https://packages.microsoft.com/

Description

Since .NET 7, we officially support HTTP/3 (it's by default turned on). Our implementation of QUIC and HTTP/3 depends on https://github.com/microsoft/msquic. This dependency must be manually installed in Linux machines from packages.microsoft.com, see https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/quic/quic-overview#linux.

I suggest we specify this dependency (as optional) in the published dotnet runtime packages on packages.microsoft.com.

cc @rzikm @wfurt @CarnaViire @karelz

@wfurt
Copy link
Member

wfurt commented Feb 22, 2024

is there such thing as optional dependency? Is there precedent you are aware of @ManickaP ?

@ManickaP
Copy link
Member Author

https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends 'Suggests' would fit the bill.
https://docs.fedoraproject.org/en-US/packaging-guidelines/WeakDependencies/#_weak_dependencies 'Weak' dependency, or even just a 'Hint'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants