-
Updated
Oct 11, 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,517 public repositories matching this topic...
-
Updated
Oct 1, 2021 - C#
-
Updated
Nov 18, 2020 - C#
-
Updated
Oct 11, 2021 - C#
-
Updated
Sep 29, 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 11, 2021 - C#
-
Updated
Oct 10, 2021 - C#
-
Updated
May 14, 2021 - C#
-
Updated
Oct 10, 2021 - C#
-
Updated
Sep 9, 2021 - C#
-
Updated
Oct 10, 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
Describe the bug
Our standard is to use XML comments on public methods as these provides documentation on a help request. The ASB Transport needs this work
-
Updated
Oct 10, 2021 - C#
-
Updated
May 4, 2021
-
Updated
Oct 7, 2021 - C#
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 8, 2021 - C#
-
Updated
Oct 7, 2021 - C#
-
Updated
Oct 7, 2021 - C#
-
Updated
Oct 1, 2021 - C#
-
Updated
Aug 19, 2021 - C#
-
Updated
Oct 9, 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