summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/dotnet/source
AgeCommit message (Collapse)Author
3 daysdotnet: remove cross-target tests from broken SDKsDavid McFarland
3 daysdotnetCorePackages.sdk_11_0: 11.0.100-preview.3.26207.106 -> ↵David McFarland
11.0.100-preview.4.26230.115
3 daysdotnet: may 2026 releasesDavid McFarland
dotnetCorePackages.sdk_10_0: 10.0.203 -> 10.0.300 dotnetCorePackages.sdk_9_0: 9.0.313 -> 9.0.314 dotnetCorePackages.sdk_8_0: 8.0.420 -> 8.0.421 These are combined into one commit because they require some common fixes.
11 daysdotnet: reduce update time (#518144)David McFarland
13 daystreewide: replace stdenv.is* with stdenv.hostPlatform.is*Ben Siraphob
13 daysdotnet: build only source-build-reference-packages in fetch-depsDavid McFarland
This is all that's needed in practice to populate deps.json, and it's much faster.
13 daysdotnet: reduce update timeDavid McFarland
The update bot is currently failing to update dotnet due to fetch-deps 30m. - add a --vmr-bootstrap flag to binary/update.sh This allows us to skip a bunch of packages and platforms that aren't needed for bootstrapping the VMR. We also add the IL[D]Asm packages that were previously in deps.json for versions 9+. - disable fetch-deps in versions 9+.
2026-05-08dotnet: fix indentation in update scriptsDavid McFarland
2026-04-17dotnetCorePackages.sdk_11_0: 11.0.100-preview.2.26159.112 -> ↵David McFarland
11.0.100-preview.3.26207.106
2026-04-17nuget-package-hook: add helper to create .nupkg.metadataDavid McFarland
This also adds an empty contentHash to the metadata, which is required to fix a parsing error on sdk 11+.
2026-04-17dotnet-sdk_{10,11}: apply muxer path precedence patchDavid McFarland
Fixes: #464575
2026-04-17dotnet-sdk_{10,11}: provide $out/bin/dnxDavid McFarland
Fixes: #477657
2026-04-17dotnet: combine binary and source update scriptsDavid McFarland
2026-04-17dotnet: combine binary and source expressionsDavid McFarland