TinCan.NET
TinCan.NET copied to clipboard
C#/.NET library for Tin Can API
ADL released xAPI 2.0.0 as an IEEE Standard [on October 20th, 2021](https://adlnet.gov/news/2021/10/20/IEEE-to-Standardize-xAPI-v2.0-as-an-International-Standard/). Here are the spec : [xAPI Base Standard Documentation](https://opensource.ieee.org/xapi/xapi-base-standard-documentation). When will TinCan.NET support 2.0.0?
Is it possible to change this technology (WebClient ) to use HttpClient? as it is no longer compatible with the latest technologies, such as blazor.
When I try to build for webGL in Unity 202.3.23, I get a long error which includes the following: System.InvalidOperationException: No action for the assembly TinCan, Version=1.3.0.0, Culture=neutral, PublicKeyToken... The...
Any chance of getting this recompiled into .NET Standard? As it is it's blocking upgrades. (yes with .NET Standard you can sort of us this, but you can't use it...
App can be built in 32bit mode (Mono scripting backend), but building for 64bit creates a Linker error: _"No action for the assembly TinCan, Version=1.3.0.0, Culture=neutral, PublicKeyToken=7e2d97554f738180 defined"_ Is TinCan...
I have the Tincan.dll file that act as intermediarie for sending XAPI statements in an android app build with Unity using Vuforia, . When I try the same app within...
The sample code under Basic Usage (http://rusticisoftware.github.io/TinCan.NET/) will not compile. The first issue is that the code is not contained in a function. The second is that the line: ``activity.id...
Hi, I'm trying to insert gps positions as Extensions into Context Object. When I call the object i can't find how to insert the values. This is the code I...
Hey everyone, if the connection is not stable (maybe because of wrong url or other stuff) I would like to make a local backup. so far everything is already implemented....
Because `AgentAccount.HomePage` is of type `System.Uri`, its `ToString()` returns a canonicalized version of the original string (for more details, see [this link](https://blogs.msdn.microsoft.com/ncl/2010/02/23/system-uri-faq/) and scroll down to question 4). This leads...