blazor
Here are 952 public repositories matching this topic...
In the step on how to declare and use variables
The last code example gives:
Console.WriteLine($"Hello {aFriend}");However, the text describes an expected output of "Hello, Maira", instead of "Hello Maira". Although the missing comma may look foolish, for newbies all details counts.
Did this error occur while using dotnet try or online?
- `dotnet
It would be good to have a easy way to disable a MatTab by just passing a prop.
-
Updated
Jul 4, 2020 - C#
Describe the bug
Font size in documentation web increases with screen width. This makes font to large on full screen browser window on standard full HD desktop screen. Parts of code get scrollbars and text in table columns is partially not readable.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://blazorise.com/docs/extensions/datagrid/#command-templates' (I have test
@kiwi179 proposes a lookup set for additional functionality
https://wellsb.com/csharp/aspnet/code-first-ef-core-lookup-table-blazor/
https://coding.abel.nu/2013/11/enums-and-lookup-tables-with-ef-code-first/
Track User Logins
Encryption at Rest
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None
Hi, to make your docs more Blazorized, and C#-ed i suggest you to change
<td>@fat</td>
<td>@twitter</td>
to
<td>@@fat</td>
<td>@@twitter</td>
Start with @ symbol to write server side C# or VB code with Html code. For example, write @Variable_Name to display a value of a server side variable. For example, DateTime.Now returns a cu
Is it possible to add to documentation on how to mix and match Mixing HTML in F# with Templates and Elmish where certain parts are written in HTML in F# and others in templates using the Elmish Architecture? This is essentially putting everything together and how different features interact.
-
Updated
Jul 4, 2020 - C#
Almost done with my RPSLS deployment. One more open issue (hopefully).
The rpsls-game-game-api deployment pods fail with the following message (masked with X's):
Warning FailedMount 40s (x7 over 74s) kubelet, aks-agentpool-96345064-0 MountVolume.SetUp failed for volume "azure-kv" : mount command failed, status: Failure, reason: /etc/kubernetes/volumeplugins/azure~kv/azurekeyvault-fl
-
Updated
Jul 4, 2020 - C#
-
Updated
Apr 30, 2020 - CSS
-
Updated
Jul 3, 2020 - C#
Describe the feature request
I guess, it would be cool to have a nice icon for the NuGet package (and the Gitter community). I would provide one on my own, but I'm actually not that good in such things
When viewing the docs site on a mobile device, the GitHub and Twitter links are breaking the design. It would probably be best to move them into the mobile menu.
Currently <Hidden /> component exposes the media query class via context.Class
ex:
<Hidden SmallUp>
<Paper Class="@context.Class">content here</Paper/>
</Hidden>we could add new parameter named Wrap which could wrap the content inside div and style with hidden class.
ex:
<Hidden SmallUp Wrap>
<Paper>content here</Paper/>
</Hidden>woul
-
Updated
Jun 25, 2020 - C#
When following along going through the readme, at first I couldn't get the code to compile. Going through the source code, I found out that I also needed the following using entries in _Imports.razor for it to compile:
@using Blazor.Extensions for the BECanvasComponent and
@using Blazor.Extensions.Canvas.Canvas2D for the Canvas2DContext.
This mismatch between the code and the read
It seems that some people cast the elements returned by Find and FindAll to their specific AngleSharp subtypes and then try to invoke event handlers that way. We can either warn them about their mistake thought an helpful exception or simply trigger the event handler.
Components wish list
Hello DX Team;
Hope this is the right place to list my wish list for components:
-
Buttons - normal button, group button, drop-down button.
-
Card - The Card component is a great way to display important pieces of grouped content.
-
Carousel - The Carousel component allows you to display more information with less real estate, using slides. Useful for creating Wizards or an image gall
-
Updated
Jul 2, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Jul 4, 2020 - C#
-
Updated
Jul 3, 2020 - CSS
-
Updated
Feb 11, 2020 - C#
-
Updated
May 17, 2020 - C#
-
Updated
May 28, 2020 - C#
Improve this page
Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."
I'd really like to see Blazor apps running inside service fabric. I'm not quite sure how to go about this myself. Could you look into providing a demo of this?