Open Closed

VS2019 Blazor project IntelliSense very slow #1570


User avatar
0
Leonardo.Willrich created
  • 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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Is it related to this: https://support.abp.io/QA/Questions/1536/Slow-Blazor-WebAssembly-build

  • User Avatar
    0
    Leonardo.Willrich created

    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?

  • User Avatar
    0
    alper created
    Support Team Director

    disable all your VS extensions and try again (including resharper if exists)

  • User Avatar
    0
    Leonardo.Willrich created

    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.

  • User Avatar
    0
    Leonardo.Willrich created

    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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi Leonardo.Willrich

    You can try to remove some nuget packages and code from your project to locate possible problems.

  • User Avatar
    0
    Leonardo.Willrich created

    It resolved by itself after migration to version 4.4.0.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11