-
[Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7.md)
[Download](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7-…
-
### Describe the bug
When adding a Blazor UserSpecifiedDisplay to _Host.cshtml everything works as expected. When adding the UserSpecifiedDisplay into a Blazor component and adding that component int…
-
Hi,
I'm getting the following build error after upgrading VS2019 to 16.1.0 Preview 1.0 by following the recommendation bell icon (bottom right) :
### error CS0592: Attribute 'Parameter' is not v…
-
Steps:
1. In VS solution explorer, right-click on a folder inside a Blazor project (e.g., the `Pages` folder) and choose *Add* -> *Item*
2. From the dialog, choose *Razor Component*
Expected: P…
-
# Issue description
It seems the Blazor version is incorrect:
> Unable to find package Microsoft.AspNetCore.Blazor.Templates with version (>= 3.1.0-preview4.19579.2)
# Software versions
Ch…
-
When i try to copy one of the bootstrap modal dialog samples into my blazor page, the click to open it via the data-target attribute has no effect. Is that a known issue? Is there a workaround?
Her…
-
* Create a blazor application
* Turn on Debug logging in the JavaScript side. (LogLevel 1) in BlazorOptions
* Create a component that triggers a render every second.
* Deploy the application to Azu…
-
https://www.youtube.com/watch?v=her9UG6F_y4&feature=youtu.be
https://youtu.be/AFe1fhRjS7M (Nesting of dialog component within the index component)
---
#### Document details
⚠ *Do not edit th…
-
Not sure if this is a bug or if I'm using it the wrong way. Let me try and explain what I'm trying to do.
**In the Vue world**
Typically I would have the following components:
- **App** (the …
-
I am trying to put a guard condition on navigating to a page *before* the navigation is attempted... i.e. before Blazor even tries to determine if the page exists.
My requirement is as follows
1:…