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

Win 7? #41

Open
pbpb opened this issue Feb 12, 2022 · 5 comments
Open

Win 7? #41

pbpb opened this issue Feb 12, 2022 · 5 comments

Comments

@pbpb
Copy link

pbpb commented Feb 12, 2022

Is this supposed to work for win 7? Because it sure don't for me. Changing
dotnet publish -r win10-x64 -c Release --self-contained .\DevComrade
to
dotnet publish -r win7-x64 -c Release --self-contained .\DevComrade
doesn't seem to fix it.

Installer for .NET SDK claims to have worked without errors.

Thanks.

@noseratio
Copy link
Contributor

noseratio commented Feb 12, 2022

I've never tested or made any other efforts for it to work on Win7. In theory it should work, I don't think I use anything Win10 specific. Try dotnet publish -c Release ..\DevComrade and see if it makes any difference.

From .\Postprintum\devcomrade\Package folder:

dotnet publish -c Release ..\DevComrade
start ..\DevComrade\bin\Release\net6.0-windows\publish\DevComrade.exe 

Note this will be using the shared installation of .NET 6 runtime.

@pbpb
Copy link
Author

pbpb commented Feb 12, 2022 via email

@noseratio
Copy link
Contributor

noseratio commented Feb 13, 2022

Regardless, thanks for the help, and the code.

No worries, and I'm sorry I don't have time to invest into Win7 support. As a matter of fact, I don't have much time for this project at all right now :(

@pbpb
Copy link
Author

pbpb commented Feb 13, 2022 via email

@noseratio
Copy link
Contributor

noseratio commented Feb 13, 2022

If I find a way to make it work on win 7, I'll post back.

Thanks! Feel free to open a PR.

I don't collect any kind of telemetry, but judging from the GitHub repo insights, I think, very few people actually use this tool. So I usually only add/fix something if I selfishly need it myself 🙂

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

2 participants