-
Updated
Oct 22, 2021 - C#
NuGet

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,525 public repositories matching this topic...
-
Updated
Oct 21, 2021 - C#
-
Updated
Nov 18, 2020 - C#
-
Updated
Oct 21, 2021 - C#
-
Updated
Oct 20, 2021 - C#
Currently when calling the MSBuild
alias with an MSBuildSettings
, we need to set the target using the WithTarget
extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
-
Updated
Oct 21, 2021 - C#
-
Updated
Oct 23, 2021 - C#
-
Updated
May 14, 2021 - C#
-
Updated
Oct 22, 2021 - C#
-
Updated
Oct 15, 2021 - C#
-
Updated
Oct 18, 2021 - C#
-
Updated
Sep 24, 2021 - C#
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
-
Updated
Sep 25, 2021
Is your feature request related to a problem? Please describe.
I would like to know how Brighter reacts if it receives messages from other systems.
Describe the solution you'd like
Would like to know if you can rely on default behavior or if any additional message headers are needed
-
Updated
Oct 10, 2021 - C#
-
Updated
Oct 22, 2021 - C#
-
Updated
May 4, 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.
-
Updated
Oct 21, 2021 - C#
-
Updated
Oct 17, 2021 - C#
-
Updated
Oct 21, 2021 - C#
-
Updated
Oct 1, 2021 - C#
-
Updated
Oct 14, 2021 - C#
-
Updated
Aug 19, 2021 - C#
Created by Microsoft, .NET Foundation
Released October 5, 2010
- Organization
- NuGet
- Website
- www.nuget.org
- Wikipedia
- Wikipedia
Documentation for
hidewindow
configuration is missing.Suggested solution