SDS2.HybridPlugins 0.0.10-preview

This is a prerelease version of SDS2.HybridPlugins.
dotnet add package SDS2.HybridPlugins --version 0.0.10-preview
NuGet\Install-Package SDS2.HybridPlugins -Version 0.0.10-preview
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SDS2.HybridPlugins" Version="0.0.10-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SDS2.HybridPlugins --version 0.0.10-preview
#r "nuget: SDS2.HybridPlugins, 0.0.10-preview"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SDS2.HybridPlugins as a Cake Addin
#addin nuget:?package=SDS2.HybridPlugins&version=0.0.10-preview&prerelease

// Install SDS2.HybridPlugins as a Cake Tool
#tool nuget:?package=SDS2.HybridPlugins&version=0.0.10-preview&prerelease

This package contains a few helper classes to assist with creating SDS2 hybrid plugins.

Notable Classes

  1. SDS2Connect - this class manages the connection to SDS2. This class will be used when the user needs to interact with the SDS2 in any way. Make sure to either dispose of the object or disconnect from SDS2.

  2. SetupSerializer - if your SDS2 plugin uses a setup file then this class will write and read it from the correct location

  3. SDS2InfoService - This class does a few things. When instantiated it will:

  • Check to see if the user is connected to SDS2
  • Set Credentials if they are not already set
  • Check out a license
  • Open the default data directory
  • Validate the user has the required licenses
  1. PluginData - if you need to save some data for the plugin this class will write that data relative to the SDS2 job

Also, you can open the SDS2 job through this class

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.10-preview 159 11/13/2023
0.0.9-preview 72 10/6/2023
0.0.8-preview 62 10/3/2023
0.0.7-preview 58 10/3/2023
0.0.6-preview 84 7/13/2023
0.0.5-preview 75 7/12/2023
0.0.4-preview 73 6/30/2023
0.0.3-preview 58 6/28/2023

Init Release