chrisfcarroll
-
- 833,508 total downloads
- last updated 7/1/2014
- Latest version: 3.1.10729.1
Barcode Rendering Framework Release.3.1.10729 from http://barcoderender.codeplex.com/ 30th June 2014 The bar-code rendering framework quite simply encapsulates the native rendering of barcode symbologies... More information -
-
.NET 5.0 This package targets .NET 5.0. The package is compatible with this framework or higher. .NET Standard 1.6 This package targets .NET Standard 1.6. The package is compatible with this framework or higher. .NET Framework 4.5 This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
- 439,490 total downloads
- last updated 6/24/2025
- Latest version: 4.4.4
*TestBase* gives you a flying start with - fluent assertions that are easy to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc or WebApi... More information -
-
- 222,339 total downloads
- last updated 11/20/2018
- Latest version: 4.1.4.3
Serilog.Sinks.ListOfString logs to a list of string so you can test your logging : ``` var log= new List<String>(); var testLogger= new... More information -
-
.NET 8.0 This package targets .NET 8.0. The package is compatible with this framework or higher. .NET Core 3.1 This package targets .NET Core 3.1. The package is compatible with this framework or higher. .NET Standard 2.1 This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
- 194,121 total downloads
- last updated 5/24/2025
- Latest version: 2.6.0
MailMerge replaces simple and complex merge fields in WordProcessingML .docx files and helps you apply .Net's Xml & XPath tooling to Word documents. Component Usage For Streams or Files: ``` var (outputStream,... More information -
-
- 160,052 total downloads
- last updated 7/1/2014
- Latest version: 3.1.10729.1
Barcode Rendering Framework Release.3.1.10729 components for Asp.Net, from http://barcoderender.codeplex.com/ The bar-code rendering framework quite simply encapsulates the native rendering of barcode... More information -
- 82,787 total downloads
- last updated 11/20/2018
- Latest version: 4.1.4.3
*TestBase* gets you off to a flying start when unit testing projects with dependencies. TestBase-Mvc adds a rich extensible set of fluent assertions for verifying Mvc ActionResults and for easy setup of... More information -
- 41,028 total downloads
- last updated 11/4/2018
- Latest version: 1.0.0
Add RouteDebuggingLogger to your AspNetCore app and behold in relieve as it explains to your Logger what routes AspNetCore.Mvc has identified. ``` public void Configure(IApplicationBuilder app,... More information -
- 21,255 total downloads
- last updated 5/20/2018
- Latest version: 4.1.2
*TestBase* gives you a flying start with - fluent assertions that are easy to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc or WebApi... More information -
- 21,201 total downloads
- last updated 12/20/2018
- Latest version: 5.0.0
TestBase.AdoNet TestBase.FakeDb ------------------ Fake and verify AdoNet queries and commands ``` - fakeDbConnection.SetupForQuery(IEnumerable<TFakeData>; ) -... More information -
- 19,296 total downloads
- last updated 12/2/2018
- Latest version: 4.2.0
*TestBase* gives you a flying start with - fluent assertions that are simple to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc 3-5, or... More information -
- 16,151 total downloads
- last updated 5/26/2018
- Latest version: 4.1.2.2
*TestBase* gives you a flying start with - fluent assertions that are easy to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc or... More information -
- 14,147 total downloads
- last updated 11/28/2024
- Latest version: 4.1.3
Extensions.Logging.ListOfString logs to a list of string so you can test your logging : ``` ILoggerFactory factory=new LoggerFactory.AddProvider(new StringListLoggerProvider()) ILogger logger=... More information -
- 10,799 total downloads
- last updated 9/6/2021
- Latest version: 0.3.2
An `AnythingActivator` will make an extreme effort to find and instantiate a concrete class which is assignable to a `Type`, whether or not the Type is concrete, whether or not the Type has constructor... More information -
- 8,109 total downloads
- last updated 9/6/2021
- Latest version: 0.3.2
Don't spend hours writing code to mock a dozen dependencies, and more hours debugging it. Just write your test code, and let FixtureBase create the dependencies for you. FixtureBase constructs your... More information -
-
- 5,328 total downloads
- last updated 5/24/2022
- Latest version: 6.0.0
A slightly-opinionated `dotnet new` template for a component classlib which also runs from the commandline. The opinions are that logging, configuration and testing are good things, but should each be opt-in... More information -
-
- 3,971 total downloads
- last updated 5/27/2018
- Latest version: 4.1.2.3
*TestBase* gives you a flying start with - fluent assertions that are easy to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc or... More information -
- 1,891 total downloads
- last updated 7/11/2024
- Latest version: 0.1.0
The TooString() extension method stringifies objects in ways that other serializers don't. TooString() can - make a best effort to stringify unserializable objects. - Output as Json, or C# Code, or ‘debug’... More information -
- 1,088 total downloads
- last updated 11/4/2018
- Latest version: 1.0.0
Add Component.As.Service to your AspNetCore app in the usual way and behold as your application component is exposed to the world at... More information -
- 1,003 total downloads
- last updated 3/5/2018
- Latest version: 2.0.0-prerelease-pending-system-runtime-caching (prerelease)
Package Description -
-
.NET 5.0 This package targets .NET 5.0. The package is compatible with this framework or higher. .NET Standard 1.6 This package targets .NET Standard 1.6. The package is compatible with this framework or higher. .NET Framework 4.5 This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
- 128 total downloads
- last updated 12/5/2024
- Latest version: 4.2.2
``` var timer= new RecordingStopwatch().Start(); timer.Add("Event1"); timer.Add("Event2"); Console.Outline( timer.ToString() ); var record= timer.Timings.Select(t=> (t.Event,... More information -