Skip to content

Libraries Used

Nick M edited this page Feb 12, 2021 · 1 revision
  • Autofac - IoC container framework for easy dependency swapping.
  • Moq - Mocking framework for easily creating shims and stubs.
  • NUnit - Unit Testing framework that allows easily reusing unit test methods.
  • SeriLog - A Logging framework that allows logging out to multiple "sinks".
    • SeriLog.Sink.Seq - Uses the Seq dashboard as a consumer for logging.
    • SeriLog.Sink.Email - Uses an email client as a consumer for logging.
    • SeriLog.Sink.Console - Uses console output as a consumer for logging.
  • SharpPcap - A packet capture framework providing the core functionality of this program.
Clone this wiki locally