- ABP Framework version: v4.3.2
- UI type: Blazor WebAssembly
- DB provider: EF Core /
Hi,
Intellisense is very slow when running on Blazor WebAssembly project. I am only experiencing it on ABP.IO solution and in the Blazor project, in the Application project and the others it works fine!
Is someone else experience the same? Is there some trick to improve that?
It is really anoying and I really would like to have that working properly.
7 Answer(s)
-
0
Hi,
Is it related to this: https://support.abp.io/QA/Questions/1536/Slow-Blazor-WebAssembly-build
-
0
Hi,
I am still having serious issues with the Blazor project. The build is not so slow, but the intellisense is slow and hangs the machine, even to type the code it is terrible, it is freezing the VS editor. Anyone else is experiencing this as well?
-
0
disable all your VS extensions and try again (including resharper if exists)
-
0
Hi, unfortunately, that didn't help. I have a dependence to another project, I will try to convert that project as a package (DLL or nuget package) and add as package reference.
-
0
I've removed the dependency for the other project and it didn't help. It is still really slow to perform the intellisense menu and it is taking around 45 seconds to build changes in Blazor project, even if it is just a small code changed.
-
0
hi Leonardo.Willrich
You can try to remove some nuget packages and code from your project to locate possible problems.
-
0
It resolved by itself after migration to version 4.4.0.