Skip to content

Instantly share code, notes, and snippets.

View sloncho's full-sized avatar

Sunny Milenov sloncho

  • VMMS Consulting
View GitHub Profile
@sloncho
sloncho / gist:5665084
Created May 28, 2013 18:44
Automapper AccessViolationException
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using AutoMapper;
using NUnit.Framework;
namespace StackOverflowExample.Automapper
{
public class Contact
@sloncho
sloncho / gist:f43e16f597548678b787
Last active July 11, 2017 22:06
Inconsistent exception handling in NancyFx module pipeline
using System;
using Nancy;
using Nancy.Testing;
using NUnit.Framework;
using SharpTestsEx;
namespace StackOverflowExample.Nancy
{
[TestFixture]
public sealed class ModuleOnError