about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Merge pull request #295812 from UlyssesZh/fix-nuget-to-nix-trailing-slashWeijia Wang1-1/+5
2024-04-02buildDotnetModule: fix handling `executables` with an empty listéclairevoyant1-1/+2
2024-03-14nuget-to-nix: fix the bug of wrong url in the generated nix file when the pac...Ulysses Zhan1-1/+5
2024-03-06nuget-to-nix: fix error handlingDavid McFarland1-1/+2
2024-03-03mkNugetDeps: provide default for nugetDepsDavid McFarland2-2/+1
2024-03-03nuget-to-nix: skip local sourcesDavid McFarland1-2/+15
2024-01-18Merge pull request #278242 from raphaelr/mknugetsource-remove-ifdWeijia Wang1-27/+17
2024-01-12Merge pull request #251267 from lilyinstarlight/fix/dotnet-installPathRyan Lahfa3-4/+4
2024-01-02mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrsRaphael Robatsch1-3/+4
2024-01-02mkNugetSource: Remove meta.licenses attributeRaphael Robatsch1-26/+15
2023-12-22nuget-to-nix: handle packages with mismatched nuspec caseDavid McFarland1-1/+1
2023-12-15makeNugetSource: symlink files instead of copying themSandro Jäckel1-1/+1
2023-12-15makeNugetSource: fix meta.description being overwritten, misc cleanupSandro Jäckel1-7/+11
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-23Merge pull request #249091 from TomaSajt/dotnet-fixOTABI Tomoya2-1/+2
2023-08-14buildDotnetGlobalTool: fix typoTomaSajt1-1/+1
2023-08-08Fix useDotnetFromEnv's DOTNET_ROOT detectionTomaSajt2-1/+2
2023-06-24nuget-to-nix: set nullglobDavid McFarland1-0/+1
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 McFarland2-5/+13
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-20buildDotnetGlobalTool: initmdarocha1-0/+48
2023-06-20buildDotnetModule: add useDotnetFromEnv optionmdarocha3-4/+22
2023-06-20buildDotnetModule: tweaks to support paketmdarocha2-4/+13
2023-05-26mkNugetSource: Also copy .nupkg files from subdirectoriesRaphael Robatsch1-6/+4
2023-05-17Merge pull request #229008 from whonore/dafny-4Guillaume Maudoux2-0/+5
2023-05-05mkNugetSource: remove mono from build closureRaphael Robatsch2-9/+39
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-sdkmdarocha2-8/+16
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-15Merge staging-next into staginggithub-actions[bot]1-3/+1
2023-02-14treewide: use lib.optionalsFelix Buehler1-3/+1
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