-
Potentially regressed with https://github.com/dotnet/aspnetcore/pull/58721
```
C:\git\dotnet\src\aspnetcore\src\Assets\Microsoft.AspNetCore.App.Internal.Assets.csproj(46,5): error : 'C:\git\dotne…
-
Implement Stream support in the service contract (either as an argument or as a return type).
Tewr updated
11 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
By default in Blazor Server App, th…
-
BlazorExtensions/Storage 1.1.0-preview3 issue:
Similar to issue #35 "Could not find 'BlazorExtensions' in 'window' (Server mode)", **but client side**:
After updating from ASP .NET 3.0 to latest…
-
_From @pm64 on Wednesday, January 8, 2020 7:04:03 PM_
### Describe the bug
The scaffolded Areas\Identity\Pages\Account\Manage\\_Layout.cshtml page references "/Areas/Identity/Pages/_Layout.cshtml"…
-
There are clickable columns on this page but appear to do nothing.
-
Hi!
I'm a Blazor newbie so forgive me if I'm missing something obvious.
I forked the repo and checked out the demo. I had to copy the /lib/ folder from the nuget package to get it to work in order…
-
## 前言
收录一些开箱即用、使用简单、界面美观、功能强大的前端框架,帮助我们后端程序员快速提高学习、工作开发效率(注意:排名不分先后,都是十分优秀的开源前端框架和项目💖)。
## 投稿格式
项目名称+项目地址
>项目介绍。
-
I cloned your repository and ran it locally. On the /ViewZipFile page, if I select a zip file with a size above 50 KB, it crashes at:
```c#
var buffer = await file.ArrayBufferAsync(); //
-
If there are no areas configured then adding a gateway yields "Invalid Form", but area input field doesn't get colored red nor there is a useful error description.
So a bit misleading for newbies.