| 14 Dec 2025 |
Emma [it/its] | i did find https://github.com/dotnet/runtime/blob/main/src/mono/browser/runtime, but that seems to require emscripten | 20:20:47 |
Emma [it/its] | https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet10-transport seems the "nuget" builds moved here | 20:31:39 |
Emma [it/its] | hm, it seems to wipe my nuget.config lol | 20:36:49 |
Emma [it/its] | i did try adding useAppHost=false and got this:
/build/nuget.f8zl6P/fallback/microsoft.net.sdk.webassembly.pack/10.0.0/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(240,5): error WASM0005: Unable to resolve WebAssembly runtime pack version [/build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj] | 20:39:53 |
Emma [it/its] | okay, i got closer! | 20:50:07 |
Emma [it/its] | Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: Unable to find package Microsoft.NET.ILLink.Tasks with version (>= 10.0.1)
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 1 version(s) in _nix [ Nearest version: 10.0.0 ]
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 1 version(s) in /nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/library-packs [ Nearest version: 10.0.0 ]
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: Unable to find package Microsoft.NET.Sdk.WebAssembly.Pack with version (>= 10.0.1)
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 1 version(s) in _nix [ Nearest version: 10.0.0 ]
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 0 version(s) in /nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/library-packs
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Internal.Assets with version (>= 10.0.1)
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 1 version(s) in _nix [ Nearest version: 10.0.0 ]
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 0 version(s) in /nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/library-packs
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.browser-wasm with version (= 10.0.1)
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 1 version(s) in _nix [ Nearest version: 10.0.0 ]
Spacebar.AdminApi.TestClient> /build/source/Utilities/Spacebar.AdminApi.TestClient/Spacebar.AdminApi.TestClient.csproj : error NU1102: - Found 0 version(s) in /nix/store/jl3858nslcfn094yhs51hgq7sg6ksv6r-dotnet-sdk-10.0.100/share/dotnet/library-packs
| 20:50:21 |
Corngood | I was thinking we'd do something similar to this test:
mkWebTest =
lang: suffix:
mkDotnetTest {
name = "web-${suffix}";
template = "web";
inherit lang;
build = "dotnet publish -o $out/bin";
runtime = finalAttrs.finalPackage.aspnetcore;
...
but using a different template like you mentioned earlier (template is just the arg for dotnet new).
| 21:14:10 |
Corngood | * I was thinking we'd do something similar to this test:
mkWebTest =
lang: suffix:
mkDotnetTest {
name = "web-${suffix}";
template = "web";
inherit lang;
build = "dotnet publish -o $out/bin";
runtime = finalAttrs.finalPackage.aspnetcore;
...
but using a different template like you mentioned earlier (template is just the arg for dotnet new).
(pkgs/development/compilers/dotnet/wrapper.nix)
| 21:14:50 |
Emma [it/its] | ah | 21:22:47 |
Emma [it/its] | sounds reasonable | 21:48:29 |
| 15 Dec 2025 |
| ghishadow joined the room. | 08:12:57 |
| 16 Dec 2025 |
| SaschaOnTour joined the room. | 16:30:32 |
| 13 Oct 2022 |
| Winter (she/her) joined the room. | 17:56:01 |
| 12 Nov 2022 |
| 321, jiayou! joined the room. | 09:31:11 |
| 321, jiayou! left the room. | 09:31:52 |
| 16 Nov 2022 |
| omlet joined the room. | 20:33:57 |
| 25 Nov 2022 |
| raphi changed their profile picture. | 19:41:53 |
| 1 Dec 2022 |
| hexa changed their display name from hexa to hexa (22.11 now). | 13:08:55 |
| hexa changed their display name from hexa (22.11 now) to hexa. | 14:38:43 |
| 12 Jan 2023 |
| daniel joined the room. | 12:58:04 |
daniel | Anyone who has some experience with packaging a .NET-project using flakes? All prior art I’ve found seems to use the legacy way. | 13:02:55 |
Winter (she/her) | In reply to @daniel:nopemail.org Anyone who has some experience with packaging a .NET-project using flakes? All prior art I’ve found seems to use the legacy way. flakes are the same way as the "legacy way," all flakes help with is exposing the package.
what trouble are you running into? | 14:23:13 |
daniel | In reply to @winterqt:nixos.dev
flakes are the same way as the "legacy way," all flakes help with is exposing the package.
what trouble are you running into? How to "expose"/run fetch-deps | 14:24:38 |
Winter (she/her) | just do nix build .#whateverPackage.fetch-deps | 14:25:11 |
daniel | I did that over and over, realized now that I of course called it with the wrong package name. Thanks though! | 14:29:12 |
Winter (she/her) | In reply to @daniel:nopemail.org I did that over and over, realized now that I of course called it with the wrong package name. Thanks though! (was it not erroring?) | 14:31:10 |
daniel | In reply to @winterqt:nixos.dev (was it not erroring?) It was, but I thought that meant that somehow fetch-deps didn't pass through correctly. | 14:33:24 |
| 17 Jan 2023 |
daniel | Fetch-deps doesn't seem to handle project references correctly, am I observing this right? The script wants to look for the project dependencies in the "nuget.org" source. | 11:07:33 |
raphi | in my experience <ProjectReference> just works, as long both the referring project and the referenced project are part of src example: https://github.com/raphaelr/nugettest if they are separated search for projectReferences in the nixpkgs manual | 11:48:50 |
| 22 Jan 2023 |
| omlet left the room. | 20:26:21 |