!bxVOQwsVoHhZcmNDGw:nixos.org

Nix + dotnet

113 Members
23 Servers

Load older messages


SenderMessageTime
14 Dec 2025
@emma:rory.gayEmma [it/its]clipboard.png
Download clipboard.png
03:30:21
@emma:rory.gayEmma [it/its]i guess it might be worthwhile to test with the new dotnet version lol03:30:30
@corngood:corngood.comCorngoodAh okay, that's the only blazor thing I've come across. That mono package hasn't been published on nuget.org since 8, so isn't it weird that it's looking for v10? 03:32:52
@emma:rory.gayEmma [it/its] a regular dotnet build works fine, which is the weird part 03:33:55
@emma:rory.gayEmma [it/its] or rather, it works under a regular shell, hence im surprised it doesnt under buildDotnetModule? 03:36:49
@corngood:corngood.comCorngoodMaybe it has to do with the `--runtime` flag? 03:50:51
@emma:rory.gayEmma [it/its]maybe?03:58:47
@emma:rory.gayEmma [it/its] ah yeah, i guess it defaults to --runtime browser-wasm for blazor wasm projects 04:00:27
@emma:rory.gayEmma [it/its]any suggestiosn of stuff i could try?04:01:08
@corngood:corngood.comCorngoodYou should be able to override the runtime id. We should probably add a test project for this, and for the server one as well.04:14:35
@emma:rory.gayEmma [it/its]TIL that exists04:36:22
@emma:rory.gayEmma [it/its]yeah, that worked, interesting04:40:41
@emma:rory.gayEmma [it/its]huh interesting04:45:02
@emma:rory.gayEmma [it/its] it restored correctly, but then doesnt build 04:45:10
@emma:rory.gayEmma [it/its] /nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/sdk/10.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(190,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'browser-wasm'. [/build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj] 04:45:28
@corngood:corngood.comCorngoodDoes that happen with the flag when you build it outside the sandbox?04:50:37
@emma:rory.gayEmma [it/its]

that fails in a completely different way:

/nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/sdk/10.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1147: 
  To build this project, the following workloads must be installed: wasm-tools
  To install these workloads, run the following command: dotnet workload restore
04:51:10
@emma:rory.gayEmma [it/its] doesnt take much to reproduce either: dotnet new blazor-wasm 04:51:55
@corngood:corngood.comCorngoodThat error might be from restore unless you're using --no-restore?04:52:20
@corngood:corngood.comCorngood
In reply to @emma:rory.gay
doesnt take much to reproduce either: dotnet new blazor-wasm
We should probably just make the test based on this template project. I also haven't figured out the whole workload thing or how we can support it
04:53:26
@emma:rory.gayEmma [it/its]you shouldnt even need the workload06:16:39
@emma:rory.gayEmma [it/its]i dont have the workload, and never had it (and no im not using anything special here)06:16:52
@emma:rory.gayEmma [it/its] dotnet publish -c Release -r browser-wasm 06:17:01
@emma:rory.gayEmma [it/its] as soon as i remove browser-wasm it builds fine 06:17:13
@emma:rory.gayEmma [it/its] * as soon as i remove browser-wasm it builds fine, but fails to restore specifically under nix with the fetch-deps script 06:17:28
@x408788:fi.muni.czJan Kvapil joined the room.16:43:30
@x408788:fi.muni.czJan Kvapil

Hi folks, I can't seem to get the NuGet dependencies working (https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/dotnet.section.md#generating-and-updating-nuget-dependencies-generating-and-updating-nuget-dependencies). Using fetch-deps runs for a loong time and then kills the terminal (afaict) and using the manual dotnet restore.. and then nuget-to-json works, but then buildling the module still gives an error:

> /nix/store/85fkamr6na3xjznqa70hasdzrlxqgbrr-NBitcoin.CppBridge.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json.
       > /nix/store/85fkamr6na3xjznqa70hasdzrlxqgbrr-NBitcoin.CppBridge.csproj : error NU1301:   Resource temporarily unavailable (api.nuget.org:443)
       > /nix/store/85fkamr6na3xjznqa70hasdzrlxqgbrr-NBitcoin.CppBridge.csproj : error NU1301:   Resource temporarily unavailable

Anyone experienced something similar?

16:47:23
@x408788:fi.muni.czJan Kvapil I am trying to package this NBitcoin module for bitcoinfuzz: https://github.com/quapka/bitcoinfuzz/blob/build-with-nix/modules/nbitcoin/default.nix 16:51:57
@corngood:corngood.comCorngoodI would try to figure out what's going on with `fetch-deps`. What's the last output you see?17:38:23
@x408788:fi.muni.czJan Kvapil Would be nice to be able to use the lock file generated by the dotnet restore --use-lock-file... that one is almost immediate. 17:43:02

Show newer messages


Back to Room ListRoom Version: 9