This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download free cheatsheets and other materials from https://DevOps.Broker/free-materials | |
# | |
# Put this file in your home directory: ~/.gitconfig.aliases | |
# | |
# Include this in your own .gitconfig by using the | |
# [include] directive with the path to this file | |
# | |
# [include] | |
# path = ~/.gitconfig.aliases | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq; | |
using Akka.Actor; | |
using Akka.Event; | |
using Akka.Pattern; | |
using Akka.TestKit; | |
using Akka.TestKit.NUnit; | |
using Akka.Util.Internal; | |
using NLog; | |
using NLog.Targets; |