Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

fsprojects/Paket

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...
jerry6654 starred fsprojects/Paket
forki created a comment on an issue on fsprojects/Paket
This should be fixed

View on GitHub

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 ```

View on GitHub

forki created a comment on an issue on fsprojects/Paket
please retry

View on GitHub

forki created a comment on an issue on fsprojects/Paket
please retry

View on GitHub

forki pushed 1 commit to gh-pages fsprojects/Paket
  • Update generated documentation for version 9.0.1 2083cc6

View on GitHub

forki published a release on fsprojects/Paket
9.0.1
Bring back boostrapper - even for .NET 9
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

View on GitHub

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...

View on GitHub

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.

View on GitHub

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...

View on GitHub

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)

View on GitHub

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...

View on GitHub

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

View on GitHub

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 pushed 1 commit to master fsprojects/Paket

View on GitHub

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.

forki pushed 2 commits to master fsprojects/Paket
  • Update SDK version to 8.0.403 in global.json e5a50ef
  • Bump version to 9.0.0-alpha001 352dcc1

View on GitHub

Numpsy opened a pull request on fsprojects/Paket
Update the NuGet.* packages from 5.9.1 to 5.11.6
refs https://github.com/fsprojects/Paket/issues/4226 The currently referenced 5.9.1 version has been delisted from nuget.org as well as being marked as suffering from security vulnerabilities. ...
Numpsy closed a draft pull request on fsprojects/Paket
Testing
Just testing something in the build (refs https://github.com/fsprojects/Paket/pull/4250#issuecomment-2323332656)
forki pushed 3 commits to master fsprojects/Paket
  • use nuget CPM to enable strict package reference on direct dependencies only #2257 In Paket.Restore.targets based on... 73b7d61
  • Merge branch 'master' into fix/2257 07bacb9
  • Merge pull request #4253 from antymon4o/fix/2257 use nuget CPM to enable strict package reference on direct dependen... 8e59c25

View on GitHub

forki closed a pull request on fsprojects/Paket
use nuget CPM to enable strict package reference on direct dependencies
This PR fixes issue [references: strict either does not work, or does not work as expected](https://github.com/fsprojects/Paket/issues/2257#top) #2257 In Paket.Restore.targets based on ManagePa...
forki created a comment on a pull request on fsprojects/Paket
thanks

View on GitHub

forki pushed 2 commits to master fsprojects/Paket
  • Wrap the path in /p:PackageReleaseNotesFile in quotes e1cad49
  • Merge pull request #4269 from Numpsy/quote Wrap the path in /p:PackageReleaseNotesFile in quotes 224f6d9

View on GitHub

Load more