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

Has anyone had any success with this tool recently or is it dead? #40

Open
palec99 opened this issue Sep 15, 2023 · 4 comments
Open

Has anyone had any success with this tool recently or is it dead? #40

palec99 opened this issue Sep 15, 2023 · 4 comments

Comments

@palec99
Copy link

palec99 commented Sep 15, 2023

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?

@southeasterntech
Copy link

My question too

@jsawn
Copy link

jsawn commented Nov 16, 2023

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.

@physxP
Copy link

physxP commented Mar 5, 2024

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

@daniel-amag
Copy link

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"
}

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

No branches or pull requests

5 participants