Ian Manske
Ian Manske
Ikr! But [the docs](https://wiki.hyprland.org/Contributing-and-Debugging/) should probably be updated? Third time's the charm... [dump.txt](https://github.com/hyprwm/Hyprland/files/9560258/dump.txt)
Had to familiarize myself with `gdb`... [print.txt](https://github.com/hyprwm/Hyprland/files/9560305/print.txt)
Yeah np, let me join the discord real quick.
I'm having trouble figuring out how to fix the following runtime error: ``` Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Could not find or load a specific...
I tested all dotnet versions `6.0.{1,2,3,4}00` and only `6.0.400` fails. It seems like [this](https://github.com/microsoft/MSBuildLocator/issues/159) related issue explains the problem. `Microsoft.Build.Framework` is required by `Ionide.ProjInfo`, and we are using the lastest...
# Progress Update ~`Microsoft.Build.Framework` 17.3 released, but it has not fixed the issue.~ ~So, this PR is still broken for dotnet `6.0.400` for now but should work for all other...
It's always the smallest of things... I believe I've got it working for `6.0.400` @alfonsogarciacaro . I just had to remove an unused package. 🤦♂️ As a side note, I...
So actually, this PR breaks loading scripts which I forgot to check (we don't have any tests for this). I'm working on a solution right now, but I may need...
I've tried to get script loading working, but I've only been able to get it to work for specific versions at a time without breaking project loading. I think I'm...
@alfonsogarciacaro I guess that will work for now. I'll continue to try and find a solution, although university is starting and I may be busy. I also noticed that loading...