Ecosyste.ms: Timeline

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

fsprojects/Paket

craigvincent starred fsprojects/Paket
ikasoba starred fsprojects/Paket
smoothdeveloper created a comment on a pull request on fsprojects/Paket
Can you base your PRs on top of #4281? It already enables warning as errors, while leaving those that are a bit invasive to fix in the codebase.

View on GitHub

1eyewonder opened a pull request on fsprojects/Paket
Fixed a Few Compiler Warnings
Here are a few fixes to some compiler warnings we are getting on builds. I'm wanting to try and go through and attempt to do a few rounds of cleanup to make real issues more obvious when we encount...
smoothdeveloper created a comment on an issue on fsprojects/Paket
@Dirk-Kuypers normally, if this occurs, you should be able to see the full paket invocation in the error message. Can you try to look for it and then, issue the reported command itself, to see the...

View on GitHub

Dirk-Kuypers opened an issue on fsprojects/Paket
Error -1073740791 when running paket.exe in a Windows Docker image from dotnet/msbuild
I am trying to build my software in a Windows Server ltsc2022 image with a full Visual Studio 2022 installation (version 17.12). When I run .paket/paket.exe restore it just does apparently nothing,...
LuccasGianesini starred fsprojects/Paket
1eyewonder created a comment on a pull request on fsprojects/Paket
@smoothdeveloper It appears adding the framework restrictions and removing the Newtonsoft redirect is causing build issues on the build server. Have any ideas as to what the errors could mean? I'm ...

View on GitHub

1eyewonder created a comment on a pull request on fsprojects/Paket
# Paket Lock Diff Report This report was generated via [Paket Lock Diff](https://paket-lock-diff.azurewebsites.net/?olderLockFileUrl=https%3A%2F%2Fraw.githubusercontent.com%2Ffsprojects%2FPaket%...

View on GitHub

smoothdeveloper created a comment on a pull request on fsprojects/Paket
Sorry, framework restrictions work without `:` `framework >= net461, >= net80`

View on GitHub

1eyewonder created a comment on a pull request on fsprojects/Paket
Actually spoke too soon. Looking into some errors

View on GitHub

1eyewonder created a comment on a pull request on fsprojects/Paket
@smoothdeveloper Sorry, I had VSCode set to format on save! Made all the necessary changes. Good call on the framework restrictions 😎

View on GitHub

smoothdeveloper created a comment on a pull request on fsprojects/Paket
@1eyewonder, could you check those: * keeping at least the target list formatted as it was in build.fsx * setting framework restrictions `framework: >= net461, >= net8.0` in the paket.dependencie...

View on GitHub

1eyewonder created a comment on a pull request on fsprojects/Paket
I believe these changes should be good to go. The failing tests seemed normal as mentioned in the discussion on #4272. Let me know if I can update anything else 😄

View on GitHub

1eyewonder created a comment on a pull request on fsprojects/Paket
# Paket Lock Diff Report This report was generated via [Paket Lock Diff](https://paket-lock-diff.azurewebsites.net/?olderLockFileUrl=https%3A%2F%2Fraw.githubusercontent.com%2Ffsprojects%2FPaket%...

View on GitHub

1eyewonder opened a pull request on fsprojects/Paket
Re-add Changes Lost From #4272
This PR is re-adding some code that was lost from #4272 when code was getting bumped for various v9 things. If this code was purposefully removed, feel free to close this PR but I didn't see anythi...
fpellet created a comment on a pull request on fsprojects/Paket
Done 🙂

View on GitHub

smoothdeveloper created a comment on a pull request on fsprojects/Paket
Maybe we should make sure FSharp.Coresomething & FSharp.Core.something also behaves as your change intends to adjust?

View on GitHub

smoothdeveloper created a comment on a pull request on fsprojects/Paket
Seems like overlook when initially implementing load script generation, thanks for adjusting the code!

View on GitHub

fpellet opened a pull request on fsprojects/Paket
Fix script generation if package contains FSharp.Core name
It's normal to ignore FSharp.Core, but not Company.FSharp.Core, CustomFSharp.Core ou CustomFSharp.CoreCustom
UMMAN2005 starred fsprojects/Paket
zhangr4 starred fsprojects/Paket
colinbobolin created a comment on an issue on fsprojects/Paket
https://github.com/dotnet/aspire/issues/6921 I mentioned this in the Aspire project, too.

View on GitHub

ProjektMing starred fsprojects/Paket
RenderMichael forked fsprojects/Paket

RenderMichael/Paket

FlawlessCasual17 starred fsprojects/Paket
relaxseason starred fsprojects/Paket
PathogenDavid starred fsprojects/Paket
QD77 opened an issue on fsprojects/Paket
Paket integration with Visual Studio (and msbuild)
### Description When **paket.lock** changes, Visual Studio does not launch a "Restore" when I try to build the solution/project through the UI. Therefore if a package version has been changed in...
Load more