bfritscher / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
691 stars 69 forks source link

Unable to build this fork #58

Open tprochazka opened 1 year ago

tprochazka commented 1 year ago

I'm trying to build build latests commit, because released version is too old, but it always fail with this:

.\build.ps1 -Configuration Release -Experimental
Preparing to run build script...
Running build script...
Analyzing build script...
Processing build script...
Installing tools...
Installing addins...
Downloading and installing Roslyn (experimental)...
Installing packages (using https://packages.nuget.org/api/v2)...
Downloading package Microsoft.CodeAnalysis.Scripting (1.0.0-rc2)...
Error: The underlying connection was closed: An unexpected error occurred on a send.

What I'm doing wrong please?

bfritscher commented 1 year ago

Hi, I did not change the beta branch since the release on this fork. I did the build directly from Visual Studio. The build script is much older than the fork, so it is almost certainly not working. Merging upstream might help, but there are also conflicts to handle. Are there any new features from upstream which are missing? I unfortunately do not have the time to work on this project.