| 16 Sep 2024 |
| silentlurker joined the room. | 19:56:36 |
| 17 Sep 2024 |
| raphi-debug joined the room. | 13:49:36 |
| 19 Sep 2024 |
| memegames99 joined the room. | 01:52:31 |
| memegames99 set a profile picture. | 02:02:24 |
| memegames99 changed their profile picture. | 02:02:31 |
| 21 Sep 2024 |
| luna-null joined the room. | 05:43:53 |
| 25 Sep 2024 |
| luna-null changed their display name from luna-null to Autumn. | 06:39:17 |
| 26 Sep 2024 |
| Emmanuel Genga joined the room. | 10:14:23 |
Emmanuel Genga | In reply to @emma:rory.gay exporting DOTNET_ROOT does seem to work The second option is to do a local install of dotnet tools rather than a global install. I had the same issue for about a week. | 11:26:58 |
| 28 Sep 2024 |
| Majiir Paktu joined the room. | 00:12:30 |
l0b0 | Anyone know how to deal with a runtime error like this:
System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'
?
| 08:28:47 |
Emma [it/its] | ...huh? that shouldnt have happened | 13:10:18 |
| 30 Sep 2024 |
| nowaaay left the room. | 17:04:14 |
| 1 Oct 2024 |
| -_o joined the room. | 21:02:56 |
| 7 Oct 2024 |
| memegames99 removed their profile picture. | 00:05:43 |
| memegames99 removed their display name memegames99. | 00:05:53 |
| memegames99 left the room. | 00:06:12 |
| 13 Oct 2024 |
| Daniel joined the room. | 13:46:39 |
| 15 Oct 2024 |
| Corngood joined the room. | 17:10:31 |
6pak | In reply to @emma:rory.gay hm does anyone know if Rider actually hard depends on dotnet sdk 7 or whether that can be swapped out with sdk 8? https://github.com/NixOS/nixpkgs/pull/348339 | 17:11:53 |
Emma [it/its] | ah, neat | 17:12:58 |
6pak | rider binaries bundled net8 for a long time, wouldn't be surprised if EAPs were using net9 RCs already | 17:15:49 |
6pak | would probably be a good idea to have a version check in the nix package | 17:16:16 |
| 17 Oct 2024 |
Emma [it/its] | question, with dotnet packaging, how come dotnetCorePackages.sdk_9_0 exists in nixpkgs but dotnet-sdk_9 doesnt? i cant figure out from nixpkgs where the discrepancy comes from | 13:05:11 |
Emma [it/its] | is it just the omission of dotnet-x_9 in all-packages.nix? | 13:06:02 |
Emma [it/its] | hm, how can i make an aot binary built on nixos work on not nixos? | 13:23:34 |
Corngood | In reply to @emma:rory.gay is it just the omission of dotnet-x_9 in all-packages.nix? Yeah. I was toying with the idea of deprecating those top level aliases, so I left it out for the time being.
There's some discussion of potential reorg here: https://github.com/NixOS/nixpkgs/pull/286134, but I'm not sure I still agree with everything I prototyped there.
I was trying to abstract the idea of a dotnet 'distribution': muxer, sdk, runtime, etc. which can either be binary or souce-built.
| 13:43:45 |
Corngood | In reply to @emma:rory.gay hm, how can i make an aot binary built on nixos work on not nixos? How would you do that with a typical package? Something like pkgsStatic.hello?
Maybe it's enough to build with pkgsStatic.stdenv. There's an AOT test in dotnet-sdk_8.tests.aot (dotnet/common.nix) that you could experiment with. It's not something I've ever tested.
| 13:48:46 |
| 21 Oct 2024 |
l0b0 | Anyone who might be able to help build Daggerfall Unity? The upstream build docs only explain how to do it from the Unity GUI. | 06:56:08 |
l0b0 | * Anyone who might be able to help build Daggerfall Unity? The upstream build docs only explain how to do it from the Unity GUI. Update: PR | 08:40:00 |