OPC Unified Architecture .NET Standard
This report presents the forensic synthetic code analysis of OPCFoundation/UA-.NETStandard, a C# project with 2,341 GitHub stars. SynthScan v2.0 examined 1,477,415 lines of code across 4288 source files, recording 4372 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.5 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 4372 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | codecov.yml | 1 | # Codecov configuration | COMMENT |
| LOW | …c.Ua.SourceGeneration.Core/ModelDependencyReference.cs | 61 | Payload = payload ?? string.Empty; | COMMENT |
| LOW | …c.Ua.SourceGeneration.Core/ModelDependencyReference.cs | 81 | /// </summary> | COMMENT |
| LOW | …c.Ua.SourceGeneration.Core/ModelDependencyReference.cs | 101 | /// only on the producing assembly's self-declaration entry. | COMMENT |
| LOW | …a.SourceGeneration.Core/NodeManagerAttributeBinding.cs | 41 | /// The fully-qualified namespace of the user partial class. | COMMENT |
| LOW | …a.SourceGeneration.Core/NodeManagerAttributeBinding.cs | 61 | /// Optional design file selector (file name without extension). | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/StackGenerationType.cs | 41 | /// Generate nothing | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 41 | /// Optimize generated code for compile speed. | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 61 | /// When set to <c>true</c>, the | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 81 | /// When set to <c>true</c>, suppresses emission of the | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 101 | public string ObjectTypeProxyNamespace { get; set; } | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 121 | /// </para> | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 141 | COMMENT | |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs | 161 | /// configured explicitly. | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs | 41 | namespace Opc.Ua.SourceGeneration | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs | 61 | public UANodeSet NodeSet { get; init; } | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs | 81 | /// </summary> | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/DesignFile.cs | 41 | public sealed record class DesignFileOptions | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/DesignFile.cs | 61 | public string ModelPublicationDate { get; init; } | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/DesignFile.cs | 81 | /// </summary> | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/DesignFile.cs | 101 | /// <summary> | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/DesignFile.cs | 121 | /// generated. They provide node resolution only (e.g. when a | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 41 | public static class Generators | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 61 | /// Matched bindings force <c>GenerateNodeManager = true</c> for the | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 181 | /// published by the referenced assembly's | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 301 | /// independent passes (NodeSet2 and ModelDesign); a binding matched | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 361 | binding.TargetNamespace + | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 381 | /// is in this map the nodeset is skipped (referenced assembly | COMMENT |
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Generators.cs | 401 | /// so downstream models can resolve upstream types without an | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 41 | /// Kind of node carried in a <see cref="ModelDependencyV1"/>. | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 61 | /// ReferenceType. | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 81 | /// <summary> | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 121 | /// <summary> | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 161 | COMMENT | |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 181 | COMMENT | |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 201 | /// Input arguments (methods only). | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 221 | /// </summary> | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 241 | /// </summary> | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 261 | /// </summary> | COMMENT |
| LOW | ….SourceGeneration.Core/Dependency/ModelDependencyV1.cs | 281 | /// In-memory representation of a <c>ModelDependencyV1</c> payload. | COMMENT |
| LOW | …Ua.SourceGeneration.Core/Templating/ITemplateWriter.cs | 41 | /// </summary> | COMMENT |
| LOW | …urceGeneration.Core/Templating/StringLiteralEscaper.cs | 41 | /// only consumes design XML from the local repository at build time; | COMMENT |
| LOW | …urceGeneration.Core/Templating/StringLiteralEscaper.cs | 61 | { | COMMENT |
| LOW | …ration.Core/Templating/BrowseNameTemplateExtensions.cs | 41 | /// consuming build from ill-formed design XML). | COMMENT |
| LOW | …ration.Core/Templating/BrowseNameTemplateExtensions.cs | 61 | /// consuming build's diagnostics. | COMMENT |
| LOW | …SourceGeneration.Core/Templating/TemplateDefinition.cs | 41 | /// </summary> | COMMENT |
| LOW | …SourceGeneration.Core/Templating/TemplateDefinition.cs | 101 | /// Get template writer | COMMENT |
| LOW | …SourceGeneration.Core/Templating/TemplateDefinition.cs | 121 | /// <summary> | COMMENT |
| LOW | …SourceGeneration.Core/Templating/TemplateDefinition.cs | 141 | /// <summary> | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs | 41 | /// criteria and to add nodes that are implicit. Also assigns identifiers | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs | 61 | /// <summary> | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs | 81 | /// <summary> | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs | 101 | /// <summary> | COMMENT |
| LOW | …ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs | 121 | /// <summary> | COMMENT |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 101 | /// <inheritdoc/> | COMMENT |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 161 | /// <summary> | COMMENT |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 3761 | } | COMMENT |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 4081 | // objectd.AccessRestrictionsSpecified = objectd.TypeDefinitionNode.DefaultAccessRestrictionsSpec | COMMENT |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 4121 | COMMENT | |
| LOW | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 4141 | //} | COMMENT |
| 4100 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …ceGeneration.Core/Generators/FluentBuilderGenerator.cs | 42 | /// <c>b.Boilers.Boiler__1.DrumX001.LIX001.Output.OnRead(...)</c> | COMMENT |
| CRITICAL | Fuzzing/Opc.Ua.PubSub.Fuzz/FuzzableCode.Uadp.cs | 66 | Opc.Ua.PubSub.Encoding.PublisherId.FromUInt32(0xF00DBABEU), | CODE |
| CRITICAL | Fuzzing/Opc.Ua.PubSub.Fuzz/FuzzableCode.Uadp.cs | 79 | Opc.Ua.PubSub.Encoding.PublisherId.FromUInt32(0xF00DBABEU), | CODE |
| CRITICAL | …ation/AdditionalEntropyCertificateKeyGeneratorTests.cs | 173 | Assert.That(csr, Is.Not.Null.And.Length.GreaterThan(0)); | CODE |
| CRITICAL | …rver.Tests/Historian/HistorianDispatcherBranchTests.cs | 326 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(3)); | CODE |
| CRITICAL | …rver.Tests/Historian/HistorianDispatcherBranchTests.cs | 417 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(1)); | CODE |
| CRITICAL | …rver.Tests/Historian/HistorianDispatcherBranchTests.cs | 463 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(3)); | CODE |
| CRITICAL | …rver.Tests/Historian/HistorianDispatcherBranchTests.cs | 505 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(2)); | CODE |
| CRITICAL | …rver.Tests/Historian/HistorianDispatcherBranchTests.cs | 622 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(1)); | CODE |
| CRITICAL | ….Ua.Server.Tests/Historian/HistorianDispatcherTests.cs | 712 | Assert.That(values, Is.Not.Null.And.Length.EqualTo(1)); | CODE |
| CRITICAL | Tests/Opc.Ua.Aot.Tests/BoilerNodeManagerAotTests.cs | 103 | // builder.Boilers.Boiler__1.LCX001.Measurement.OnRead(...) — | COMMENT |
| CRITICAL | Tests/Opc.Ua.Aot.Tests/BoilerNodeManagerAotTests.cs | 122 | // builder.Boilers.Boiler__1.Simulation.Halt.OnCall(async ct => | COMMENT |
| CRITICAL | Tests/Opc.Ua.Gds.Tests/GdsDepthTests.cs | 480 | Assert.That(appId, Is.Not.Null.And.Not.EqualTo(NodeId.Null)); | CODE |
| CRITICAL | …ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs | 107 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder( | CODE |
| CRITICAL | …ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs | 153 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder( | CODE |
| CRITICAL | …ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs | 216 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder( | CODE |
| CRITICAL | …bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs | 78 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs | 119 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs | 122 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs | 143 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 92 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(mode); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 95 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 142 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder( | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 151 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 168 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs | 176 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonDecoderConflictTests.cs | 68 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | STRING |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonDecoderConflictTests.cs | 104 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | STRING |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 55 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 69 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 80 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 94 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 108 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | ….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs | 120 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs | 65 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs | 95 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs | 98 | var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder(); | CODE |
| CRITICAL | …PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs | 119 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL⚡ | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 97 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL⚡ | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 107 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL⚡ | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 108 | var msg = new Opc.Ua.PubSub.Encoding.Json.JsonNetworkMessage(); | CODE |
| CRITICAL⚡ | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 117 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 128 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 164 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(mode); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 180 | Opc.Ua.PubSub.Encoding.Json.JsonDataSetMessageType.ToWireString(type))); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 213 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 242 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL | …/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs | 289 | var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(); | CODE |
| CRITICAL⚡ | …ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs | 234 | services.AddSingleton<INetworkMessageEncoder>(_ => new Opc.Ua.PubSub.Encoding.Uadp.UadpEncoder()); | CODE |
| CRITICAL⚡ | …ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs | 235 | services.AddSingleton<INetworkMessageEncoder>(_ => new Opc.Ua.PubSub.Encoding.Json.JsonEncoder()); | CODE |
| CRITICAL⚡ | …ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs | 236 | services.AddSingleton<INetworkMessageDecoder>(_ => new Opc.Ua.PubSub.Encoding.Uadp.UadpDecoder()); | CODE |
| CRITICAL⚡ | …ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs | 237 | services.AddSingleton<INetworkMessageDecoder>(_ => new Opc.Ua.PubSub.Encoding.Json.JsonDecoder()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 6029 | // ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a.SourceGeneration.Core/Schema/ModelDesignValidator.cs | 6036 | // ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/Opc.Ua.Server.Tests/Fluent/BrowsePathResolverTests.cs | 199 | // ── Cross-namespace name-only fallback ───────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 60 | // ─── DispatchRawReadAsync null-arg guards ──────────────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 140 | // ─── Modified data read (IsReadModified = true) ────────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 184 | // ─── AtTime read – interpolation branches ──────────────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 337 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 344 | // ─── DispatchRawReadAsync null systemContext guard ─────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 362 | // ─── ReleaseContinuationPoint null-arg guards ──────────────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 385 | // ─── TimestampsToReturn.Neither clears sourceTimestamp ─────────────── | COMMENT |
| MEDIUM | …erver.Tests/Historian/HistorianDispatcherExtraTests.cs | 426 | // ─── DataEncoding unsupported path ─────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 60 | // ─── IsAnnotationsProperty ────────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 131 | // ─── GetAnnotationsParent ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 171 | // ─── DispatchUpdateDataAsync ───────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 323 | // ─── DispatchEventReadAsync ────────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 384 | // ─── DispatchUpdateEventAsync ──────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 493 | // ─── DispatchDeleteEventsAsync ─────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 548 | // ─── ProjectEventFields ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Server.Tests/Historian/HistorianDispatcherGapsTests.cs | 692 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Historian/HistorianEventFilterTargetGapsTests.cs | 54 | // ─── IsTypeOf ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Historian/HistorianEventFilterTargetGapsTests.cs | 85 | // ─── GetAttributeValue – empty browse path ────────────────────────── | COMMENT |
| MEDIUM | …Tests/Historian/HistorianEventFilterTargetGapsTests.cs | 116 | // ─── GetAttributeValue – multi-segment browse path ────────────────── | COMMENT |
| MEDIUM | …Tests/Historian/HistorianEventFilterTargetGapsTests.cs | 154 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 63 | // ─── InsertBatchAsync – null values entry ──────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 85 | // ─── DeleteRawAsync – no archive ──────────────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 104 | // ─── DeleteRawAsync – isDeleteModified=true ────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 149 | // ─── DeleteRawAsync – start > end swap ────────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 172 | // ─── DeleteAtTimeAsync – no archive ───────────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 191 | // ─── DeleteAnnotationsAsync – no archive ───────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 209 | // ─── Annotation paths ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 292 | // ─── Backward raw read (exercises lo/hi swap and ReturnBounds) ──────── | COMMENT |
| MEDIUM | ….Server.Tests/Historian/InMemoryHistorianExtraTests.cs | 327 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs | 60 | // ─── CaptureFullMode.Wait enqueue path ────────────────────────────── | COMMENT |
| MEDIUM | …rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs | 140 | // ─── MapFullMode default/invalid enum path ─────────────────────────── | COMMENT |
| MEDIUM | …rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs | 178 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/Hosting/OpcUaServerBuilderExtensionsCoverageTests.cs | 797 | // ── Private test doubles ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Hosting/FluentNodeManagerFactoryCoverageTests.cs | 200 | // ── Helpers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Stack/Transport/TcpReverseConnectChannelTests.cs | 65 | // ── Construction ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Stack/Transport/TcpReverseConnectChannelTests.cs | 100 | // ── ChannelName ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Tests/Stack/Transport/TcpReverseConnectChannelTests.cs | 112 | // ── Receive loop — one-shot: transport closed before hello ───────────── | COMMENT |
| MEDIUM | …Tests/Stack/Transport/TcpReverseConnectChannelTests.cs | 180 | // ── Helpers ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 66 | // ── Construction ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 103 | // ── ChannelName ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 115 | // ── Callbacks ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 165 | // ── Attach ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 210 | // ── Reconnect ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 223 | // ── Status properties ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 243 | // ── IdleCleanup ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 258 | // ── OnTokenActivated event ──────────────────────────────────────────── | COMMENT |
| MEDIUM | ….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs | 277 | // ── Helpers ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 73 | // ─────────────────────────── Constructor ──────────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 173 | // ─────────────────────────── Create factory ───────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 243 | // ────────────────────────── InvokeAsync<,> ────────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 353 | // ────────────────────────── InvokeRouteAsync ──────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 420 | // ────────────────────── Service method wrappers ───────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 520 | // ─────────────────────────── Dispose ──────────────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 533 | // ─────────────────────────── Helpers ──────────────────────────────── | COMMENT |
| MEDIUM | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 579 | // ─────────────────────────── Inner stubs ──────────────────────────── | COMMENT |
| MEDIUM | …dings.Https.WebApi.Tests/Codec/WebApiBodyCodecTests.cs | 68 | // ─────────────────── EncodeBody / DecodeBody round-trips ──────────── | COMMENT |
| MEDIUM | …dings.Https.WebApi.Tests/Codec/WebApiBodyCodecTests.cs | 159 | // ────────────────────── EncodeBody null guards ────────────────────── | COMMENT |
| 35 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plans/27-fuzzing-coverage-expansion.md | 95 | ### Phase 0 — Refactor shared scaffolding (enables clean area addition) | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 558 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for reconnect-path tests that need the private handler. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 558 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for reconnect-path tests that need the private handler. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 581 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for tests that inject an already-created inner Session. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 581 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for tests that inject an already-created inner Session. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 658 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession construction tests. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 658 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession construction tests. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 685 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession endpoint construction tests. | COMMENT |
| MEDIUM | …sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs | 685 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession endpoint construction tests. | COMMENT |
| MEDIUM | ….Tests/Connections/PubSubConnectionConstructorTests.cs | 450 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for constructor tests with explicit encoder/decoder maps. | COMMENT |
| MEDIUM | ….Tests/Connections/PubSubConnectionConstructorTests.cs | 450 | #pragma warning disable IDE0051, RCS1213 // Test scaffold kept for constructor tests with explicit encoder/decoder maps. | COMMENT |
| MEDIUM | Docs/IdentityProviders.md | 38 | ## Quick start — dependency injection | COMMENT |
| MEDIUM | Docs/IdentityProviders.md | 848 | ### 3. Register via dependency injection or the server registry | COMMENT |
| MEDIUM | Docs/ComplexTypes.md | 756 | ### Configuring via dependency injection (recommended) | COMMENT |
| MEDIUM | Docs/ComplexTypes.md | 783 | ### Direct usage without dependency injection | COMMENT |
| MEDIUM | Docs/Diagnostics.md | 979 | ### Enabling pcap capture without dependency injection | COMMENT |
| MEDIUM | Stack/Opc.Ua.Core.Diagnostics/NugetREADME.md | 44 | ### Without dependency injection | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …Opc.Ua.SourceGeneration.Core/Schema/UA Model Design.cs | 4 | // This code was generated by a tool. | COMMENT |
| HIGH | …9CertificateStore/Extensions/Internal/PInvokeHelper.cs | 34 | // This code was generated by a tool. | COMMENT |
| HIGH | Stack/Opc.Ua.Core/Schema/SecuredApplication.cs | 4 | // This code was generated by a tool. | COMMENT |
| HIGH | Stack/Opc.Ua.Types/Schema/UA Type Dictionary.cs | 4 | // This code was generated by a tool. | COMMENT |
| HIGH | Stack/Opc.Ua.Types/Schema/UANodeSet.cs | 4 | // This code was generated by a tool. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1285 | // Step 1: Create a subscription | COMMENT |
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1367 | // Step 2: Write a new value to a semantic property (EngineeringUnits) | COMMENT |
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1396 | // Step 3: Issue publish to receive DataChangeNotification and SemanticChangeEvent | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 57 | // Step 1: Decode from XML fixture | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 64 | // Step 2: Verify decoded fields | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 67 | // Step 3: Encode back to XML | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 71 | // Step 4: Re-parse encoded XML | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 78 | // Step 5: Verify re-parsed matches original | COMMENT |
| LOW | …ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs | 396 | // Step 1: compile with only FirstType | STRING |
| LOW | …ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs | 426 | // Step 2: add SecondType and re-run the same driver (incremental) | STRING |
| LOW | Docs/Certificates.md | 202 | ##### Step 1: Initialization | COMMENT |
| LOW | Docs/Certificates.md | 216 | ##### Step 2: Iterative Chain Building Loop | COMMENT |
| LOW | Docs/Certificates.md | 280 | ##### Step 3: Issuer Matching Algorithm | COMMENT |
| LOW | Docs/Certificates.md | 333 | ##### Step 4: Certificate Revocation List (CRL) Checking | COMMENT |
| LOW⚡ | Stack/Opc.Ua.Types/State/readme.md | 281 | // Step 1: Create the node | COMMENT |
| LOW⚡ | Stack/Opc.Ua.Types/State/readme.md | 284 | // Step 2: Initialize the node (REQUIRED before use) | COMMENT |
| LOW⚡ | Stack/Opc.Ua.Types/State/readme.md | 287 | // Step 3: Set attributes | COMMENT |
| LOW⚡ | Stack/Opc.Ua.Types/State/readme.md | 296 | // Step 4: Create and assign node IDs | COMMENT |
| LOW⚡ | Stack/Opc.Ua.Types/State/readme.md | 300 | // Step 5: Add to parent | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1285 | // Step 1: Create a subscription | COMMENT |
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1367 | // Step 2: Write a new value to a semantic property (EngineeringUnits) | COMMENT |
| LOW | Tests/Opc.Ua.Server.Tests/ReferenceServerTest.cs | 1396 | // Step 3: Issue publish to receive DataChangeNotification and SemanticChangeEvent | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 57 | // Step 1: Decode from XML fixture | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 64 | // Step 2: Verify decoded fields | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 67 | // Step 3: Encode back to XML | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 71 | // Step 4: Re-parse encoded XML | COMMENT |
| LOW⚡ | …sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs | 78 | // Step 5: Verify re-parsed matches original | COMMENT |
| LOW | …ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs | 396 | // Step 1: compile with only FirstType | STRING |
| LOW | …ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs | 426 | // Step 2: add SecondType and re-run the same driver (incremental) | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | ….Ua.SourceGeneration.Core.Tests/Schema/ServiceTests.cs | 264 | /// Verifies robust handling of various special character inputs. | COMMENT |
| MEDIUM | …Opc.Ua.Subscriptions.Classic.Tests/SubscriptionTest.cs | 606 | // make the test robust to CI scheduling jitter while still | COMMENT |
| MEDIUM | …aries/Opc.Ua.PubSub/Redundancy/PubSubRedundancyMode.cs | 65 | /// sequence/keep-alive state so take-over is seamless. | COMMENT |
| MEDIUM | …nt/AliasNames/PubSub/AliasNamePubSubRefreshStrategy.cs | 148 | // dropping the namespace prefix is the simplest robust path. | COMMENT |
| MEDIUM | …ons/MinimalBoilerServer/BoilerNodeManager.Configure.cs | 113 | // (5) TypeDefinitionId addressing — robust for well-known | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Tools/Opc.Ua.SourceGeneration.Core/Schema/readme.md | 1154 | "Author": "John Doe", | CODE |
| LOW | Tests/Opc.Ua.Di.Tests/DeviceBuilderTests.cs | 135 | id.Manufacturer = new LocalizedText("Acme Corp"); | CODE |
| LOW | Tests/Opc.Ua.Di.Tests/DeviceBuilderTests.cs | 142 | Assert.That(builder.Device.Manufacturer!.Value.Text, Is.EqualTo("Acme Corp")); | CODE |
| LOW | …s/PumpDeviceIntegrationServer/SoftwarePackageSeeder.cs | 56 | Vendor: "Acme Corp", | CODE |
| LOW | …s/PumpDeviceIntegrationServer/SoftwarePackageSeeder.cs | 68 | Vendor: "Acme Corp", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | appveyor.yml | 5 | # you can use {branch} name in version format too | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Tests/codecoverage.sh | 17 | # Display result in browser (mac OS) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …pc.Ua.Server/Configuration/ConfigurationNodeManager.cs | 3633 | // TODO: implement a transport-level | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs | 581 | private sealed class FixedResponseHandler : HttpMessageHandler | CODE |