about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet
AgeCommit message (Expand)AuthorFilesLines
2023-01-17buildDotnetModule: proper escaping of disabledTestsmdarocha2-2/+6
2023-01-09build-dotnet-module: fix mktempErik Arvstedt1-1/+1
2023-01-07build-dotnet-module: avoid `/run/user` for downloading packagesErik Arvstedt1-1/+7
2022-12-19build-dotnet-module: restore for current runtime by defaultDavid McFarland5-15/+20
2022-12-19build-dotnet-module: add useAppHost parameter so it can be disabledDavid McFarland3-1/+12
2022-12-19buildDotnetModule: run tests on projectFile if testProjectFile is unsetDavid McFarland1-1/+1
2022-12-19build-dotnet: make passthru.packages a derivationDavid McFarland1-4/+1
2022-12-19build-dotnet-module: strip --runtime flags without using ridDavid McFarland1-3/+2
2022-12-19dotnetCorePackages: move systemToDotnetRid out of sdkDavid McFarland1-3/+1
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-11-25buildDotnetModule: generate a NuGet.config with sourcemdarocha1-0/+12
2022-10-25build-dotnet-module: don't end with exit code 1 when update was sucessfullSandro Jäckel1-1/+3
2022-10-18nuget-to-nix: fix warning when package is installed from sdkDavid McFarland1-1/+1
2022-10-02nuget-to-nix: find sources deterministicallyDavid McFarland3-31/+73
2022-10-02nuget-to-nix: exclude by package source, not listDavid McFarland2-7/+4
2022-10-02build-dotnet-module: fix fetch-deps usage messageDavid McFarland1-1/+1
2022-10-02build-dotnet-module: limit package platforms by sdk supportDavid McFarland1-4/+7
2022-10-02build-dotnet-module: clean up tmp file handlingDavid McFarland1-8/+10
2022-09-18buildDotnetModule: add the option to keep sources to fetch-depsIvar Scholten1-27/+49
2022-09-18buildDotnetModule: move nugetDeps throw to when its actually neededIvar Scholten1-12/+10
2022-09-18buildDotnetModule: dont require specifing a projectFileIvar Scholten4-54/+91
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