postprintum/devcomrade

Win 7?

Opened this issue ยท 5 comments

pbpb commented

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.

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 commented

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 commented

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 ๐Ÿ™‚