SDS2.HybridPlugins
0.0.7-preview
See the version list below for details.
dotnet add package SDS2.HybridPlugins --version 0.0.7-preview
NuGet\Install-Package SDS2.HybridPlugins -Version 0.0.7-preview
<PackageReference Include="SDS2.HybridPlugins" Version="0.0.7-preview" />
paket add SDS2.HybridPlugins --version 0.0.7-preview
#r "nuget: SDS2.HybridPlugins, 0.0.7-preview"
// Install SDS2.HybridPlugins as a Cake Addin #addin nuget:?package=SDS2.HybridPlugins&version=0.0.7-preview&prerelease // Install SDS2.HybridPlugins as a Cake Tool #tool nuget:?package=SDS2.HybridPlugins&version=0.0.7-preview&prerelease
This package contains a few helper classes to assist with creating SDS2 hybrid plugins.
Notable Classes
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.
SetupSerializer - if your SDS2 plugin uses a setup file then this class will write and read it from the correct location
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
Also, you can open the SDS2 job through this class
Product | Versions 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. |
-
- System.Text.Json (>= 7.0.2)
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.11-preview | 72 | 5/31/2024 |
0.0.10-preview | 183 | 11/13/2023 |
0.0.9-preview | 84 | 10/6/2023 |
0.0.8-preview | 73 | 10/3/2023 |
0.0.7-preview | 69 | 10/3/2023 |
0.0.6-preview | 95 | 7/13/2023 |
0.0.5-preview | 84 | 7/12/2023 |
0.0.4-preview | 82 | 6/30/2023 |
0.0.3-preview | 67 | 6/28/2023 |
Init Release