summary refs log tree commit diff
path: root/pkgs/build-support/dotnet
Commit message (Expand)AuthorAge
* Merge staging-next into staginggithub-actions[bot]2023-02-15
|\
| * treewide: use lib.optionalsFelix Buehler2023-02-14
* | treewide: makeSetupHook deps -> propagatedBuildInputsArtturin2023-02-07
|/
* buildDotnetModule: proper escaping of disabledTestsmdarocha2023-01-17
* build-dotnet-module: fix mktempErik Arvstedt2023-01-09
* build-dotnet-module: avoid `/run/user` for downloading packagesErik Arvstedt2023-01-07
* build-dotnet-module: restore for current runtime by defaultDavid McFarland2022-12-19
* build-dotnet-module: add useAppHost parameter so it can be disabledDavid McFarland2022-12-19
* buildDotnetModule: run tests on projectFile if testProjectFile is unsetDavid McFarland2022-12-19
* build-dotnet: make passthru.packages a derivationDavid McFarland2022-12-19
* build-dotnet-module: strip --runtime flags without using ridDavid McFarland2022-12-19
* dotnetCorePackages: move systemToDotnetRid out of sdkDavid McFarland2022-12-19
* treewide: fix typosfigsoda2022-12-17
* buildDotnetModule: generate a NuGet.config with sourcemdarocha2022-11-25
* build-dotnet-module: don't end with exit code 1 when update was sucessfullSandro Jäckel2022-10-25
* nuget-to-nix: fix warning when package is installed from sdkDavid McFarland2022-10-18
* nuget-to-nix: find sources deterministicallyDavid McFarland2022-10-02
* nuget-to-nix: exclude by package source, not listDavid McFarland2022-10-02
* build-dotnet-module: fix fetch-deps usage messageDavid McFarland2022-10-02
* build-dotnet-module: limit package platforms by sdk supportDavid McFarland2022-10-02
* build-dotnet-module: clean up tmp file handlingDavid McFarland2022-10-02
* buildDotnetModule: add the option to keep sources to fetch-depsIvar Scholten2022-09-18
* buildDotnetModule: move nugetDeps throw to when its actually neededIvar Scholten2022-09-18
* buildDotnetModule: dont require specifing a projectFileIvar Scholten2022-09-18
* buildDotnetModule: minor changes to hooksIvar Scholten2022-09-18
* buildDotnetModule: format with nixpkgs-fmtIvar Scholten2022-09-18
* build-dotnet-module/fetch-deps: fixup temp naming when pname has a capital X ...Cole Helbling2022-09-16
* nuget-to-nix: skip local packagesDavid McFarland2022-09-15
* make-nuget-deps: use . for version separatorDavid McFarland2022-09-15
* Merge pull request #187359 from IvarWithoutBones/dotnetmodule-updatescriptsIvv2022-09-11
|\
| * buildDotnetModule: restore for all platforms in fetch-depsIvar Scholten2022-09-11
* | dotenv: convert CRLF line endings into LFSandro Jäckel2022-09-11
|/
* build-dotnet-module: Allow specifying the output path of fetch-depsZhaofeng Li2022-08-18
* nuget-to-nix: Make exclusion file optionalZhaofeng Li2022-08-18
* buildDotnetModule: set fetch-deps utils via PATHEvan Petousis2022-08-18
* buildDotnetModule: use coreutils in fetch-depsEvan Petousis2022-08-18
* buildDotnetModule: use platform-agnostic cp formatEvan Petousis2022-08-18
* Merge pull request #181512 from mdarocha/dotnet-6-updateIvv2022-08-14
|\
| * buildDotnetModule: exclude sdk-specific packages in fetch-deps resultmdarocha2022-08-10
| * buildDotnetModule: include sdk-specific packages in nuget sourcemdarocha2022-08-10
* | buildDotnetModule: fix build for dotnet-sdk versions below 6mdarocha2022-08-03
|/
* Merge pull request #182273 from mdarocha/dotnet-self-contained-buildSandro2022-07-28
|\
| * buildDotnetModule: add option to make a self-contained buildmdarocha2022-07-26
* | nuget-to-nix: fallback to default URL for directoriesEvgeny Zemtsov2022-07-25
|/
* Merge pull request #173889 from IvarWithoutBones/fix/dotnet-crossRick van Schijndel2022-07-16
|\
| * buildDotnetModule: fix cross compilationIvar Scholten2022-06-20
* | buildDotnetModule: explicitly set UseAppHost to truemdarocha2022-07-13
* | buildDotnetModule: set LD_LIBRARY_PATH from runtimeDeps in dotnetCheckHookmdarocha2022-07-13
* | nuget-to-nix: enable default netrcEvgeny Zemtsov2022-07-12
* | Merge pull request #178446 from zimbatm/dotnet-nugetdepsIvv2022-06-21
|\ \