dss_sharp 0.12.2
dotnet add package dss_sharp --version 0.12.2
NuGet\Install-Package dss_sharp -Version 0.12.2
<PackageReference Include="dss_sharp" Version="0.12.2" />
paket add dss_sharp --version 0.12.2
#r "nuget: dss_sharp, 0.12.2"
// Install dss_sharp as a Cake Addin
#addin nuget:?package=dss_sharp&version=0.12.2
// Install dss_sharp as a Cake Tool
#tool nuget:?package=dss_sharp&version=0.12.2
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine.
Although not an official project from EPRI, DSS Sharp exposes an organization of classes that mimics the official OpenDSS COM implementation, which is Windows-only -- that is, users often can replace or even "#IFDEF" the usage of the official Windows-only implementation with DSS Sharp. Since DSS Sharp uses our C-API directly, it's also common to achieve better performance.
Extra features include support for .DSS scripts in ZIP files, creation of multiple DSS instances in the same process (including user-controllled multi-threading), and an extended API for various components.
DSS Sharp is part of the DSS Extensions group of projects. See more at https://dss-extensions.org/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.