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,357 public repositories matching this topic...

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

  • Updated Feb 8, 2021
  • C#
cake
augustoproiete
augustoproiete commented Feb 13, 2021

In #2975 we introduced a way to opt-out of ANSI coloring by setting an environment variable (NO_COLOR).

This issue is about introducing two more alternative ways to opt-out of ANSI coloring:

  1. Via a new command-line switch e.g. --no-color and/or --settings_color=never

  2. Via a configuration setting in cake.config


For the configuration options, I su

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

abbasc52
abbasc52 commented Feb 10, 2021

RulesEngine has many amazing features but lacks detailed documentation on those.

  • Json based rules defination
  • Multiple input support
  • Dynamic object input support
  • C# Expression support
  • Extending expression via custom class/type injection
  • Scoped parameters
  • Post rule execution actions

Please comment on which feature you feel needs more/improved documentation.

Created by Microsoft, .NET Foundation

Released October 5, 2010

Organization
NuGet
Website
www.nuget.org
Wikipedia
Wikipedia

Related Topics

dotnet