Issue originally authored by @Niko-O.
The Svt.Caspar project is completely undocumented. It would be very helpful to have at least some basic documentation of the classes and their members.
I'm talking about the XML-documentation in the code like this:
/// <summary>
/// This class is used to do some stuff and it uses <see cref="SomeOtherClass"/> to do that.
/// </summary>
public class CasparDevice { ....