C#C
C#2y ago
Rubi

Install dotnet Library from GitHub

hi everyone, I have zero knowledge with dotnet, csharp and family

In golang we could do go get github.com/username/repo

in python we could do

pip3 install git+https://github.com/username/repo.git

but how about dotnet? can we do similar without uploading package to nuget?

thank you!

my project is:

https://github.com/lokal-so/lokal-dotnet
GitHub
.NET Library for interacting with Lokal Client REST API - lokal-so/lokal-dotnet
Was this page helpful?