ETS6 Professional
This page provides an overview of the open-source components used in KNX tools and their licenses.
- AForge.NET
- AngleSharp
- Antlr4
- App.Metrics
- App.Metrics.Abstractions
- App.Metrics.Concurrency
- App.Metrics.Core
- App.Metrics.Formatters.Ascii
- App.Metrics.Formatters.Json
- Autofac
- Be.Windows.Forms.HexBox
- Bouncy Castle
- CommandLineParser
- CommonServiceLocator
- CommunityToolkit.Mvvm
- DotNetRdf
- DotNetZip
- FastDeepCloner
- FluentResults
- GongSolutions.WPF.DragDrop
- HtmlAgilityPack
- log4net
- MeaMod.DNS
- Microsoft.Toolkit.Mvvm
- MvvmLightLibs
- Newtonsoft.Json
- NiLJS
- Quickenshtein
- Scriban
- Serilog
- Serilog.Extensions.Logging
- Serilog.Sinks.Console
- Serilog.Sinks.File
- SharpCompress
- Syroot.Windows.IO.KnownFolders
- VDS.Common
- VirtualizingWrapPanel
- WeakEvent
- WPFChromeTabsMVVM
- Zxing
- Curve25519 (Source code)
- Bitstream (Source code)
- CsvHelper
AForge.NET
| Project URL | http://www.aforgenet.com/framework |
| File Version | 2.2.5 |
| Assembly Version | 2.2.5 |
| Nuget | https://www.nuget.org/packages/AForge |
| License | LGPL v3 http://www.gnu.org/licenses/lgpl.html |
| Copyright | |
| Used in |
|
AngleSharp
| Project URL | https://github.com/AngleSharp/AngleSharp |
| File Version | 1.0.0 |
| Assembly Version | 1.0.0 |
| Nuget | https://www.nuget.org/packages/AngleSharp |
| License | MIT License https://github.com/AngleSharp/AngleSharp/blob/devel/LICENSE |
| Copyright | |
| Used in |
|
Antlr4
| Project URL | https://github.com/antlr/antlr4 |
| File Version | 4.12.0 |
| Assembly Version | 4.12.0 |
| License |
BSD-3-Clause license |
| Copyright | |
| Used in |
|
App.Metrics
| Project URL | https://www.app-metrics.io/ |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
App.Metrics.Abstractions
| Project URL | https://www.app-metrics.io |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
App.Metrics.Concurrency
| Project URL | https://www.app-metrics.io |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
App.Metrics.Core
| Project URL | https://www.app-metrics.io |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
App.Metrics.Formatters.Ascii
| Project URL | https://www.app-metrics.io |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
App.Metrics.Formatters.Json
| Project URL | https://www.app-metrics.io |
| File Version | 4.3.0 |
| Assembly Version | 4.3.0 |
| License | Apache License Version 2.0, January 2004 https://github.com/AppMetrics/AppMetrics/blob/main/LICENSE |
| Copyright | Copyright (c) 2016 Allan Hardy |
| Used in |
|
Autofac
| Project URL | https://autofac.org/ |
| File Version | 8.2.0 |
| Assembly Version | 8.2.0 |
| License | MIT License https://github.com/autofac/Autofac/blob/develop/LICENSE |
| Copyright | |
| Used in |
|
Note:
Previously, the app validation checked the file version to determine if an app uses components that are also used by the ETS. However, this has changed in the latest version. Now, the validation process checks the references of an assembly via reflection.
In the past, this check would only result in a warning if such a component was used. However, there have been some updates. The outcome of the check, whether it results in a warning or an error, now depends on the version that is found and the SDK version that the app was compiled against.
Examples:
App is compiled against ETS5, uses Autofac v7.0.0.0 (which is the ETS6 version) ==> Error
App is compiled against ETS5, uses Autofac v4.6.2 (which is the ETS5 version) ==> Warning
Bouncy Castle
| Project URL | https://www.bouncycastle.org/csharp |
| File Version | 1.9.0.1 |
| Assembly Version | 1.9.0.0 |
| License | MIT License https://www.bouncycastle.org/csharp/licence.html |
| Copyright | |
| Used in |
|
CommandLineParser
| Project URL | https://github.com/commandlineparser/commandline |
| File Version | 2.8.0 |
| Assembly Version | 2.8.0 |
| License | MIT License https://github.com/commandlineparser/commandline/blob/master/License.md |
| Copyright | Copyright (c) 2005 - 2020 Giacomo Stelluti Scala & Contributors |
| Used in |
|
CommunityToolkit.Mvvm
| Project URL | https://github.com/CommunityToolkit/dotnet |
| File Version | 8.1.0.1 |
| Assembly Version | 8.1.0.0 |
| License | MIT License dotnet/License.md at main · CommunityToolkit/dotnet (github.com) |
| Copyright | |
| Used in |
|
DotNetRdf
| Project URL | https://dotnetrdf.org |
| File Version | 3.0.0 |
| Assembly Version | 3.0.0 |
| License | MIT License https://github.com/dotnetrdf/dotnetrdf/blob/main/License.txt |
| Copyright | |
| Used in |
|
DotNetZip
| Project URL | https://github.com/haf/DotNetZip.Semverd |
| File Version | 1.17.0 (forked) - This version is identical to 1.16.0, except for the fix addressing the vulnerability. |
| Assembly Version | 1.17.0 (forked) |
| License | https://raw.githubusercontent.com/haf/DotNetZip.Semverd/master/LICENSE |
| Copyright | Dino Chiesa |
| Used in |
|
FluentResults
| Project URL | https://github.com/altmann/FluentResults |
| File Version | 3.15.2.21 |
| Assembly Version | 3.15.2.21 |
| License | https://licenses.nuget.org/MIT |
| Copyright | Copyright (c) 2021 Michael Altmann |
| Used in |
|
GongSolutions.WPF.DragDrop
| Project URL | https://github.com/punker76/gong-wpf-dragdrop |
| File Version | 4.0.0.0 |
| Assembly Version | 4.0.0.0 |
| License |
BSD 3-Clause https://github.com/punker76/gong-wpf-dragdrop/blob/develop/LICENSE |
| Copyright | Copyright (c) Jan Karger, Steven Kirk and Contributors. All rights reserved. |
| Used in |
|
HtmlAgilityPack
| Project URL | https://html-agility-pack.net |
| File Version | 1.11.46 |
| Assembly Version | 1.11.46 |
| License | MIT License https://github.com/zzzprojects/html-agility-pack/blob/master/LICENSE |
| Copyright | |
| Used in |
|
log4net
| Project URL | http://logging.apache.org/log4net |
| File Version | 2.0.12 |
| Assembly Version | 2.0.12 |
| License | Apache License Version 2.0, January 2004 http://logging.apache.org/log4net/license.html |
| Copyright | |
| Used in |
|
MeaMod.DNS
| Project URL | https://github.com/meamod/MeaMod.DNS |
| File Version | 1.0.70.2032 |
| Assembly Version | 1.0.70.2032 |
| License | MT (https://github.com/meamod/MeaMod.DNS/blob/master/LICENSE) |
| Copyright | Copyright © 2021 James Weston Copyright © 2018-2019 Richard Schneider (makaretu@gmail.com) |
| Used in |
|
Newtonsoft.Json
| Project URL | https://www.newtonsoft.com/json |
| File Version | 13.0.3.27908 |
| Assembly Version | 13.0.0.0 |
| License | MIT License https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md |
| Copyright | |
| Used in |
|
NiLJS
| Project URL | https://github.com/nilproject/NiL.JS |
| File Version | 2.5.1560 |
| Assembly Version | 2.5.1560 |
| License | https://github.com/nilproject/NiL.JS/blob/develop/License |
| Copyright | |
| Used in |
|
VDS.Common
| Project URL | https://dotnetrdf.org |
| File Version | 1.10.0 |
| Assembly Version | 1.10.0 |
| License | MIT License https://github.com/dotnetrdf/dotnetrdf/blob/main/License.txt |
| Copyright | |
| Used in |
|
VirtualizingWrapPanel
| Project URL | https://github.com/sbaeumlisberger/VirtualizingWrapPanel |
| File Version | 1.5.4 |
| Assembly Version | 1.5.4 |
| License | https://github.com/sbaeumlisberger/VirtualizingWrapPanel/blob/master/LICENSE |
| Copyright | Copyright (c) 2019 S. Bäumlisberger |
| Used in |
|
Zxing
| Project URL | https://github.com/micjahn/ZXing.Net |
| File Version | 0.16.6 |
| Assembly Version | 0.16.6 |
| License | Apache License Version 2.0, January 2004 http://www.apache.org/licenses/LICENSE-2.0 |
| Copyright | |
| Used in |
|
Curve25519 (Source code)
| Project URL |
https://code.google.com/archive/p/curve25519-donna/ C# implementation, Adam Langley |
| File Version | |
| Assembly Version | |
| License | Derived from license-free, public-domain C Code by Daniel J. Bernstein <djb@cr.yp.to> |
| Copyright | |
| Used in |
|
Bitstream (Source code)
| Project URL | https://www.codeproject.com/articles/A-BitStream-Class-for-the-NET-Framework#comments-section |
| File Version | |
| Assembly Version | |
| License | CPOL https://www.codeproject.com/cpol |
| Copyright | Bill Koukoutsis |
| Used in |
|
CsvHelper
| Project URL | https://joshclose.github.io/CsvHelper/ |
| File Version | |
| Assembly Version | |
| License |
Completely free for commercial use. Dual licensed. Choose which ever license suits your needs. |
| Copyright | |
| Used in |
|