scriptsharp
scriptsharp copied to clipboard
Assigning delegate to a Func<> causes silent build failure in v0.7.5
The following code causes the build to fail without an error message:
class TestClass {
public Func<bool> TestField = delegate() { return true; };
}
Only tested in 0.7.5, not sure if it still applies to 0.8.