about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet/build-dotnet-module
AgeCommit message (Expand)AuthorFilesLines
2024-05-04dotnet: fix dotnet executables in darwin sandboxDavid McFarland1-5/+5
2024-04-02buildDotnetModule: fix handling `executables` with an empty listéclairevoyant1-1/+2
2024-03-03mkNugetDeps: provide default for nugetDepsDavid McFarland1-1/+0
2024-01-12Merge pull request #251267 from lilyinstarlight/fix/dotnet-installPathRyan Lahfa3-4/+4
2023-12-04buildDotnetModule: fix rare error when evaluation of version failsmdarocha1-1/+1
2023-10-17buildDotnetModule: parse version before passing it to dotnetmdarocha2-2/+23
2023-09-30buildDotnetModule: fix running fetch-deps with no nugetDeps defined.mdarocha1-1/+1
2023-08-24buildDotnetModule: actually use installPathLily Foster3-4/+4
2023-08-08Fix useDotnetFromEnv's DOTNET_ROOT detectionTomaSajt2-1/+2
2023-06-24buildDotnetModule: fix indentationDavid McFarland1-8/+8
2023-06-24buildDotnetModule: remove fetch-deps from tool packagesDavid McFarland1-1/+1
2023-06-24buildDotnetModule: use tmp file for fetch-deps outputDavid McFarland1-2/+4
2023-06-24buildDotnetModule: unset TMPDIR instead of setting it emptyDavid McFarland1-1/+1
2023-06-24buildDotnetModule: allow lockFile path to be set in nugetDepsDavid McFarland1-3/+9
2023-06-21buildDotnetModule: support native binaries in nuget packagesmdarocha2-0/+31
2023-06-21buildDotnetModule: pass runtimeId whenever possible and disable trimming when...mdarocha4-3/+27
2023-06-20buildDotnetModule: add useDotnetFromEnv optionmdarocha3-4/+22
2023-06-20buildDotnetModule: tweaks to support paketmdarocha2-4/+13
2023-04-29buildDotnetModule: add support for dotnet toolsGuillaume Maudoux2-0/+5
2023-04-17Merge pull request #217587 from winterqt/build-dotnet-module-darwin-sandbox7c6f434c1-1/+5
2023-03-31Merge pull request #218991 from Trundle/builddotnetmodule-space-wrapper-argsSandro1-1/+2
2023-03-24treewide: don't hardcode /nix/store (no rebuilds changes)Artturin1-1/+1
2023-03-19buildDotnetModule: add support for using combinePackages as dotnet-sdkmdarocha1-5/+12
2023-03-06Merge pull request #218849 from Atemu/buildDotnetModule-put-dep-file-path-in-...Atemu1-1/+11
2023-03-01buildDotnetModule: add support for args with spaces in makeWrapperArgsAndreas Stührk1-1/+2
2023-02-28buildDotnetModule: point fetch-deps at module's deps file by defaultAtemu1-1/+11
2023-02-21buildDotnetModule: fix sandboxed builds on darwinWinter1-1/+5
2023-02-07treewide: makeSetupHook deps -> propagatedBuildInputsArtturin1-5/+5
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-02nuget-to-nix: find sources deterministicallyDavid McFarland1-1/+3
2022-10-02nuget-to-nix: exclude by package source, not listDavid McFarland1-4/+1
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