Skyline.DataMiner.SDM.SourceGenerator.Runtime
1.0.1
Prefix Reserved
dotnet add package Skyline.DataMiner.SDM.SourceGenerator.Runtime --version 1.0.1
NuGet\Install-Package Skyline.DataMiner.SDM.SourceGenerator.Runtime -Version 1.0.1
<PackageReference Include="Skyline.DataMiner.SDM.SourceGenerator.Runtime" Version="1.0.1" />
<PackageVersion Include="Skyline.DataMiner.SDM.SourceGenerator.Runtime" Version="1.0.1" />
<PackageReference Include="Skyline.DataMiner.SDM.SourceGenerator.Runtime" />
paket add Skyline.DataMiner.SDM.SourceGenerator.Runtime --version 1.0.1
#r "nuget: Skyline.DataMiner.SDM.SourceGenerator.Runtime, 1.0.1"
#:package Skyline.DataMiner.SDM.SourceGenerator.Runtime@1.0.1
#addin nuget:?package=Skyline.DataMiner.SDM.SourceGenerator.Runtime&version=1.0.1
#tool nuget:?package=Skyline.DataMiner.SDM.SourceGenerator.Runtime&version=1.0.1
Skyline.DataMiner.SDM.SourceGenerator.Runtime
About
Runtime library for Skyline.DataMiner.SDM that provides attributes and base classes used to annotate your entity classes. These attributes guide the source generator to automatically create repository, middleware, and mapper implementations.
Key Attributes
[DomRepository]: Marks a class for repository generation[DomMiddleware]: Indicates middleware generation for business logic[DomMapper]: Specifies object mapping configuration[SdmIgnore]: Excludes properties from source generation- Additional attributes for fine-tuning generated code behavior
Usage
This package is automatically referenced when you install Skyline.DataMiner.SDM. You typically don't need to install it separately unless you're building custom tooling or extensions.
Example:
using Skyline.DataMiner.SDM;
[DomRepository]
public partial class MyDomEntity
{
public string Name { get; set; }
[SdmIgnore]
public string InternalField { get; set; }
}
For more information, see the main Skyline.DataMiner.SDM package.
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 exists. In addition, you can leverage DataMiner Development Packages to build your 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.
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Skyline.DataMiner.SDM.SourceGenerator.Runtime:
| Package | Downloads |
|---|---|
|
Skyline.DataMiner.SDM
Source generator library that automatically generates repository, middleware, and mapper code for entities, simplifying data access and manipulation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 197 | 2/24/2026 |