Activities of "miroslavs_teched"

Answer

Hi,

We're using Blazorise v0.9.5.3 (ABP framework v5, commercial) and noticed that the component DatePicker has the weekday labels shifted for one place to the left. So, instead of Mon, our first label is Tue.

If you visit the DatePicker's official documentation, you'll notice that problem (Section DatePicker component, Basic example). https://blazorise.com/docs/components/date-picker

Sorry for posting this question here, it seams that we're not allowed to post questions on the Blazorise support pages.

Please advise, Regards

Dear ABP,

We're having problem getting the custom CSS class (or element ID) to the rendered main menu item.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • Steps to reproduce the issue:" In the menu contributor (method ConfigureMainMenuAsync), while adding new application menu item, parameters elementId and/or cssClass should be used.

context.Menu.AddItem(new ApplicationMenuItem( MyAppMenus.Notifications, l["Menu:Notifications"], icon: "fas fa-bell", order: 6, requiredPermissionName: MyAppPermissions.Notifications.Default, url: NavigationConsts.Notifications.Default, elementId: "my-custom-menu-id", cssClass: "my-custom-menu-class"));

After the web app. loads, we can't find the specified elementId and/or cssClass (using inspector in the browser).

Best Regards, Miroslav Šturlan

Hi,

We managed to identify the problem, it seems. Obviously everything slowed down when our component topped 800 lines of code. But, even if we don't introduce such components, visual studio is a bit laggy, but we can live with that.

Thanks for the support, if anything else comes up, we'll reach out to you.

Best Regards, Miroslav

Hi,

I tried your application and can confirm that build time is <15 seconds after changing one .razor file. But, I noticed this project is locked to .NET v5.0.100 and we are on the latest version (5.0.301). Could this somehow impact our build time?

Dear Sir/Madam,

I'm afraid somerhing is not quite right with our ABP solution - Blazor WebAssembly front-end project to be exact (we just started with our Blazor front-end project and it contains < 20 components).

We're on v4.3.3 (.NET core v5.0.301) and most of us in the dev team are experiencing slow build times ( ~3 minutes). So far, I've tried to reinstall Visual Studio 2019 Enterprise (v16.10.2) and I've switched to another PC (new hardware, 6 core CPU, 32GB RAM, NVMe SSD).

While building, I can see VBSCCompiler and CSC exe files take 10-25% of the CPU. Web API project is OK (builds in <10 seconds), but our front-end project is really troubling us. I tried to build a different solution, without ABP, and it took only a few seconds. I cloned this project https://github.com/syncfusion/blazor-samples and dotnet build took ~15 seconds.

Is anyone else experiencing similar issues? Do you have any suggestions that might help us?

Best Regards, Miroslav Šturlan Teched Ltd.

Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11