Skip to content
#

NuGet

nuget logo

NuGet is a free and open source package manager for Microsoft development platforms including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

Here are 1,349 public repositories matching this topic...

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

  • Updated Jan 30, 2021
  • C#
BaGet
loic-sharma
loic-sharma commented Jan 21, 2020

Bug

If BaGet is started in debug mode it will log:

dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
      The property 'PackageKey' on entity type 'PackageDependency' was created in shadow state because there are no eligible CLR members with a matching name.
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
      The property 'PackageKey' on entity type 'Packa
Brighter
iancooper
iancooper commented Dec 23, 2020

Is your feature request related to a problem? Please describe.
We have some places where we need to have sync over async, usually because we are supporting a sync api but the transport only has an async api. The problem is that this code is likely to deadlock. For this reason we need to make sure we use the best approach to that

Describe the solution you'd like
Use AsyncHelper: https

Created by Microsoft, .NET Foundation

Released October 5, 2010

Organization
NuGet
Website
www.nuget.org
Wikipedia
Wikipedia

Related Topics

dotnet