Skip to content
#

netcore

Here are 2,902 public repositories matching this topic...

MudBlazor
BieleckiLtd
BieleckiLtd commented Feb 25, 2022

Bug type

Component

Component name

MudLink, MudButton

What happened?

Link and Href parameters both function as a mean to generate <a href="#"></a> elements.

<MudButton Link="#">Go</MudButton>
<MudLink Href="#">Go</MudLink>

Names of these parameters should be unified across components.

Expected behavior

<MudButton Link="#">G
VisualMelon
VisualMelon commented Dec 28, 2020

It is currently a pain to use an OxyPlot.WinfowsForms.PlotView with a transparent background: it throws if you set its BackColor to transparent. To avoid this, it is necessary to set the ControlStyles.SupportsTransparentBackColor style to true on the PlotView; however, Control.SetStyle is protected, so consumers must resort to reflection or extending PlotView to do so. This could be

BruteShark
Yun-Ting
Yun-Ting commented Feb 16, 2022

Bug Report

Currently, the SDK allows LogRecord options to be changed after the object was being built by the LoggerFactory.
This could introduce unnecessary complexity toward different states (before/after options got updated) and making it harder to maintain.

Discussion: open-telemetry/opentelemetry-dotnet#2891 (comment)

**What is the expected behav

DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):

  • Updated Sep 16, 2021
  • C#

Improve this page

Add a description, image, and links to the netcore 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 netcore topic, visit your repo's landing page and select "manage topics."

Learn more