kzu
-
-
- 74,058 total downloads
- last updated 12/22/2011
- Latest version: 1.1.0.3
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose. Usage: AppDomain.CurrentDomain.SetData<Foo>(foo); var saved =... More information -
-
-
- 71,052 total downloads
- last updated 12/22/2011
- Latest version: 1.1.1.1
Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class. -
-
- 71,049 total downloads
- last updated 7/7/2024
- Latest version: 1.2.0
A global tool for managing hierarchical configurations for dotnet tools, using git config format. -
-
- 69,717 total downloads
- last updated 4/10/2015
- Latest version: 1.2.1
Implements the tracing interface on top of the System.Diagnostics.TraceSource capabilities, extending it with log4net-style hierarchical logging and runtime dynamic configurability of trace sources. -
-
MSBuilder.
by: kzu mobessenGit -
- 66,629 total downloads
- last updated 9/20/2017
- Latest version: 0.3.0
Provides the $(Git) property which properly locates the Git executable in the current machine. -
-
- 63,430 total downloads
- last updated 6/16/2024
- Latest version: 2.4.3
A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core. -
-
- 62,781 total downloads
- last updated 6/16/2017
- Latest version: 2.0.14
Common targets to create version-aware Visual Studio extensions easily. -
-
netfx-
by: kzuReflector -
- 62,320 total downloads
- last updated 3/6/2019
- Latest version: 1.0.0.11
Strong-typed static reflection via Reflect: // Void static method MethodInfo cw = Reflect.GetMethod( () => Console.WriteLine); // Instance void method MethodInfo mi = Reflect<IView>.GetMethod(v =>... More information -
-
CoreBuild.
by: kzuUpdater -
- 56,197 total downloads
- last updated 9/25/2017
- Latest version: 1.0.1
Provides the Update target so that target files can update themselves from an $(UpdateUrl) by comparing a defined $(ETag) property. -
-
-
- 53,818 total downloads
- last updated 1/6/2014
- Latest version: 1.1.7
The interfaces provided by this package allow component authors to provide tracing statements that are agnostic to the actual implementation that will be used when they are used at runtime, which is an... More information -
-
- 53,499 total downloads
- last updated 8/14/2014
- Latest version: 0.2.4
Provides the Common Composition bindings for Unity. -
- 53,260 total downloads
- last updated 11/26/2024
- Latest version: 2.0.10
This package generates a static `ThisAssembly.Resources` class with public properties exposing `string` and `Stream` shortcuts to access embedded resources. > This project uses SponsorLink to... More information -
-
- 52,298 total downloads
- last updated 12/20/2016
- Latest version: 0.9.2
Redefines the XmlPoke built-in task so that it preserves whitespace and formatting. Drop-in replacement. -
-
-
- 51,332 total downloads
- last updated 7/31/2011
- Latest version: 1.0.0
A safe sequential GUID generator (or Comb) that improves performance of GUID-style identifiers used in persistence. -
-
- 49,435 total downloads
- last updated 10/18/2024
- Latest version: 2.6.0
Packages the Git Credential Manager cross-platform implementation for Windows, macOS and Linux for use as a generic credential store. Usage: var store = CredentialManager.Create("myapp");... More information -
-
- 47,362 total downloads
- last updated 9/8/2016
- Latest version: 0.2.1
Provides the DumpItems task which can be used to dump an item list and all their metadata, for easy diagnostics and troubleshooting. -
-
-
- 47,118 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0.2
Provides a dynamic API over XLinq: var xdoc = XDocument.Load("rss.xml"); var rss = doc.Root.ToDynamic(); // Type conversion, element traversal // using dotted path notation DateTime pubDate =... More information -
-
- 44,172 total downloads
- last updated 1/29/2024
- Latest version: 2.0.0
Merq: Default Message Bus (Commands + Events) Implementation, for internal application architecture via command and event messages. Only the main application assembly needs to reference this package.... More information