Unplanned
Last Updated: 15 Jan 2024 10:22 by Yuriy
Created by: Yuriy
Comments: 0
Category: Repl for Blazor
Type: Bug Report
1
I experience random No active file to update and console errors.
Unplanned
Last Updated: 31 Oct 2023 08:55 by ADMIN
Created by: Peter
Comments: 0
Category: Telerik REPL
Type: Feature Request
1

Hi, 

   It would be great if I could drag a file and have it add to my blazorrepl form as a new attachment.  Would save time vs adding files manually then cutting and copying the contents.

Peter

Unplanned
Last Updated: 18 Aug 2023 12:59 by ADMIN
Created by: Robert
Comments: 1
Category: Telerik REPL
Type: Bug Report
0

REPL for aspnet core notifications is broken, it runs on first load and then fails to do anything if I change even a single character and then try to run it again

ASP.NET Core REPL - ASP.NET Core Components Playground & Testing - Telerik

Not sure that link will work but I'm talking about the notification that shows email message, error message and upload success

I'm seeing message in dev tools about  'isMobile is  not defined'

Running in Windows 10, latest version of Edge OR latest version of Chrome

 

 

Unplanned
Last Updated: 29 Mar 2023 06:20 by ADMIN
Created by: Dan
Comments: 7
Category: Repl for .NET Core
Type: Feature Request
1
A similar feature like the dojo to change the version is needed.
Unplanned
Last Updated: 05 Dec 2022 15:42 by Ed
Created by: Nadezhda
Comments: 1
Category: Telerik REPL
Type: Feature Request
2

REPL currently provides the option to add external static assets. However, one might need to create their own JavaScript and CSS files.

We want to track the community's interest in allowing users to add .css and .js files inside the projects and use them from the .razor files. Please add your vote if this is a feature you'd like us to add to the REPL tool.

Unplanned
Last Updated: 18 Nov 2022 15:41 by ADMIN
Created by: Gold Star
Comments: 2
Category: Telerik REPL
Type: Bug Report
0

Hello! When I try to populate a grid with data I can only get it to show the data if I don't use a nested object. For example:

An object like this I'd assume I could access by adding a grid column like this:

When I do it this way however nothing shows up although all items do load into the grid, they just don't show any text.

To make it show text I can only use the first level of properties in the object:

In this case I'd see the data in this property on the table.

Is this a bug or intended functionality?

Unplanned
Last Updated: 01 Nov 2022 11:37 by ADMIN
Created by: Nadezhda
Comments: 0
Category: Telerik REPL
Type: Feature Request
0

We are researching if hot reload can be used in REPL and whether it will affect its performance. 

We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add a hot reload feature. Please also share your thoughts on whether it should be enabled by default or if you'd prefer to have the ability to toggle it when needed.

Unplanned
Last Updated: 01 Nov 2022 11:24 by ADMIN
Created by: Nadezhda
Comments: 0
Category: Telerik REPL
Type: Feature Request
0

We are researching possible options for adding an autocomplete feature for the REPL Editor.

We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add autocomplete feature and share your thoughts and expectations considering the following possible options:

  • Basic C# autocomplete in the @code part of the files and in the .cs files.
  • Relevant Blazor component autocomplete.
  • Autocomplete for Telerik code, knowing the proper context and suggesting the parameters for a specific component.
Unplanned
Last Updated: 01 Nov 2022 11:13 by ADMIN
Created by: Nadezhda
Comments: 0
Category: Telerik REPL
Type: Feature Request
0

REPL currently supports light mode only.

We want to track the community's interest in a dark mode. Please vote for this request if you'd like us to add a dark mode feature to the REPL tool.

Unplanned
Last Updated: 01 Nov 2022 10:57 by ADMIN
Created by: Nadezhda
Comments: 0
Category: Telerik REPL
Type: Feature Request
2

At this point, we provide only compile-time errors in the Error List. The runtime errors are not caught and they are going directly into the browser console.

We want to track the community's interest in having a console for runtime errors. Please add your vote if this is a feature you'd like us to add to the REPL tool.

Unplanned
Last Updated: 13 Sep 2022 07:19 by ADMIN
Created by: Jon
Comments: 0
Category: Telerik REPL
Type: Feature Request
0

Hey,

If the plan is to encourage more widespread use of the REPL, promoting its role as a "go to" destination to prototype and share Blazor code, I wonder if there's scope for an option to toggle Telerik UI off.

I mean, I get why you'd want that on by default…

But I'm keen to use the REPL to embed "runnable" examples in blog posts and often need to share examples that use plain old CSS, or something like Tailwind (or indeed Bootstrap).

In those scenarios I don't really need the default theme/styles that come with Telerik UI (and they could clash with the styles I am trying to use).

Just a thought :)

Unplanned
Last Updated: 13 Jun 2022 05:48 by ADMIN
Created by: Ak
Comments: 3
Category: Repl for .NET Core
Type: Bug Report
0

The Basic Usage Demo of the DataSource does not run in REPL.

  1. Run the demo https://demos.telerik.com/aspnet-core/datasource
  2. Only the headers are displayed
 
Unplanned
Last Updated: 27 Apr 2022 07:41 by ADMIN

I sometimes have a few repl tabs open to compare results. At the end when I am satisfied I often need just one, and closing the others in bulk is quite annoying as I keep getting interrupted by the window.oneforeunload prompt.

This setting should be somewhere in the UI and should save in the browser local storage so all my repl tabs can use it from the same place. I would prefer that over a cookie or non-persistent setting.

Unplanned
Last Updated: 30 Mar 2022 16:17 by ADMIN
Created by: Ivan
Comments: 0
Category: Telerik REPL
Type: Feature Request
0
The "embed" feature is available in the Telerik UI for Blazor REPL. It would be nice to have it in the Telerik UI for ASP.NET Core REPL as well.
Unplanned
Last Updated: 30 Mar 2022 16:11 by ADMIN
Created by: Ivan
Comments: 0
Category: Telerik REPL
Type: Feature Request
1
Redesign the Static Asset Manager, so that it uses a tree-like structure to display the assets.
Unplanned
Last Updated: 30 Mar 2022 15:54 by ADMIN
Created by: Ivan
Comments: 0
Category: Telerik REPL
Type: Feature Request
0
It would be nice to have an option to select a specific version of Telerik UI for ASP.NET Core that the REPL example will use.
Unplanned
Last Updated: 07 Mar 2022 07:05 by Victor
Created by: Victor
Comments: 0
Category: Repl for Blazor
Type: Feature Request
1

Blazor REPL import all static assets - both from packages and CDNs as normal JS files. The tool should know which files are modules and which are not.

 

Example:

The BlazorSize package is not working in the REPL: https://blazorrepl.telerik.com/mmYdEHFR31t74oWj55  


Resizing the browser doesn't update my label and I don't see any errors in the UI, but I do see this in F12...

 

 

Unplanned
Last Updated: 02 Feb 2022 16:46 by ADMIN
Created by: Kristian
Comments: 0
Category: Telerik REPL
Type: Feature Request
1
Allow importing ThemeBuilder JSON file into the REPL's Telerik manager so you can change the theme.
Unplanned
Last Updated: 12 Nov 2021 13:00 by ADMIN

I included a nuget package, but the code will not compile because it can't find the package symbols.

For example:

https://blazorrepl.telerik.com/cbPPOzcQ05pZuq4a09

 

 

Unplanned
Last Updated: 12 Nov 2021 12:05 by ADMIN
Created by: Ray
Comments: 1
Category: Telerik REPL
Type: Feature Request
2
Allowing preview or alpha packages would be really useful, especially during a .NET transition from 5 to 6.
1 2