chrisfcarroll
-
- 863,616 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.
- 451,331 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 -
-
- 234,292 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.
- 206,031 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 -
-
- 164,604 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 -
- 86,732 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 -
- 45,797 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 -
-
.NET 6.0 This package targets .NET 6.0. The package is compatible with this framework or higher. .NET Standard 2.0 This package targets .NET Standard 2.0. 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.
- 22,736 total downloads
- last updated 12/20/2024
- Latest version: 5.1.0-prerelease1 (prerelease)
TestBase.AdoNet TestBase.FakeDb ------------------ Fake and verify AdoNet queries and commands ``` - fakeDbConnection.SetupForQuery(IEnumerable<TFakeData>; ) -... More information -
-
- 22,191 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 -
- 19,934 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,654 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,942 total downloads
- last updated 5/7/2025
- Latest version: 4.2.0-preview (prerelease)
**Extensions.Logging.ListOfString** logs to a list of string so you can test your logging. If your components depend on an `ILogger<T>` use `Microsoft.Extensions.Logging.LoggerFactory` to make... More information -
- 11,185 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,328 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,752 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 -
-
- 4,119 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 -
- 4,035 total downloads
- last updated 6/30/2025
- Latest version: 0.5.0-preview (prerelease)
TooString() can - make a best effort to stringify unserializable objects. - Output as Json, or C# Code, or ‘debug’ output TooString offers 3 extension method groups on... More information -
- 1,152 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,143 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.
- 158 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 -