chrisfcarroll
-
- 766,637 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.
- 420,927 total downloads
- last updated 12/9/2024
- Latest version: 4.3.0
*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 -
-
- 195,316 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 6.0 This package targets .NET 6.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.
- 167,868 total downloads
- last updated 6/9/2023
- Latest version: 2.5.1
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 -
-
- 151,715 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 -
- 75,990 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 -
- 29,043 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 -
- 19,732 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 -
- 18,669 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 -
- 17,816 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 -
- 15,123 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 -
- 12,106 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,217 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 -
- 7,818 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,061 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,744 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 -
- 993 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 -
- 789 total downloads
- last updated 3/5/2018
- Latest version: 2.0.0-prerelease-pending-system-runtime-caching (prerelease)
Package Description -
- 472 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 -
-
.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.
- 108 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 -