OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug 2.0.0-preview.3

Prefix Reserved
This is a prerelease version of OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug.
dotnet add package OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug --version 2.0.0-preview.3
                    
NuGet\Install-Package OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug -Version 2.0.0-preview.3
                    
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="OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug" Version="2.0.0-preview.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug" Version="2.0.0-preview.3" />
                    
Directory.Packages.props
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug --version 2.0.0-preview.3
                    
#r "nuget: OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug, 2.0.0-preview.3"
                    
#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 OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug@2.0.0-preview.3
                    
#: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=OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug&version=2.0.0-preview.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug&version=2.0.0-preview.3&prerelease
                    
Install as a Cake Tool

OPC UA .NET Standard — source generators (stack-side NodeSet emitter)

OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack ships the Roslyn source generators that emit the standard NodeSet proxies consumed by OPCFoundation.NetStandard.Opc.Ua.Core, Opc.Ua.Types, and Opc.Ua.Core.Types. It is the internal generator the stack uses to keep the standard ObjectType / VariableType proxies, well-known NodeIds, and service-call wrappers in sync with the standard XML NodeSet.

Overview

Reference this package only when you are forking the stack or maintaining a parallel set of standard proxies. End-user consumers should use OPCFoundation.NetStandard.Opc.Ua.SourceGeneration (or just reference Opc.Ua.Core and Opc.Ua.Types).

Target frameworks

netstandard2.0 (Roslyn analyzer host TFM).

Supported hosts

The package ships the generator under a Roslyn-versioned analyzer folder. The .NET SDK loads it when its compiler supports that Roslyn API and ignores it otherwise, so an older host cleanly skips the generator.

Roslyn API Minimum host
4.14 Visual Studio 2022 17.14 / .NET 9 SDK
5.0 Visual Studio 2026 18.0 / .NET 10 SDK

Additional documentation

See the main repository README and the Source-Generated Data Types guide.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.

Version Downloads Last Updated
2.0.0-preview.3 39 8/28/2026
2.0.0-preview.2 49 8/24/2026