I hereby claim:
- I am slahn on github.
- I am slahn (https://keybase.io/slahn) on keybase.
- I have a public key ASDBxfTSTusHo5rgnMB2from1fYG3AGcSTWOK4HCPctfuwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
group 'example' | |
version '1.0-SNAPSHOT' | |
buildscript { | |
ext { | |
kotlin_version = '1.1.2-2' | |
osgi_platform = 'win32.win32.x86_64' | |
swt_version = '3.105.3' | |
} |
using NServiceBus; | |
using System; | |
using System.IO; | |
using System.Reflection; | |
namespace NServiceBusAssemblyScanCrash | |
{ | |
class Program | |
{ | |
public class Message |