TinCanAPILibraryCSharp icon indicating copy to clipboard operation
TinCanAPILibraryCSharp copied to clipboard

DEPRECATION NOTICE: This library is deprecated, use the TinCan.NET library instead

Results 6 TinCanAPILibraryCSharp issues
Sort by recently updated
recently updated
newest added

The classes in the Types/NullableTypes directory seem to be non-standard partial implementations of the [Nullable(T)](http://msdn.microsoft.com/en-us/library/b3h38hb0.aspx) struct found in .NET since 2.0. I don't see a compelling reason to use a...

Actor.cs has this as code ``` public string Mbox_sha1sum { get { return mbox_sha1sum; } set { mbox_sha1sum = value.ToLower(); } } /// /// Array of OpenIDs for the actor...

Are there any known active projects that are presently using this library? It would be helpful to list them out in order to help assess the amount of effort that...

Since the core use case of validation is to find out what problems exist within a given structure, it seems like it would make sense for `IValidatable.Validate` to return a...

.NET Statement model representation, validation, and serialization functionality are of use to both xAPI clients and xAPI LRS implementations. Thus, the Model and JSON related classes should not be tied...

In order to reduce barriers to development independent of VisualStudio (i.e. using MonoDevelop, XamarinStudio, vim, etc), it would be wise to use a test framework that works on Mono and...