Top 20 NuGet Packages

Offers buffered logging to Serilog to only write to the log upon a specific log level. The web version automatically buffers based on the HTTP Request Id.
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 Mic...
Redis sink for Serilog
WCF (Service Model) request and error logging behaviors and trace listeners.
Servicem8 C# Library
Result models for the service result pattern. Allows for wrapping data and errors in a reusable way.
Takes the chain library concept a bit further away, and adds protocol support for the objects that are using the chain concept. You may send actions throught the wire and apply them in different application, process and/or computer domain contexts (chains). This library takes out that complex...
Add Webhooks to your ServiceStack services
SerwerSMS API
Reactive framework for building uis
a client to call the the DAS Assessment Organisation service
Employer features integration for SFA.DAS.Authorization
Provider permissions integration for SFA.DAS.Authorization
Events raised by SFA.DAS.EmployerAccounts
Provides Microsoft SQL Server repository implementations for Syndication messaging sub-system
Client library for accessing ReferenceData API
Package Description
Client library for accessing Tasks API
Entity Framework testing infrastructure for SFA.DAS
SFTP wrapper for SSH.Net