chrisfcarroll
-
- 480,129 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 without requiring third-party fonts. The framework makes it easy to define new symbologies and... More information -
- 123,259 total downloads
- last updated 7/11/2020
- Latest version: 4.1.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 Contexts - HttpClient - Ado.Net - Streams & Logging - Mix & match with your... More information -
- 84,652 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 symbologies without requiring third-party fonts. The framework makes it easy to define new... More information -
- 73,482 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 LoggerConfiguration().WriteTo.StringList(log).CreateLogger(); ...tests... log.ShouldContain( x=>x.Matches("kilroy was here") ); ``` This is for Serilog. For... More information -
- 39,911 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 ControllerContext and HttpContext for both Mvc and... More information -
- 38,822 total downloads
- last updated 11/24/2020
- Latest version: 2.4.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, errors) = new MailMerger().Merge(inputStream, Dictionary); var (ok,errors) = new... More information -
- 13,379 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, IHostingEnvironment env) { if (env.IsDevelopment()) { app... More information -
- 12,656 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>; ) - fakeDbConnection.SetupForQuery(IEnumerable<Tuple<TFakeDataForTable1,TFakeDataForTable2>> ) - fakeDbConnection.SetupForQuery(fakeData, new[]... More information -
- 9,256 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 Contexts - HttpClient - Ado.Net - Streams & Logging TestBase.Mvc is renamed... More information -
- 7,446 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 WebApi Contexts - HttpClient - Ado.Net - Streams & Logging Chainable fluent assertions get... More information -
- 6,238 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 WebApi Contexts - HttpClient - Ado.Net - Streams & Logging - Mix & match with your... More information -
- 5,329 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 dependencies, whether or not a suitable concrete subtype is found in any currently loaded... More information -
- 4,037 total downloads
- last updated 10/23/2018
- Latest version: 4.1.2.5
Extensions.Logging.ListOfString logs to a list of string so you can test your logging : ``` ILoggerFactory factory=new LoggerFactory.AddProvider(new StringListLoggerProvider()) ILogger logger= factory.CreateLogger("Test1"); ...tests... ; StringListLogger.Instance .LoggedLines... More information -
- 3,720 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 and should then work out of the... More information -
- 3,449 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 WebApi Contexts - HttpClient - Ado.Net - Streams & Logging Chainable fluent assertions get... More information -
- 3,092 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 UnitUnderTest to test your codebase end-to-end, with external dependencies auto-faked and... More information -
- 760 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 `http://localhost:5000/MyApplicationComponent/MethodName?parameterA=a¶meterB=B` ``` public class Startup { public void ConfigureServices(IServiceCollection... More information -
- 672 total downloads
- last updated 3/5/2018
- Latest version: 2.0.0-prerelease-pending-system-runtime-caching (prerelease)
Package Description