Skyline.DataMiner.CICD.Validators.Protocol.Features
1.1.1
Prefix Reserved
See the version list below for details.
dotnet add package Skyline.DataMiner.CICD.Validators.Protocol.Features --version 1.1.1
NuGet\Install-Package Skyline.DataMiner.CICD.Validators.Protocol.Features -Version 1.1.1
<PackageReference Include="Skyline.DataMiner.CICD.Validators.Protocol.Features" Version="1.1.1" />
paket add Skyline.DataMiner.CICD.Validators.Protocol.Features --version 1.1.1
#r "nuget: Skyline.DataMiner.CICD.Validators.Protocol.Features, 1.1.1"
// Install Skyline.DataMiner.CICD.Validators.Protocol.Features as a Cake Addin #addin nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=1.1.1 // Install Skyline.DataMiner.CICD.Validators.Protocol.Features as a Cake Tool #tool nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=1.1.1
Skyline.DataMiner.CICD.Validators.Protocol.Features
About
This NuGet package holds the code to identify which features are being used inside the connector. Do note that this is not a full list of all the features.
About DataMiner
DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.
The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.
A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").
Note See also: About DataMiner.
About Skyline Communications
At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.
Getting Started
Creation of ProtocolInputData
string protocolXml = ...;
Microsoft.CodeAnalysis.Solution solution = ...;
Parser parser = new Parser(protocolXml);
XmlDocument document = parser.Document;
ProtocolModel model = new ProtocolModel(document);
QActionCompilationModel qactionCompilationModel = new QActionCompilationModel(model, solution);
var protocolInputData = new ProtocolInputData(model, document, qactionCompilationModel);
Run VersionChecker
CancellationToken cancellationToken = ...;
var protocolInputData = ...;
var result = VersionChecker.GetUsedFeatures(protocolInputData, cancellationToken);
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. |
-
.NETStandard 2.0
- Skyline.DataMiner.CICD.CSharpAnalysis.Protocol (>= 1.0.2)
- Skyline.DataMiner.CICD.Validators.Common (>= 1.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Skyline.DataMiner.CICD.Validators.Protocol.Features:
Package | Downloads |
---|---|
Skyline.DataMiner.CICD.Validators.Protocol
Library containing methods to validate DataMiner protocols. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.11 | 211 | 10/1/2024 |
1.1.10 | 296 | 9/3/2024 |
1.1.9 | 243 | 8/8/2024 |
1.1.8 | 143 | 7/24/2024 |
1.1.7 | 155 | 7/5/2024 |
1.1.6 | 136 | 6/21/2024 |
1.1.5 | 138 | 6/3/2024 |
1.1.4 | 161 | 5/21/2024 |
1.1.4-charlie | 137 | 5/17/2024 |
1.1.4-bravo | 116 | 5/17/2024 |
1.1.4-alpha | 113 | 5/16/2024 |
1.1.3 | 169 | 4/8/2024 |
1.1.2 | 193 | 2/23/2024 |
1.1.1 | 184 | 2/7/2024 |
1.1.0 | 164 | 1/17/2024 |