Friedrich von Never
Friedrich von Never
How often does it happen? What do you do at that moment? Do you start from clean `bin` directory?
It is very strange then, where could the files go and why :(
Can confirm I have just reproduced the same problem in Rider 243.23349. So, it is not VS-specific at all. Interestingly, `artifacts\bin\Cesium.CodeGen.Tests\debug` has literally _everything else_ but the `Cesium.Runtime.dll` file. It...
The problem was solved by `dotnet build`. Some interesting info I got while running that: ``` PowerShell 7.4.6 Loading personal and system profiles took 1097ms. G:\Projects\Cesium git:[refactor/718.small-fixes] dotnet build -bl...
Hypothesis: other tests running at the same moment (integration tests) might interfere with normal builds, or tests could interfere with each other. An aborted test could easily create a process...
Totally works for me  Could you please give some more details? First, do you have the plugin installed? Which version?
Huh. Ok please try the following: select all the text in the file, hit `Ctrl+X` (cut it) and then `Ctrl+V` (to paste it back). Will the completion start working after...
Just reproduced a weird situation myself: Don't think there's anything in the logs relating this issue; no errors or anything. But the LSP clearly sees incorrect file content, and that's...