TinCan.NET icon indicating copy to clipboard operation
TinCan.NET copied to clipboard

C#/.NET library for Tin Can API

Results 25 TinCan.NET issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Need to implement the various interaction parts of the Statement model.

enhancement

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...

enhancement

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:...

bug

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.

bug
enhancement