-
Looks like there is quite a bit of drop off in the number of people that successfully create a Blazor template after getting the VSIX. One hypothesis is that they can't find the templates. Currently t…
-
Having this code:
```csharp
var result = await Swal.FireAsync(
new SweetAlertOptions
{
Title = "Really delete ticket?",
Text = "Do you really want to permanently delete…
-
Clean new INstall of Visual Studio 2019 Preivew- with all updates
Create Blazor Server App
.Razor files are uncolored in edtor
Visual Studio installer dialog comes up- is already running-
…
-
Using **Blazor Language Services 15.7.10222** (0.2.0 preview version)
When I make a Blazor **Reusable Component** I get old package references in the .csproj file
```
netstandard2.0…
-
Not an urgent requirement, but a "Blazor Page" template would be nice in the "Add New" dialog in VS.
At present I just copy existing pages and rename them.
-
Is there a way to have nested modals such that on closing the top most modal the second modal will show back up ?
-
I think this is related to #5545 and also [https://github.com/aspnet/Blazor/issues/1277](https://github.com/aspnet/Blazor/issues/1277)
Basically I'm trying to implement a "modal" dialog similar to …
-
As working with the DOM in Blazor has its limitations, what is the current recommendation for displaying popups like dialogs at specific positions on the page?
For example, showing a window/dialog …
-
Not a major issue, but sometimes it's the small things.
### Describe the bug
When selecting **Razor Component** in the **Add New Item** dialog box in Visual Studio, VS suggests a new filename with…
-
Hi,
We have "Project A" which is a plug-in for CAD applications, when a user types a command or pushes a button on the ribbon, we launch a WPF window where the user can interact with the UI, then w…