Dont integrate with rider
it's rider
but if open in vscode
but if with open vscode in parallel it work fine or if reopen rider
Is this still the case? Can you try this again using the latest version of this library (0.9.4)?
Is this still the case? Can you try this again using the latest version of this library (
0.9.4)?
Still seeing this in version 0.9.5
Project still builds are runs without errors
I ran into a similar issue when I added RazorSlices to my project and tried the "Hello World" sample from the README. My project also uses Razor Pages, and I discovered that because I hadn’t set EnableDefaultRazorSlices in the .csproj file, the build produced a source-generated file in the wrong directory under obj. This resulted in two different versions of the generated Razor file, which ended up confusing Rider.
Closing the IDE, deleting the bin and obj folders, and then rebuilding the project from within Rider resolved the issue.