!bxVOQwsVoHhZcmNDGw:nixos.org

Nix + dotnet

118 Members
23 Servers

Load older messages


SenderMessageTime
29 Dec 2025
@emma:rory.gayEmma [it/its] AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch regardless of where i send any requests, including just https://google.com - though i suppose it owuldnt hurt to update my system 11:42:48
30 Dec 2025
@emma:rory.gayEmma [it/its]hm, do i need to worry about dependencies that link against native binaries?11:56:09
@emma:rory.gayEmma [it/its]* hm, do i need to worry about dependencies that link against native binaries (but dont depend on them)?11:56:32
@emma:rory.gayEmma [it/its]particularly... Magick.NET11:57:13
2 Jan 2026
@gigahawk:matrix.orggigahawk joined the room.23:03:34
3 Jan 2026
@k900:0upti.meK900Not-really-nix-related question10:00:47
@k900:0upti.meK900Is there something like perf top for dotnet apps?10:00:58
@k900:0upti.meK900Specifically something I can attach to an already existing process10:01:06
@samuel:mnzn.devSamuel just use perf? 20:15:25
@samuel:mnzn.devSamuel Might need to set DOTNET_PerfMapEnabled=1 for the dotnet process to get symbol names though 20:20:24
@k900:0upti.meK900Yeah doesn't work20:20:49
@k900:0upti.meK900Well I don't know if it does with that variable20:21:02
@k900:0upti.meK900But whatever I just nuked the whole state directory for sonarr and it seems fine now20:21:12
4 Jan 2026
@zzynix:matrix.orgZynixRedacted or Malformed Event11:51:37
@zzynix:matrix.orgZynixRedacted or Malformed Event11:51:51
8 Jan 2026
@sersorrel:matrix.org@sersorrel:matrix.org left the room.08:42:04
11 Jan 2026
@ivank:matrix.orgivan joined the room.01:45:48
@9hp71n:matrix.orgghpzin joined the room.16:15:20
17 Jan 2026
@emma:rory.gayEmma [it/its]hm, is there a case where the fetch-deps passthru script doesnt work?16:15:21
@emma:rory.gayEmma [it/its] unsure what i did wrong but im seeing it not touch my deps.json files when i've replaced the content with [] 16:15:57
@emma:rory.gayEmma [it/its] * unsure what i did wrong but im seeing it not touch my deps.json files when i've replaced the content with [], despite having direct dependencies 16:16:05
@emma:rory.gayEmma [it/its](the script doesnt even log anything at all)16:27:43
@emma:rory.gayEmma [it/its]well, i got it to behave i guess, for some reason it just needed to be ran multiple times16:32:57
23 Jan 2026
@emma:rory.gayEmma [it/its]

/nix/store/q8dadmxlzghlh64rgmvpkxka32yg44n9-dotnet-sdk-10.0.102/share/dotnet/sdk/10.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(440,5): error NETSDK1127: The targeting pack Microsoft.NETCore.App is not installed. Please restore and try again.

uh oh, surely thats not supposed to happen?

08:56:56
@emma:rory.gayEmma [it/its]oh, i guess this isnt something that's actually bundled with dotnet, odd08:57:45
@corngood:corngood.comCorngood
In reply to @emma:rory.gay
oh, i guess this isnt something that's actually bundled with dotnet, odd
We do have it in nixpkgs in dotnet-sdk_10.packages, but you have to do nuget.config stuff (or environment vars) for it to be used.
13:38:14
@emma:rory.gayEmma [it/its]ah13:45:31
25 Jan 2026
@emma:rory.gayEmma [it/its]hm, do i need to do anything special to make dotnet recognise a .nupkg dir as a nuget source?18:03:37
@emma:rory.gayEmma [it/its] im in their weird valley atm where dotnet package search will find my stuff, but dotnet restore doesnt 18:04:18
@emma:rory.gayEmma [it/its]
sh-5.3$ dotnet restore
    /home/Rory/git/spacebar/server-master/extra/admin-api/Utilities/Spacebar.Cdn.Fsck/Spacebar.Cdn.Fsck.csproj : error NU1102: 
      Unable to find package ArcaneLibs with version (>= 1.0.1-preview.20260125-175232)
        - Found 101 version(s) in nuget [ Nearest version: 1.0.0-preview9938860405.f09a666 ]
        - Found 0 version(s) in /nix/store/q8dadmxlzghlh64rgmvpkxka32yg44n9-dotnet-sdk-10.0.102/share/dotnet/library-packs
        - Found 0 version(s) in /nix/store/vknqgc4mvkjmgvxb5vk8y6b83lr85mjc-ArcaneLibs-1.0.1-preview.20260125-175232-nuget-artifacts
        - Found 0 version(s) in Infragistics
        - Found 0 version(s) in dotnet10-transport
    /home/Rory/git/spacebar/server-master/extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/Spacebar.Interop.Cdn.Abstractions.csproj : error NU1102: 
      Unable to find package ArcaneLibs with version (>= 1.0.1-preview.20260125-175232)
        - Found 101 version(s) in nuget [ Nearest version: 1.0.0-preview9938860405.f09a666 ]
        - Found 0 version(s) in /nix/store/q8dadmxlzghlh64rgmvpkxka32yg44n9-dotnet-sdk-10.0.102/share/dotnet/library-packs
        - Found 0 version(s) in /nix/store/vknqgc4mvkjmgvxb5vk8y6b83lr85mjc-ArcaneLibs-1.0.1-preview.20260125-175232-nuget-artifacts
        - Found 0 version(s) in Infragistics
        - Found 0 version(s) in dotnet10-transport

Restore failed with 2 error(s) in 2.6s

sh-5.3$ dotnet package search --prerelease 'ArcaneLibs'
****************************************
Source: /nix/store/vknqgc4mvkjmgvxb5vk8y6b83lr85mjc-ArcaneLibs-1.0.1-preview.20260125-175232-nuget-artifacts (file:///nix/store/vknqgc4mvkjmgvxb5vk8y6b83lr85mjc-ArcaneLibs-1.0.1-preview.20260125-175232-nuget-artifacts)
| Package ID                     | Latest Version                | Owners | Total Downloads |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs.Logging             | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs.Blazor.Components   | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs.Legacy              | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs.StringNormalisation | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs.Timings             | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
| ArcaneLibs                     | 1.0.1-preview.20260125-175232 |        | N/A             |
| ------------------------------ | ----------------------------- | ------ | --------------- |
18:05:41

Show newer messages


Back to Room ListRoom Version: 9