Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davikor opened an issue on fsprojects/Paket
Using paket restore on project with targetframework net9.0-windows fails
### Description When I try to run `paket restore` on a project with TFM `net9.0-windows` the command fails with error message `Paket failed with -> MatchFailureException: The match cases were in...forki closed an issue on fsprojects/Paket
Paket.Bootstraper.exe v5.243.0 returns 404 from GitHub
### Description Paket.Bootstraper.exe from release 5.243.0 returns 404 from GitHub. Paket.Bootstrapper.exe seems to be missing from release 9.0.0, meaning we can't update to newest version. ...forki closed an issue on fsprojects/Paket
paket.exe release 9.0.0 download has incorrect version signature
### Description The paket.exe file available in the 9.0.0 release has an incorrect version signature, causing 404 errors when it requests the SHA256 hash from GitHub, and can cause build failure...rupertbenbrook created a comment on an issue on fsprojects/Paket
I've just checked and that looks much better, thank you. ``` paket.exe --version Paket version 9.0.1+5ce3e318e789ca069a1e00c3aefa816721c73af1 ```
forki pushed 1 commit to gh-pages fsprojects/Paket
- Update generated documentation for version 9.0.1 2083cc6
forki created a tag on fsprojects/Paket
9.0.1 - A dependency manager for .NET with support for NuGet packages and Git repositories.
forki pushed 4 commits to master fsprojects/Paket
- Revert "Bump version to 9.0.0-alpha001" This reverts commit 352dcc1734ebe46ba115c2a7a04fc921b465711c. # Conflicts: ... 3132cb1
- Update Paket.Restore.targets and RELEASE_NOTES.md for version 9.0.1; reintroduce bootstrapper for .NET 9 and adjust d... 7d7dea4
- Enable documentation generation in build.fsx 5ce3e31
- Bump version to 9.0.1 906529e
forki created a comment on an issue on fsprojects/Paket
I'm working on bringing it back. It's really hard. Flo Lee ***@***.***> schrieb am Fr., 15. Nov. 2024, 10:23: > Unfortunately this broke all of our Azure DevOps pipelines, since even > thoug...
Flohack74 created a comment on an issue on fsprojects/Paket
Unfortunately this broke all of our Azure DevOps pipelines, since even though paket successfully finishes its job, the auto updater sets a negative return code.
GalaxyNetworks created a comment on an issue on fsprojects/Paket
What confuses me the most is, that this change is a breaking change we haven't been informed of. When I run an older paket.bootstrapper.exe in magic mode (paket.exe), I get the error 404 Not Fou...
1eyewonder created a comment on an issue on fsprojects/Paket
I'm having errors over in .netcore as well Here's the `dotnet --info` from my machine ![image](https://github.com/user-attachments/assets/96554624-2e14-42bf-8301-47853e4a9c5e)
NightWatchman created a comment on an issue on fsprojects/Paket
I'm not sure if this is the same thing as described by the original post, but when I install the latest tool version with `dotnet tool update paket` (9.0.0), I get 404 errors when I run `dotnet pak...
forki created a comment on an issue on fsprojects/Paket
unfortunately .NET 9 doesn't support net461 packaging so that the bootstrapper needs a new design. But dotnet tool is usually the way forward
forki published a release on fsprojects/Paket
9.0.0
Support for .NET 9.0 - https://github.com/fsprojects/Paket/pull/4248 Added support for central package managments to fix issue about [references: strict either does not work, or does not work as e...forki created a tag on fsprojects/Paket
9.0.0 - A dependency manager for .NET with support for NuGet packages and Git repositories.
forki published a release on fsprojects/Paket
9.0.0-alpha001
Support for .NET 9.0 - https://github.com/fsprojects/Paket/pull/4248 Added support for central package managments to fix issue about [references: strict either does not work, or does not work as e...forki created a tag on fsprojects/Paket
9.0.0-alpha001 - A dependency manager for .NET with support for NuGet packages and Git repositories.