Skip to content

Instantly share code, notes, and snippets.

@slahn
slahn / keybase.md
Created July 3, 2019 11:01
keybase.md

Keybase proof

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:

@slahn
slahn / build.gradle
Created May 19, 2017 20:31
SWT and JFace with Gradle and Kotlin
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'
}
@slahn
slahn / Program.cs
Last active February 10, 2017 08:15
NServiceBus 6.1.2 NullReferenceException when scanning does not locate message type
using NServiceBus;
using System;
using System.IO;
using System.Reflection;
namespace NServiceBusAssemblyScanCrash
{
class Program
{
public class Message