Win 7?
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.
Thanks. That doesn't work, either, though leads to fewer errors.
It seems that maybe .NET wants some win 7 specific features that don't actually exist in .NET 6? (Probably MS made no effort to support win 7 in NET 6, I guess.)
I wonder if an executable built under win 10 would run in win 7. Not near my win 10 machine right now.
Here are the errors: ("..." replacing my long path)
...\DevComrade\DevComrade.csproj : error NU1100: Unable to resolve 'Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.0.0-6.final)' for 'net6.0-windows7.0'.
...\AppLogic\AppLogic.csproj : error NU1100: Unable to resolve 'Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.0.0-6.final)' for 'net6.0-windows7.0'. [C:\pctools\windows-utilities\clipboard\formatting-stripper\DevComrade\devcomrade-main\DevComrade\DevComrade.csproj]
...\AppLogic\AppLogic.csproj : error NU1100: Unable to resolve 'System.Configuration.ConfigurationManager (>= 6.0.0-rc.2.21480.5)' for 'net6.0-windows7.0'. [C:\pctools\windows-utilities\clipboard\formatting-stripper\DevComrade\devcomrade-main\DevComrade\DevComrade.csproj]
...\DevComrade\DevComrade.csproj : error NU1100: Unable to resolve 'System.Configuration.ConfigurationManager (>= 6.0.0-rc.2.21480.5)' for 'net6.0-windows7.0'.
Failed to restore ...\DevComrade\DevComrade.csproj (in 177 ms). Failed to restore ...\AppLogic\AppLogic.csproj (in 177 ms).
Regardless, thanks for the help, and the code.
--peter
On 2/12/2022 2:08 PM, Andrew Nosenko wrote:
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.
— Reply to this email directly, view it on GitHub https://github.com/postprintum/devcomrade/issues/41#issuecomment-1037520237, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL6DWEAUCXPD4FRAG7SDHDU23K5XANCNFSM5OHR66AA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
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 :(
Thanks anyway. I know how it is about time. AT the beginning it seems like there's plenty of time, later, not so much.
If I find a way to make it work on win 7, I'll post back.
--peter
On 2/13/2022 1:07 PM, Andrew Nosenko wrote:
No worries, 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 at all :(
— Reply to this email directly, view it on GitHub https://github.com/postprintum/devcomrade/issues/41#issuecomment-1038429484, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL6DWGXQDPODVLRD4NF3QLU3AMP5ANCNFSM5OHR66AA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
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 🙂