DogmaSolutions.StateMachines 6.0.333

dotnet add package DogmaSolutions.StateMachines --version 6.0.333
                    
NuGet\Install-Package DogmaSolutions.StateMachines -Version 6.0.333
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DogmaSolutions.StateMachines" Version="6.0.333" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DogmaSolutions.StateMachines" Version="6.0.333" />
                    
Directory.Packages.props
<PackageReference Include="DogmaSolutions.StateMachines" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DogmaSolutions.StateMachines --version 6.0.333
                    
#r "nuget: DogmaSolutions.StateMachines, 6.0.333"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DogmaSolutions.StateMachines@6.0.333
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DogmaSolutions.StateMachines&version=6.0.333
                    
Install as a Cake Addin
#tool nuget:?package=DogmaSolutions.StateMachines&version=6.0.333
                    
Install as a Cake Tool

About this package

This package is part of the Dogma Solutions "Foundation" project.
For more details, see the list of packages below.

Dogma Solutions Foundation

The Dogma Solutions "Foundation" project (2005-2025) is an attempt to provide a basic and modern set of (opinionated):

  • Interfaces and abstractions for objects, DTOs, an entities modeling
  • Recyclable low-level functionalities
  • Simple implementations of most common design patterns

Versions history and versioning criteria

All packages follows the conventions of Semantic Versioning 2.0.0.
Cit.:

Given a version number MAJOR.MINOR.PATCH, increment the:
1. MAJOR version when you make incompatible API changes
2. MINOR version when you add functionality in a backward compatible manner
3. PATCH version when you make backward compatible bug fixes

Additional labels for pre-release and build metadata are available as extensions
to the MAJOR.MINOR.PATCH format.

✅ v6.0 - Current

  • First release date: October 2025
  • .NET versions: netstandard2.0, net7.0, net8.0, net9.0
  • ❌ Dropped support to net6.0
  • *️⃣ Changed references to OPC Foundation 1.5 (previously was 1.4)

✅ v5.1 - Maintained

  • First release date: 2025/09/03
  • .NET versions: netstandard2.0, net6.0, net7.0, net8.0, net9.0
  • 🆕 Added CycloneDX SBOM functionalities
  • 🆕 Added SPDX SBOM functionalities
  • 💡 Use OPC Foundation 1.4

✅ v5.0 - Maintained

  • First release date: 2025/02/19
  • .NET versions: netstandard2.0, net6.0, net7.0, net8.0, net9.0
  • 🆕 Added support to net9.0
  • ❌ Dropped support to net472
  • 💡 Use OPC Foundation 1.4

✅ v4.5 - Maintained

  • First release date: 2025/10/01
  • .NET versions: netstandard2.0, net472, net5.0, net6.0, net7.0, net8.0
  • *️⃣ Changed references to OPC Foundation 1.5 (previously was 1.4)

✅ v4.4 - Maintained

  • First release date: 2025/04/07
  • .NET versions: netstandard2.0, net472, net5.0, net6.0, net7.0, net8.0
  • 💡 Use OPC Foundation 1.4

✅ v4.3 - Maintained

  • First release date: 2024/04/16
  • .NET versions: netstandard2.0, net472, net5.0, net6.0, net7.0, net8.0
  • 💡 Use OPC Foundation 1.4

⚠ v4.2 - Obsolete

  • First release date: 2024/02/09
  • .NET versions: netstandard2.0, net472, net5.0, net6.0, net7.0, net8.0
  • 🆕 Added support to net7.0
  • 🆕 Added support to net8.0

❌ 4.1.* - EOS

  • First release date: 2024/02/08
  • .NET versions: netstandard2.0, net472, net5.0, net6.0

❌ 4.0.* - EOS

  • First release date: 2023/08/12
  • .NET versions: netstandard2.0, net472, net5.0, net6.0

❌ 3.2.* - EOS

  • First release date: 2023/10/08
  • .NET versions: netstandard2.0, net472, net5.0, net6.0

❌ 3.1.* - EOS

  • First release date: 2023/05/29
  • .NET versions: netstandard2.0, net472, net5.0, net6.0
  • 🆕 Added support to net5.0
  • 🆕 Added support to net6.0

❌ 3.0.* - EOS

  • First release date: 2022/09/30
  • .NET versions: netstandard2.0, net472

❌ 2.0.* - EOS

  • First release date: 2020/04/27
  • .NET versions: netstandard2.0, net472
  • 🆕 Added support to netstandard2.0
  • 🆕 Added support to net472
  • ❌ Dropped support to net46

❌ 1.0.* - EOS

  • First release date: 2017/09/27
  • .NET versions: net46

Packages

Every package contains a specific subset of functionalities related to a specific area of interest.
Here follows a list of NuGet packages aggregated by topic.

Application infrastructure and configuration

Extensions to simplify the creation of application infrastructures.

  • DogmaSolutions.ApplicationInfrastructure on NuGet DogmaSolutions.ApplicationInfrastructure
  • DogmaSolutions.AspNetCore on NuGet DogmaSolutions.AspNetCore
  • DogmaSolutions.AspNetCore.Security on NuGet DogmaSolutions.AspNetCore.Security
  • DogmaSolutions.CommandLine on NuGet DogmaSolutions.CommandLine
  • DogmaSolutions.Configuration on NuGet DogmaSolutions.Configuration
  • DogmaSolutions.Configuration.SqlLite on NuGet DogmaSolutions.Configuration.SqlLite
  • DogmaSolutions.Configuration.SqlServer on NuGet DogmaSolutions.Configuration.SqlServer

Benchmarking and monitoring

Basic functions to implement integrated benchmarks inside performance-aware applications.

  • DogmaSolutions.Benchmarking on NuGet DogmaSolutions.Benchmarking
  • DogmaSolutions.Benchmarking.MicrosoftLogging on NuGet DogmaSolutions.Benchmarking.MicrosoftLogging
  • DogmaSolutions.Prtg on NuGet DogmaSolutions.Prtg

Security and cryptography

Functionalities that extend and simplify the usage of existing cryptographic frameworks and security-aware libraries.

  • DogmaSolutions.Certificates on NuGet DogmaSolutions.Certificates
  • DogmaSolutions.Cryptography on NuGet DogmaSolutions.Cryptography
  • DogmaSolutions.AspNetCore.Security on NuGet DogmaSolutions.AspNetCore.Security
  • DogmaSolutions.Security on NuGet DogmaSolutions.Security
  • DogmaSolutions.Security.Ldap on NuGet DogmaSolutions.Security.Ldap
  • DogmaSolutions.EntityFrameworkCore.Encryption on NuGet DogmaSolutions.EntityFrameworkCore.Encryption
  • DogmaSolutions.EntityFrameworkCore.Encryption.Abstractions on NuGet DogmaSolutions.EntityFrameworkCore.Encryption.Abstractions

Primitives, data modeling and data manipulation

Utils to manipulate primitives and low-level data formats.

  • DogmaSolutions.Contracts on NuGet DogmaSolutions.Contracts
  • DogmaSolutions.Collections on NuGet DogmaSolutions.Collections
  • DogmaSolutions.Collections.Smart on NuGet DogmaSolutions.Collections.Smart
  • DogmaSolutions.Csv on NuGet DogmaSolutions.Csv
  • DogmaSolutions.Geography on NuGet DogmaSolutions.Geography
  • DogmaSolutions.Json on NuGet DogmaSolutions.Json
  • DogmaSolutions.PrimitiveTypes on NuGet DogmaSolutions.PrimitiveTypes
  • DogmaSolutions.Xml on NuGet DogmaSolutions.Xml

Low-level utils

Low-level utils of various kinds.

  • DogmaSolutions.Statistics on NuGet DogmaSolutions.Statistics
  • DogmaSolutions.Tasking on NuGet DogmaSolutions.Tasking
  • DogmaSolutions.I18n on NuGet DogmaSolutions.I18n
  • DogmaSolutions.ErrorsHandling on NuGet DogmaSolutions.ErrorsHandling
  • DogmaSolutions.FileSystem on NuGet DogmaSolutions.FileSystem
  • DogmaSolutions.Networking on NuGet DogmaSolutions.Networking

Reflection

Reflection functionalities and helpers to discover assemblies and types based on their features and contents.

  • DogmaSolutions.Reflection on NuGet DogmaSolutions.Reflection
  • DogmaSolutions.Reflection.Discovery on NuGet DogmaSolutions.Reflection.Discovery

Design abstractions and Design Patterns

Classes, interfaces, datamodels and basic implementations of commonly used design patterns

  • DogmaSolutions.DataContracts on NuGet DogmaSolutions.DataContracts
  • DogmaSolutions.DesignPatterns on NuGet DogmaSolutions.DesignPatterns
  • DogmaSolutions.StateMachines on NuGet DogmaSolutions.StateMachines
  • DogmaSolutions.Services on NuGet DogmaSolutions.Services
  • DogmaSolutions.Services.Serialization on NuGet DogmaSolutions.Services.Serialization

Industrial automation and system integration

Functionalities to build supervisors of industrial devices.

  • DogmaSolutions.Devices on NuGet DogmaSolutions.Devices
  • DogmaSolutions.Devices.I40 on NuGet DogmaSolutions.Devices.I40

IBH devices: functionalities to build supervisors of industrial devices based on IBH technology

  • DogmaSolutions.Devices.Ibh on NuGet DogmaSolutions.Devices.Ibh
  • DogmaSolutions.Devices.Ibh.I40 on NuGet DogmaSolutions.Devices.Ibh.I40

Siemens devices: functionalities to build supervisors of industrial devices based on Siemens S7 technology

  • DogmaSolutions.Devices.Siemens on NuGet DogmaSolutions.Devices.Siemens
  • DogmaSolutions.Devices.Siemens.I40 on NuGet DogmaSolutions.Devices.Siemens.I40

OPC-UA-abled devices: functionalities to build supervisors of industrial devices able to communicate via OPC-UA

  • DogmaSolutions.Devices.Opc.Ua on NuGet DogmaSolutions.Devices.Opc.Ua
  • DogmaSolutions.Devices.Opc.Ua.Abstractions on NuGet DogmaSolutions.Devices.Opc.Ua.Abstractions

OPC-UA integration: services, utils and extensions to build OPC-UA clients, servers and supervisors

  • DogmaSolutions.Opc.Ua.Client on NuGet DogmaSolutions.Opc.Ua.Client
  • DogmaSolutions.Opc.Ua.Server on NuGet DogmaSolutions.Opc.Ua.Server
  • DogmaSolutions.Opc.Ua.Server.Abstractions on NuGet DogmaSolutions.Opc.Ua.Server.Abstractions
  • DogmaSolutions.Opc.Ua.Server.Hosting on NuGet DogmaSolutions.Opc.Ua.Server.Hosting
  • DogmaSolutions.Opc.Ua.Server.Hosting.Abstractions on NuGet DogmaSolutions.Opc.Ua.Server.Hosting.Abstractions

Media

Images and videos manipulation

  • DogmaSolutions.Drawing on NuGet DogmaSolutions.Drawing
  • DogmaSolutions.Mjpeg on NuGet DogmaSolutions.Mjpeg

Data, database and entities

Extensions and basic functionalities to build data-management layers and infrastructures.

  • DogmaSolutions.Data on NuGet DogmaSolutions.Data
  • DogmaSolutions.Data.Materialization on NuGet DogmaSolutions.Data.Materialization
  • DogmaSolutions.Data.Sql on NuGet DogmaSolutions.Data.Sql
  • DogmaSolutions.Entities.Contracts on NuGet DogmaSolutions.Entities.Contracts
  • DogmaSolutions.EntityFrameworkCore.AspNetCore on NuGet DogmaSolutions.EntityFrameworkCore.AspNetCore
  • DogmaSolutions.EntityFrameworkCore.Auditing on NuGet DogmaSolutions.EntityFrameworkCore.Auditing → utils to facilitate the implementation of auditing functionalities at DatabaseContext-level
  • DogmaSolutions.EntityFrameworkCore.Contracts on NuGet DogmaSolutions.EntityFrameworkCore.Contracts
  • DogmaSolutions.EntityFrameworkCore.Secured on NuGet DogmaSolutions.EntityFrameworkCore.Secured → utils to facilitate the implementation of data-access services including security checks
  • DogmaSolutions.EntityFrameworkCore.Unsecured on NuGet DogmaSolutions.EntityFrameworkCore.Unsecured → utils to facilitate the implementation of data-access services without security checks
  • DogmaSolutions.EntityFrameworkCore.Utils on NuGet DogmaSolutions.EntityFrameworkCore.Utils
  • DogmaSolutions.EntityFrameworkCore.Encryption on NuGet DogmaSolutions.EntityFrameworkCore.Encryption → utils to facilitate column encryption using a configurable key
  • DogmaSolutions.EntityFrameworkCore.Checks on NuGet DogmaSolutions.EntityFrameworkCore.Checks → utils to create check constraints
  • DogmaSolutions.EntityFrameworkCore.Encryption.Abstractions on NuGet DogmaSolutions.EntityFrameworkCore.Encryption.Abstractions
  • DogmaSolutions.SqlServer.LocalDb on NuGet DogmaSolutions.SqlServer.LocalDb

Plugins and extensibility

Extensions for lightweight extensibility and pluggability management.

  • DogmaSolutions.Extensibility on NuGet DogmaSolutions.Extensibility
  • DogmaSolutions.Extensibility.HostedEnvironment on NuGet DogmaSolutions.Extensibility.HostedEnvironment

Logging

Multiple extensions to industry-standard logging libraries.

  • DogmaSolutions.Log4NetExtensions on NuGet DogmaSolutions.Log4NetExtensions
  • DogmaSolutions.MicrosoftLoggingExtensions on NuGet DogmaSolutions.MicrosoftLoggingExtensions
  • DogmaSolutions.SlidingWindowLogger on NuGet DogmaSolutions.SlidingWindowLogger

Validation

Extensions and utils for datamodels validations

  • DogmaSolutions.Validation on NuGet DogmaSolutions.Validation

Automated testing

Helper functions and classes for automated tests implementation

  • DogmaSolutions.Tests on NuGet DogmaSolutions.Tests

Anagraphics models

Basic archetypes and datamodels of commonly used anagraphic entities

  • DogmaSolutions.Anagraphics on NuGet DogmaSolutions.Anagraphics

License

All packages of the "Foundation" project are released under the MIT License.

Product 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 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.0.333 17 10/2/2025
6.0.332 19 10/2/2025
5.1.327 178 9/3/2025
5.1.325 171 9/3/2025
5.0.323 563 7/22/2025
5.0.321 119 7/18/2025
5.0.262 195 3/13/2025
5.0.261 254 3/6/2025
5.0.255 168 2/19/2025
4.5.331 43 10/1/2025
4.4.323 545 7/22/2025
4.4.322 112 7/18/2025
4.4.319 123 7/18/2025
4.4.263 131 7/4/2025
4.3.251 162 2/19/2025
4.3.246 218 4/16/2024
4.3.245 178 4/16/2024
4.2.244 291 3/4/2024
4.2.240 280 2/12/2024
4.2.238 254 2/12/2024
4.2.236 279 2/9/2024
4.2.234 250 2/9/2024
4.1.232 277 2/8/2024
4.0.229 324 1/10/2024
4.0.228 351 12/23/2023
4.0.226 327 12/21/2023
4.0.224 331 12/20/2023
4.0.223 380 12/9/2023
4.0.222 359 12/9/2023
4.0.221 357 12/8/2023
3.2.220 334 12/6/2023
3.2.219 359 11/30/2023
3.2.218 323 11/25/2023
3.2.216 300 11/25/2023
3.2.215 331 11/15/2023
3.2.214 344 11/15/2023
3.2.213 333 11/13/2023
3.2.212 337 11/12/2023
3.2.210 336 11/12/2023
3.2.209 327 11/12/2023
3.2.208 335 11/12/2023
3.2.207 330 11/11/2023
3.2.204 335 11/11/2023
3.2.203 284 11/11/2023
3.2.202 321 11/11/2023
3.2.201 342 11/10/2023
3.2.200 328 11/10/2023
3.2.197 320 11/9/2023
3.2.195 304 11/9/2023
3.2.193 335 11/8/2023
3.2.192 320 11/8/2023
3.2.191 346 11/8/2023
3.2.190 301 11/8/2023
3.2.189 299 11/8/2023
3.2.187 350 11/6/2023
3.2.186 350 11/3/2023
3.2.181 354 11/2/2023
3.2.178 351 11/2/2023
3.2.177 341 11/2/2023
3.2.176 358 10/28/2023
3.2.173 366 10/8/2023
3.2.172 381 10/8/2023
3.1.170 402 10/5/2023
3.1.169 425 9/15/2023
3.1.168 419 9/15/2023
3.1.167 428 9/15/2023
3.1.164 479 9/14/2023
3.1.160 553 6/17/2023
3.1.159 615 6/9/2023
3.1.158 573 6/8/2023
3.1.157 578 6/8/2023
3.1.156 589 6/7/2023
3.1.155 588 5/30/2023
3.1.154 571 5/30/2023
3.1.153 529 5/30/2023
3.1.148 600 5/29/2023
3.0.147 573 5/29/2023
3.0.145 576 5/29/2023
3.0.133 745 2/3/2023
3.0.132 754 1/25/2023
3.0.131 752 1/17/2023
3.0.130 730 1/17/2023
3.0.129 704 1/17/2023
3.0.128 718 1/17/2023
3.0.127 674 1/16/2023
3.0.125 721 12/30/2022
3.0.124 792 11/7/2022
3.0.123 791 10/31/2022
3.0.122 833 10/28/2022
3.0.121 805 10/27/2022
3.0.118 820 10/27/2022
3.0.117 823 10/25/2022
3.0.116 850 10/25/2022
3.0.115 841 10/25/2022
3.0.114 816 10/25/2022
3.0.113 846 10/25/2022
3.0.112 844 10/25/2022
3.0.110 819 10/21/2022
3.0.109 790 10/20/2022
3.0.108 824 10/20/2022
3.0.107 792 10/19/2022
3.0.106 876 10/18/2022
3.0.104 846 10/17/2022
3.0.73 857 10/8/2022
3.0.72 854 10/8/2022
3.0.64 823 10/7/2022
3.0.63 798 10/6/2022
3.0.62 899 10/4/2022
3.0.61 855 9/30/2022
3.0.59-rc 573 7/1/2022
3.0.58-rc 634 2/14/2022