Skip to content
#

blazor

Here are 952 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
Blog

🤣阿星Plus - 此版本个人博客项目底层基于 abp vNext (不完全依赖)搭建,和免费开源跨平台的 .NET Core 3.1 开发,支持各种主流数据库(SqlServer、MySQL、PostgreSql、Sqlite)一键切换,遵循 RESTful 接口规范,前端使用 Blazor 开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍

  • Updated Jul 4, 2020
  • C#
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 Jul 4, 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

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.