| 23 Dec 2024 |
Whovian9369 | Which I do to multiple csproj in the flake via substituteInPlace at https://github.com/Whovian9369/aaru-nix-flake/blob/620ef8866395544b5aad55b7dac83fa63a988731/lts.nix#L58-L78 | 00:46:01 |
Whovian9369 | (I remember consulting the upstream dev at the time, and that's what was suggested.) | 00:47:02 |
6pak | try updating efcore | 00:47:18 |
Whovian9369 | Sorry, what's efcore? | 00:49:03 |
6pak | EntityFrameworkCore, the package that's crashing in your log | 00:49:24 |
Whovian9369 | Ah I'll try to look into how to do that. Thank you for the suggestion! | 00:50:15 |
Corngood | Well judging by the lock file it seems to be using the same version as pre release. So if anything I think maybe it was meant to work with an older version? | 00:51:01 |
6pak | wait why does it reference both ef6 and efcore | 00:51:38 |
6pak | it doesn't | 00:52:41 |
6pak | lts uses 3.1, prerelease uses 7.0 | 00:52:46 |
6pak | * lts uses 3.1.5, prerelease uses 7.0.1 | 00:53:01 |
6pak | the ef6 reference is just for decoration I guess | 00:53:23 |