jbaehr

Results 34 comments of jbaehr

> It has a version check in the code (features.py line 119). It checks for >= 19... Yes, because the API changed there ([ref](https://forum.freecadweb.org/viewtopic.php?f=10&t=54370&start=10#p513786)). This is unrelated to not being...

I have just checked an old 0.18.4 here on macOS 10.14 and I cannot reproduce it. Creating gears, without #85, works just fine. So I do not think #63 is...

While investigating the semver2 issue, #3601, I wanted to give the v3-API a try. So I landed here... From what I see here: https://docs.microsoft.com/en-us/nuget/api/overview#resources-and-schema there is no `AllVersionsAPI` endpoint. Does...

@forki please find the attached zip. You may need to `git init` after unpacking; I think a `.git` is required by GitVersionTask, the developer-dependency that should not end up in...

> there is not lock file in the zip True. I ripped it off because it contained URL of internal feeds. I thought it would be easier/safer to recreate it...

We now see the issue also on some windows machines building .NET Framework projects. Using the very same paket.exe (an older v5.181.1) and the very same source code, some windows-10...

Thanks to the work of @ruhullahshah this issue was not observed on Windows any more. On Linux however, when building in a fresh docker container (debian with SDK 3.1.301 from...

Unfortunately, the issue still exists on Linux, lastly tried with Paket-5.257.0

I can confirm this. I had a `PathTooLongException` (while probing `c:\Program Files\dotnet\sdk\NuGetFallbackFolder\` during install of a nuget with a long id) with 5.181.1, which is gone in 5.219.0

An update to my last comment: Only if the symptom is related to the `NuGetFallbackFolder` updating to a more recent Paket version helps. In any case that's just a hint...