about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet
AgeCommit message (Expand)AuthorFilesLines
2022-09-18buildDotnetModule: minor changes to hooksIvar Scholten4-23/+28
2022-09-18buildDotnetModule: format with nixpkgs-fmtIvar Scholten1-124/+130
2022-09-16build-dotnet-module/fetch-deps: fixup temp naming when pname has a capital X ...Cole Helbling1-3/+3
2022-09-15nuget-to-nix: skip local packagesDavid McFarland1-1/+3
2022-09-15make-nuget-deps: use . for version separatorDavid McFarland1-1/+1
2022-09-11Merge pull request #187359 from IvarWithoutBones/dotnetmodule-updatescriptsIvv1-21/+66
2022-09-11dotenv: convert CRLF line endings into LFSandro Jäckel1-20/+20
2022-09-11buildDotnetModule: restore for all platforms in fetch-depsIvar Scholten1-21/+66
2022-08-18build-dotnet-module: Allow specifying the output path of fetch-depsZhaofeng Li1-3/+3
2022-08-18nuget-to-nix: Make exclusion file optionalZhaofeng Li1-1/+1
2022-08-18buildDotnetModule: set fetch-deps utils via PATHEvan Petousis1-12/+14
2022-08-18buildDotnetModule: use coreutils in fetch-depsEvan Petousis1-11/+11
2022-08-18buildDotnetModule: use platform-agnostic cp formatEvan Petousis1-1/+1
2022-08-14Merge pull request #181512 from mdarocha/dotnet-6-updateIvv3-6/+36
2022-08-10buildDotnetModule: exclude sdk-specific packages in fetch-deps resultmdarocha3-3/+15
2022-08-10buildDotnetModule: include sdk-specific packages in nuget sourcemdarocha1-3/+21
2022-08-03buildDotnetModule: fix build for dotnet-sdk versions below 6mdarocha1-2/+2
2022-07-28Merge pull request #182273 from mdarocha/dotnet-self-contained-buildSandro4-2/+19
2022-07-26buildDotnetModule: add option to make a self-contained buildmdarocha4-2/+19
2022-07-25nuget-to-nix: fallback to default URL for directoriesEvgeny Zemtsov1-1/+1
2022-07-16Merge pull request #173889 from IvarWithoutBones/fix/dotnet-crossRick van Schijndel3-3/+7
2022-07-13buildDotnetModule: explicitly set UseAppHost to truemdarocha2-0/+2
2022-07-13buildDotnetModule: set LD_LIBRARY_PATH from runtimeDeps in dotnetCheckHookmdarocha2-3/+6
2022-07-12nuget-to-nix: enable default netrcEvgeny Zemtsov1-1/+1
2022-06-21Merge pull request #178446 from zimbatm/dotnet-nugetdepsIvv1-1/+3
2022-06-21buildDotnetModule: allow passing derivations to nugetDepszimbatm1-1/+3
2022-06-21buildDotnetModule: use src-only in fetch-deps scriptmdarocha1-2/+2
2022-06-21make-nuget-deps: support an url field in fetchNuGetmdarocha1-5/+6
2022-06-21nuget-to-nix: support custom package sourcesmdarocha2-1/+14
2022-06-20buildDotnetModule: fix cross compilationIvar Scholten3-3/+7
2022-05-16buildDotnetModule: change default dotnet SDK and runtime to version 6Ivar Scholten1-2/+2
2022-05-10buildDotnetModule: fix argsash lea3-8/+8
2022-04-30nuget-to-nix: include required dependenciesIvar Scholten2-4/+28
2022-04-30buildDotnetModule: properly inherit arguments from drv=5-8/+16
2022-04-30buildDotnetModule: nuget source cleanup=1-5/+10
2022-04-30mkNugetSource: fix bug in metadata generation=1-18/+26
2022-03-14nuget-to-nix: add missing commaIvar Scholten1-1/+1
2022-03-11Merge pull request #162771 from IvarWithoutBones/dotnet-setuphookSandro2-5/+0
2022-03-10nuget-to-nix: deterministic sorting of output list (#162187)Åsmund Østvold1-2/+6
2022-03-04treewide: don't unnecessary set dotnet-related env varsIvar Scholten2-5/+0
2022-03-02Merge pull request #161504 from moinessim/writefsharpLassulus3-33/+45
2022-03-02Revert "buildDotnetModule: enable RestoreUseStaticGraphEvaluation"Jörg Thalheim2-2/+0
2022-02-28Add writeFSharp and makeFSharpWriter functions to writersMoises Nessim3-33/+45
2022-02-12buildDotnetModule: enable RestoreUseStaticGraphEvaluationIvarWithoutBones2-0/+2
2022-02-12buildDotnetModule: use setup hooksIvarWithoutBones7-151/+304
2022-02-11dotnetenv: move to pkgs/build-support/dotnetIvar Scholten7-0/+345
2022-02-11dotnetbuildhelpers: move to pkgs/build-support/dotnetIvar Scholten6-0/+97
2022-02-11nuget-to-nix: move to pkgs/build-support/dotnetIvar Scholten2-0/+28
2022-02-11fetchNuGet: move to pkgs/build-support/dotnetIvar Scholten1-0/+43
2022-02-11buildDotnetPackage: move to pkgs/build-support/dotnetIvar Scholten1-0/+116