Skip to content

Instantly share code, notes, and snippets.

View michaeldimoudis's full-sized avatar

Michael Dimoudis michaeldimoudis

View GitHub Profile
@michaeldimoudis
michaeldimoudis / Program.cs
Created August 24, 2017 22:24
.Net Core Func<T, T, T, T, T, T, T, T, TR> bug on unix environments? Works in Windows. Bug exists in core 1.1 & 2.0
using System;
namespace functest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");