irsdkSharp
Originally created by Scott Przybylski http://members.iracing.com/jforum/posts/list/1474031.page
Was not on GitHub, no nuget package and copy pasted into several sources of other iRacing programs on GitHub.
We have modified and released this as a .netstandard & net 5.0 project.
Build and Release
The build and release is done through Azure Pipelines and pushes to NuGet, the reasoning behind this is due to the code being signed by a code signing cert. Now although this is possible via Actions the current cert is a hardware token cert so I do need to be involved in it.
DEV | |
---|---|
Build | |
Nuget irsdkSharp | |
Nuget irsdkSharp.Serialization | |
Nuget irsdkSharp.Calculation |
MAIN | |
---|---|
Build | |
Nuget irsdkSharp | |
Nuget irsdkSharp.Serialization | |
Nuget irsdkSharp.Calculation |
Usage and Docs
This is a TODO, we are working hard on this and other projects. Docs will come soon.