Skip to content
#

blazor

Here are 847 public repositories matching this topic...

yurigabrich
yurigabrich commented Apr 12, 2020

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
Blazorise
TPIvan
TPIvan commented Mar 25, 2020

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:

  1. Go to 'https://blazorise.com/docs/extensions/datagrid/#command-templates' (I have test
csla
BlazorStrap
RockPaperScissorsLizardSpock
snpdev
snpdev commented Nov 8, 2019

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

Asp.Net Core 3.1 samples (+ Angular 9.0, React 16.13, Vue 2.6) with modern Clean Architecture, Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Blazor, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...

  • Updated May 2, 2020
  • C#
skclusive
skclusive commented Apr 14, 2020

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

JvSSD
JvSSD commented Dec 9, 2019

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

BenHayat
BenHayat commented Apr 8, 2019

Hello DX Team;
Hope this is the right place to list my wish list for components:

  1. Buttons - normal button, group button, drop-down button.

  2. Card - The Card component is a great way to display important pieces of grouped content.

  3. Carousel - The Carousel component allows you to display more information with less real estate, using slides. Useful for creating Wizards or an image gall

datvm
datvm commented Feb 26, 2020

I was so confused because the doc state that I should use ILocalStorage but in my package installed from Nuget there is no such thing. I checked the source code and see ILocalStorage is there but have no idea why I can't use it.

Turned out the Nuget official release is still at 1.0.0 (I see there are 2 preview versions now), and there is an update 3 months ago that change it.

I think the

Improve this page

Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.