OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug
2.0.0-preview.3
Prefix Reserved
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
<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>
<PackageVersion Include="OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug" Version="2.0.0-preview.3" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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"
#:package OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug@2.0.0-preview.3
#addin nuget:?package=OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug&version=2.0.0-preview.3&prerelease
#tool nuget:?package=OPCFoundation.NetStandard.Opc.Ua.SourceGeneration.Stack.Debug&version=2.0.0-preview.3&prerelease
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.
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 |