plainionist
plainionist
@OsirisTerje i think the missing support is in the parser of the filter at least as far as i understood the callstack of the error i posted at the beginning...
Graph level attributes like graph [dpi = 300]; node [shape=record, width=0.5, height=0.5]; are currently not supported. If you remove them from the graph you should be able to load it.
I currently do not plan to add such support but I would be happy to approve a related pull request
any thoughts on timeline for fixing the issue?
i tried `dotnet fsharplint --fx-version 6.0.9 lint system\Bake\Bake\Bake.fsproj` but got exactly same error. `Lint failed while analysing system\Bake\Bake\Bake.fsproj. Failed with: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'....
even though you are right according to dotnet help, it doesn't seem to work for tools dotnet --fx-version 6.0.9 fsharplint lint system\Bake\Bake\Bake.fsproj Could not execute because the specified command or...
After having uninstalled .NET 8 SDK, .NET 7 has been taken - unsuccessfully `dotnet fsharplint lint system\Bake\Bake\Bake.fsproj` Lint failed while analysing system\Bake\Bake\Bake.fsproj. Failed with: Could not load file or assembly...
After having uninstalled .NET 7 SDK as well, finally, FSharpLint was executed successfully 👍
yes - works with .NET 6 - i have following versions installed dotnet --info .NET SDK (reflecting any global.json): Version: 6.0.401 Commit: 0906eae6f8 Runtime Environment: OS Name: Windows OS Version:...
dotnet tool update -g dotnet-fsharplint --prerelease Tool 'dotnet-fsharplint' was successfully updated from version '0.24.0' to version '0.24.1--date20240129-0357.git-d05ca87'. executed with only .NET 6 installed then installed latest .NET 8 again Host:...