TinCan.NET
TinCan.NET copied to clipboard
C#/.NET library for Tin Can API
Also, updated to .NET 4.5. Sorry it took 2 additional useless commits, I'm relatively new to Git (and GitHub) and was screwed over by line endings. I did consider adding...
Need to implement the various interaction parts of the Statement model.
I'm working on integrating this TinCan library into some software and am finding that it freezes briefly whenever I try writing some data to the LRS. Has there been any...
The current implementation allows an actor to have nested groups. Since a [Group inherits from an Agent](https://github.com/RusticiSoftware/TinCan.NET/blob/master/TinCan/Group.cs#L23) you can have a group containing nested groups. This is against the spec:...
The `saveDocument` implementation doesn't send the ETag when available on the passed document. It needs to, it may also need to set it when 'content' is set.