-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load file or assembly 'Cesium.Runtime' in tests #707
Comments
Current directory during run is
There only PDB and not DLL files for Cesium.Runtime present there. |
How often does it happen? What do you do at that moment? Do you start from clean |
It’s happens pretty consistently. Never touch artifacts or bin formers. Just add new tests and run them from. Editor. |
Visual studio was not even closed, same editor session |
It is very strange then, where could the files go and why :( |
I suspect repro steps following
|
I add |
I had the same issue in Rider. After updating on 2024.3 the problem disappeared. |
Can confirm I have just reproduced the same problem in Rider 243.23349. So, it is not VS-specific at all. Interestingly, |
The problem was solved by Some interesting info I got while running that:
It looks like our assemblies are locked by something on disk. I suspect that there's a msbuild leak from the build host we create during the tests. |
Occasionally Codegen tests in Visual Studio (at least where I work) fails with following exception
The text was updated successfully, but these errors were encountered: