kzu
-
Tracer
by: kzu clariuslabs-
- 1,452 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 -
-
-
- 1,414 total downloads
- last updated 6/15/2011
- Latest version: 1.0.0.11
A Json.NET-based MediaTypeFormatter for the WebApi that can handle text-based Json as well as binary Json (Bson). To use: var config = HttpHostConfiguration.Create().UseJsonNet(); -
-
-
- 1,369 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. -
-
OctoHook.
by: kzuAutoTask - 1,323 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Automatically creates task lists on referenced issues, back linking to the source issue and automatically updated. -
ReactiveSockets
by: kzu- 1,272 total downloads
- last updated 12/10/2014
- Latest version: 0.2.6
Implementing socket-based prototols in .NET has never been easier. Example: from header in socket.Receiver.Buffer(4) let length = BitConverter.ToInt32(header.ToArray(), 0)... More information -
-
- 1,247 total downloads
- last updated 3/17/2015
- Latest version: 2.3.24
Provides custom resolution of assembly references that are deployed locally with the consuming extension. -
-
- 1,221 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Core interfaces for OctoHook extensions. -
-
- 1,195 total downloads
- last updated 3/17/2015
- Latest version: 1.2.0
Provides full reflection capabilities using C# 4.0 dynamic syntax, including invoking and accessing public, internal or private, instance or static members including constructors. -
-
netfx-
by: kzuReflector -
- 1,160 total downloads
- last updated 6/15/2011
- Latest version: 1.0.0.10
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 -
-
- 1,158 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Automatically assign issues with title formatted with ':[username]' or ':me'. -
OctoHook.
by: kzuWeb - 1,155 total downloads
- last updated 2/25/2015
- Latest version: 0.3.24
GitHub webhook controller implementation for your web application. -
- 1,135 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Automatically close issues via standard GitHub mechanism (i.e. 'fixes #123'), regardless of the commit branch. -
- 1,096 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Automatically apply labels to issues with title formatted with one or more '+[label]'. -
-
- 1,090 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 -
-
OctoHook.
by: kzuAutoLink - 1,086 total downloads
- last updated 2/25/2015
- Latest version: 0.3.23
Automatically link issues to their corresponding user story (issues labeled 'story' or 'Story') based on a shared prefix with square brackets, like '[uex] Provide UI hints'. -
-
- 1,006 total downloads
- last updated 7/29/2014
- Latest version: 1.4.1
The core interface to implement fluent APIs that hide the default System.Object members, as explained in http://clarius.to/IFluentInterface -
-
-
- 982 total downloads
- last updated 4/27/2015
- Latest version: 0.4.2
Automates build and NuGet package restore for Visual Studio/MSBuild and Xamarin Studio/XBuild. This package provides a simple and straightforward way to build solutions and nuget packages via command... More information -
-
-
- 945 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 -
-
-
- 914 total downloads
- last updated 12/22/2011
- Latest version: 1.0.0.1
Core interface that serializers can implement to serialize and deserialize an object graph to and from a Stream. -
-
-
- 852 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds). See Unix Epoch in Wikipedia for more information on why this might be needed. Typical uses include... More information -