Skip to content

[CLI MCP] [Blazor]: Setup guidance misses required Ignite UI Blazor runtime script #1703

@georgianastasov

Description

@georgianastasov

Ignite UI CLI Version

15.2.1

Framework

React, Angular, Web Components, jQuery

CLI Command

new

Node.js Version

20.11.0

Operating System

Windows

Package Manager

None

Description

The Ignite UI Blazor setup guidance only mentions adding the required theme CSS, but it does not mention the required Ignite UI Blazor runtime script.

The following script is required for the components to work properly:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>

Without this script, the setup instructions are incomplete and can result in components not functioning correctly at runtime.

Steps to Reproduce

  1. Create or open a Blazor application.
  2. Follow the Ignite UI Blazor setup guidance.
  3. Add the mentioned theme CSS as instructed.
  4. Run the application with Ignite UI Blazor components.
  5. Check the setup guidance and generated configuration for the runtime script.

Actual Result

The setup guidance only includes the theme CSS requirement and does not mention the required runtime script:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
As a result, users may follow the instructions exactly but still end up with an incomplete setup.

Expected Result

The Ignite UI Blazor setup guidance should mention both the required theme CSS and the required runtime script.

The required script should be included in the guidance:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>

Error Output / Logs

No terminal error is necessarily shown. The issue is related to incomplete setup guidance/documentation.

Additional Context

No response

Metadata

Metadata

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions