Notes on K2 Inline functions
Yesteday I tweeted about inline functions and how to get your Icon working properly.
Appart from all the info in Johnny’s blogpost, there are some other catches as well. Just because i keep forgetting them, here’s a mental note to myself.
It’s a normal class library Start your project with a normal .NET class library. Make sure it’s .NET 3.5. Add references to the following files:
SourceCode.Framework SourceCode.Workflow.Functions – this one isn’t always needed.