Closed Ciantic closed 2 years ago
Hey @Ciantic :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.
https://opencollective.com/ionide
PS.: We offer
backer
support for all backers. Don't forget to addbacker
label when you start backing us :smile:
I can't reproduce this anymore, I have among other things installed .NET 5 SDK. Nuked my nuget cache etc. When I could reproduce this I only had .NET 6 SDK installed.
Feel free to close this if it's not an issue, but perhaps NRE could be catched if it makes sense, and if someone else can reproduce this.
I'm experiencing the same issue, since I installed .NET 6 sdk Ionide stopped working completely. Ionide Version 5.10.2
Ionide works just fine with .NET 6 - actually, it's the version we require for Ionide right now. Closing.
Describe the bug
The .NET 6 support was closed, so I'm not sure what the issue is. With .NET 6 brand new project, Intellisense is broken, I get errors and NullReferenceException:
Additionally I get error like this: No .fsproj or .fsx file references c:\Source\FSharp\testgraphql\Program.fs
Steps to reproduce
Expected behaviour
No errors, and intellisense works.
Machine info
Other
The applications compiles and runs fine in Visual Studio as well as with
dotnet run
.