-
Notifications
You must be signed in to change notification settings - Fork 31
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
Has anyone had any success with this tool recently or is it dead? #40
Comments
My question too |
I was able to get this up and running. It is built on .net core 1.1, and a lot of the packages used in the build are way out of date. By utilizing .net core 6.0 and modifying the referenced packages, along with making sure I had online nuget repos accessible as a source for restoring the project, I got it to work. |
Hey man, care to share your solution? I have been looking at alternatives and it's hard to come by |
I seem to have got it running using Docker. Here's a dev container config file if you use VS Code, otherwise just pull the image and clone the repo. {
"name": ".NET",
"image": "mcr.microsoft.com/dotnet/core/sdk:1.1-stretch",
"postCreateCommand": "cd ChannelSurfCli/ && dotnet restore && dotnet build"
} |
I am stuck on issue that is already reported here and seen no response activity since 2020 https://github.com/tamhinsf/ChannelSurf/issues/25 .
My question is is this worth troubleshooting further, or is this dead end?
The text was updated successfully, but these errors were encountered: