-
Updated
May 26, 2022 - 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,591 public repositories matching this topic...
-
Updated
May 30, 2022 - C#
-
Updated
May 30, 2022 - C#
-
Updated
Nov 18, 2020 - C#
-
Updated
May 5, 2022 - 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
May 27, 2022 - C#
-
Updated
May 24, 2022 - C#
-
Updated
May 18, 2022 - C#
-
Updated
May 29, 2022 - C#
-
Updated
May 20, 2022 - C#
-
Updated
May 18, 2022 - 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
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
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
May 29, 2022 - C#
-
Updated
Sep 25, 2021
-
Updated
May 21, 2022 - C#
-
Updated
May 4, 2021
-
Updated
May 30, 2022 - C#
-
Updated
May 24, 2022 - C#
-
Updated
Oct 1, 2021 - C#
Is your feature request related to a problem? Please describe.
No, I wouldn't say it's a "problem", but: At least for me, when VSTHRD111 happens, and I "Alt-Enter" to get to the suggested code fixes, the first code fix listed is always to use ConfigureAwait(true)
. Since it is the first listed, it is the default choice when you hit "Alt-Enter" then "Enter".
In my experience, that's a
-
Updated
Mar 28, 2022 - 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