Paket VS ProjectReunion

Compare Paket vs ProjectReunion and see what are their differences.

Paket

A dependency manager for .NET with support for NuGet packages and Git repositories. (by fsprojects)

ProjectReunion

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. (by microsoft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Paket ProjectReunion
9 52
1,988 3,637
0.4% 1.3%
8.0 9.1
29 days ago 3 days ago
F# C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Paket

Posts with mentions or reviews of Paket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-24.
  • The Case for C# and .NET
    18 projects | news.ycombinator.com | 24 Jul 2022
    I'm not sure if it will help in your scenario, but faced with a similar problem (~80 project solution, mixed c#/f#, with varying dependencies), I found success with Paket (https://github.com/fsprojects/Paket)

    It is much more prevalent in the f# community (at this point `dotnet restore` is a perfectly fine default until you hit trouble), but isn't limited to just being applied there.

  • Introduction to Paket for F#
    2 projects | dev.to | 9 Jun 2022
    You can find the official docs here: https://fsprojects.github.io/Paket/
  • The located assembly's manifest definition does not match the assembly reference - The bane of my existence
    1 project | /r/dotnet | 26 Jan 2022
    Another thing that might be worth considering for you is Paket. This is an alternative to using nuget, directly, and will take a little bit of setting up (follow their instructions), but once you have it, it will make sure that all dependencies and transitive dependencies for all your projects are the same. Not 100% sure if this would solve the issue for you, and it might be tricky if the realApplication has unknown shared dependencies with the other projects, but you can give it a try.
  • Scala at Scale at Databricks
    2 projects | /r/scala | 9 Nov 2021
    Check out https://fsprojects.github.io/Paket/ and https://fake.build/ and https://docs.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-vscode for playing with F#.
  • WebSharper: Getting Started Easily
    1 project | dev.to | 24 Aug 2021
    So I am stuck again when I want to create a web app. Don't laugh. Once again, I come from *NIX environment and the way everything is started in WebSharper is quite confusing at first. I tried to go installation documentation but I don't use Visual Studio nor MonoDevelop. Using paket also doesn't solve my problem since they also seem to use Visual Studio or MonoDevelop.
  • Can't get paket to work for the simplest case
    1 project | /r/fsharp | 28 Jul 2021
    a bit of follow up: this is because the init command you ran defaulted to those frameworks. it could be smarter, or it could default to something more recent. I opened this PR to update this default.
  • What do you think ASP.NET Core is missing or could do better?
    11 projects | /r/dotnet | 11 May 2021
    If this would be true, there would be no reason for something like Paket to exist.
  • A Brief F# Exploration
    7 projects | news.ycombinator.com | 9 Apr 2021
    I agree with the author about the slow inner loop experience. Recompiling the whole app to see browser changes gets tiring. The .NET team is planning a series of updates to address this in .NET 6. https://github.com/dotnet/core/issues/5510

    I also dislike the default workflow for dealing with Nuget forks. I switched to Paket for dependency management which makes this much simpler. https://fsprojects.github.io/Paket/

  • Is it possible to use Paket, with dotnetcore, with packages from github?
    1 project | /r/dotnet | 28 Mar 2021
    Also, I stumbled on this ticket https://github.com/fsprojects/Paket/issues/3064 which seems to confirm my fear that Paket is limited to importing files from Github, not entire packages, but I'm still hoping.

ProjectReunion

Posts with mentions or reviews of ProjectReunion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-11.
  • WinUI3 + WebView2
    1 project | /r/dotnet | 30 Oct 2023
    The issue is described here: WebView2 does not support passing in a CoreWebView2Environment · Issue #1170 · microsoft/WindowsAppSDK (github.com)
  • Ask HN: What is the best way to build a desktop app in Windows in 2023?
    5 projects | news.ycombinator.com | 11 Sep 2023
    .. and how many of the Microsoft applications actually use WinUI3? As far as I can tell they're doing their own thing (Office) or are Electron (Teams) or, at least in Windows 10, haven't actually been updated from WinForms.

    The overhead of WinUI3 is pretty huge. The visual designer, a winning feature of Visual Studio for decades, is AWOL. Why? It's XAML, the same as the previous XAML designer! It's just .. broken?

    The backward compatibility story is a disaster: you can get stuck in the UWP sandbox https://github.com/microsoft/WindowsAppSDK/issues/1780

    What's the big Microsoft WinUI3 flagship app, then? Something people are actually using? Rather than just a few system dialogues. (How many Win11 settings pop up a Win32 dialogue box, still?)

  • How can i change the pointer of my cursor in winui3?
    1 project | /r/dotnet | 29 Jun 2023
  • Leaked Microsoft poll shows fewer employees have confidence in leadership
    4 projects | news.ycombinator.com | 24 Jun 2023
  • For the past year and a half I've been working on Wintoys, an app that let's you experience Windows in your way and keep it fresh everyday while having everything you need in one place
    2 projects | /r/Windows10 | 6 May 2023
    Development for WinAppSdk and WinUI 3 is also very slow and Microsoft seems to not want to push it and invest more developers into it for some reason. They try to improve the framework, is just it's a small team. For example it was a headacke to apply the Mica backgrop and required unmanaged code, they made it simpler and reduced it to a line of code but it took months. I have 2 out of 7 issues fixed on WinAppSdk repository and 0 out of 8 issues fixed in the WinUI 3 repository (some of the older than a year). This are just my issues, there are many other opened by other developers. So yeah, it wasn't fun at all. PoweshellSDK had an issue with the Import-Module command and it wasn't fixed for more than a year and probably won't be ever fixed, but I'm glad I found a workaround, even more clean and more safe, otherwise I couldn't have added the posibility to uninstall and change Store apps.
  • Has MAUI improved last couple of months?
    4 projects | /r/dotnetMAUI | 19 Mar 2023
    As far as I know, there are still some issues with OIDC integration. See this, for example.
  • WPF Begins its Long Goodbye
    9 projects | /r/dotnet | 5 Mar 2023
  • File Explorer will soon be a Windows App SDK app
    2 projects | /r/Windows11 | 15 Feb 2023
    this I'm interested in. WinAppSDK is open source.
  • Why Modern Software Is Slow
    6 projects | news.ycombinator.com | 29 Sep 2022
    I think the issue is actually the sandboxing and other stuff. WinRT StorageProvider API is known to be extremely slow and NTFS / Windows IO subsystem is itself already quite slow compared to UNIX. The issue IIRC is that StorageProvider is designed for sandboxing and the way they implemented that involves doing RPCs to other processes. So there's probably some heavy context switching involved, but it's architectural, and so the voice recorder was never fixed.

    https://github.com/microsoft/WindowsAppSDK/issues/8

  • WPF or WinForms
    4 projects | /r/csharp | 2 Jul 2022
    Disclaimer: I work for Microsoft. I even work on WindowsAppSDK just not the WinUI parts. People far more graphically inclined and talented than I handle that 😀

What are some alternatives?

When comparing Paket and ProjectReunion you can also consider the following projects:

NuGet - NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.

UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.

BaGet - A lightweight NuGet and symbol server

mactype - Better font rendering for Windows.

Sleet - A static nuget feed generator for Azure Storage, AWS S3, and more.

TcNo-Acc-Switcher - A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others! [Moved to: https://github.com/TCNOco/TcNo-Acc-Switcher]

Dotnet CLI - The .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).

Cronos-Rootkit - Cronos is Windows 10/11 x64 ring 0 rootkit. Cronos is able to hide processes, protect and elevate them with token manipulation.

fbrary - Create, manage and edit your audio book library from the command line.

Windows UI Library - Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

fslang-suggestions - The place to make suggestions, discuss and vote on F# language and core library features

WindowsAppSDK-Samples - Feature samples for the Windows App SDK