need help packaging dotnet application: "error MSBUILD0003: Please specify the project or solution file to build", even though i did that via projectFile.

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Kryptor

    A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.

  • { lib, fetchFromGitHub, fetchzip, stdenvNoCC, dotnetCorePackages, buildDotnetPackage}: buildDotnetPackage { # stdenvNoCC.mkDerivation { pname = "kryptor"; version = "4.0.1"; # src = fetchFromGitHub { # owner = "samuel-lucas6"; # repo = "Kryptor"; # rev = "f66d7307f397a1b7ddfbf7a5d4ce137d25b1e462"; # sha256 = "sha256-SK4TZg/T6SFimF83iwv3dqTkxDuhk7D7GSWg+oybrDg="; # }; src = fetchzip { url = "https://github.com/samuel-lucas6/Kryptor/archive/refs/tags/v4.0.1.zip"; sha256 = "sha256-SK4TZg/T6SFimF83iwv3dqTkxDuhk7D7GSWg+oybrDg="; }; projectFile = "src/Kryptor/Kryptor.csproj"; # projectFile = "src/Kryptor.sln"; # dotnet-sdk = dotnetCorePackages.sdk_7_0; # dotnet-runtime = dotnetCorePackages.net_6_0; }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts