Skip to content
#

netcore

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

微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Mar 20, 2022
  • C#
MudBlazor
uhfath
uhfath commented Oct 20, 2021

Bug type

Component

Component name

MudTable

What happened?

When using a NoRecordsContent inside a MudTable with Striped and Hover enabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.

Expected behavior

NoRecordsContent should render without Striped or Hover styles applied.

Reprod

bug good first issue bug-visual
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
CodeBlanch
CodeBlanch commented Mar 16, 2022

Currently OpenTelemetry.Exporter.Prometheus contains two hosting mechanisms:

  • PrometheusExporterMiddleware (ASP.NET Core)
  • PrometheusExporterHttpServer (HttpListener)

We decided on the SIG meeting today (3/15/2022) that we want to split these two hosting mechanisms into their own projects/assemblies. That should simplify configuration & documentation and also allow for the introduct

enhancement help wanted good first issue area:exporter:prometheus

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

  • Updated Mar 11, 2022
  • 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