Skip to content
#

netcore

Here are 3,001 public repositories matching this topic...

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

  • Updated May 26, 2022
  • C#
MudBlazor
SigurdJanson
SigurdJanson commented May 1, 2022

Bug type

Other

Component name

No response

What happened?

The enum value OverflowBehavior.FilpOnOpen works. The correct spelling OverflowBehavior.FlipOnOpen does not.

Expected behavior

Rename the value to OverflowBehavior.FlipOnOpen

Reproduction link

https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs

Reproduction steps

bug good first issue
fsharp
dsyme
dsyme commented Jun 3, 2022
  1. FCS has an ability to take SyntaxTree as inputs instead of text. It was added by @eiriktsarpalis way back, but is to my knowledge entirely unused today - especially given the rate of churn in the specification of SyntaxTree as trivia has been added and other things cleaned up. I propose we remove this for simplicity's sake. At some later point we can take parsed inputs as input but there is
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
purkhusid
purkhusid commented Apr 8, 2022

Bug Report

If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.

The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/

bug help wanted good first issue

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 Apr 29, 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