kzu
- 2,278,527 total downloads
- last updated 5/15/2022
- Latest version: 2.1.669
An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage
- 818,042 total downloads
- last updated 8/14/2014
- Latest version: 0.2.4
Provides the Common Composition bindings for MEF.
- 550,282 total downloads
- last updated 2/23/2021
- Latest version: 2.2.1
Open source implementation of the T4 templating engine
This package allows embedding the T4 engine in an application.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
- 509,122 total downloads
- last updated 9/8/2021
- Latest version: 7.1.0-final.1.21458.1 (prerelease)
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
- 432,171 total downloads
- last updated 8/14/2017
- Latest version: 2.0.3
Provides assembly-level shared state via IAssemblyFixture<TFixture>, just like built-in class fixture state.
- 382,666 total downloads
- last updated 7/30/2021
- Latest version: 1.0.6
APIs for handling dotnet-config compatible settings for any dotnet tool.
Usage:
var config = Config.Build();
var value = config.GetString("section", "subsection", "variable");
// Setting values, Config is immutable, so chain calls and update var
config = config
.SetString("section",...
More information
- 285,965 total downloads
- last updated 1/23/2019
- Latest version: 1.22.0
Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without requiring the installation of any Visual Studio SDK.
- 271,206 total downloads
- last updated 3/14/2017
- Latest version: 2.0.8
An improved API on top of System.Diagnostics.
Adds support for dynamic runtime configuration of trace sources, hierarchical trace sources and testability.
Usage: static readonly ITracer tracer = Tracer.Get<MyClass>();
netfx-Guard
by:
kzu
- 262,588 total downloads
- last updated 3/26/2013
- Latest version: 1.3.3.2
The only argument validation file you need, with full refactoring support and strong-typing.
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue)
- 125,853 total downloads
- last updated 11/3/2020
- Latest version: 0.2.2
Allows emitting arbitrary assembly attributes, compatible with SDK-style projects and classic ones.
Usage: declare @(AssemblyAttribute) items to include, such as:
<ItemGroup>
<AssemblyAttribute Include="[ATTRIBUTE_FULL_TYPENAME]" _Parameter1="[CTOR_ARG]" _ParameterN="[CTOR_ARG_N]" />...
More information
- 120,674 total downloads
- last updated 6/21/2019
- Latest version: 3.1.11
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the
same .resx file, but exposing format parameters as method parameters and organizing strings in classes according to the resource name
if it uses underscores. i.e. User_InvalidCredentials...
More information
- 110,441 total downloads
- last updated 10/26/2018
- Latest version: 0.2.6
Provides the $(CodeTaskAssembly) property which properly locates the right assembly to use for inline tasks depending on the currently executing MSBuild engine.
- 68,224 total downloads
- last updated 8/7/2016
- Latest version: 0.2.72
Allows creating reliable, flexible and fast VS SDK integration (VSIX) tests that run using any xUnit capable runner, such as Visual Studio built-in Test Explorer or TestDriven.NET.
- Previous
- Next