When I pull the latest version, I get:
The type or namespace name 'Function' could not be found (are you missing a using directive or an assembly reference?) in \AsanaFunction.cs 10
https://github.com/acron0/AsanaNet/blob/master/AsanaNet/AsanaFunction.cs#L22
Is Function a missing class somehow, or is it just supposed to reference a standard .NET class?
I'm using .NET 4.5.
When I pull the latest version, I get:
The type or namespace name 'Function' could not be found (are you missing a using directive or an assembly reference?)in\AsanaFunction.cs 10https://github.com/acron0/AsanaNet/blob/master/AsanaNet/AsanaFunction.cs#L22
Is
Functiona missing class somehow, or is it just supposed to reference a standard .NET class?I'm using .NET 4.5.