You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Do not load `Docs/MigrationGuide.md` into context** — it is now a thin
47
+
landing page. Instead, match the user's symptom to a row below and load
48
+
the **single** sub-doc named in that row.
49
+
50
+
| When the user hits… | Load only |
51
+
| --- | --- |
52
+
|`CS0029` / `CS1503` / `CS0266` on `NodeId`, `Variant`, `DataValue`, `ExtensionObject`, `QualifiedName`, `LocalizedText`, `ArrayOf<T>` / `MatrixOf<T>`, `ByteString`, `StatusCode`, `XmlElement`, `EnumValue`, or `[Obsolete]` on built-in type APIs (analyzer `UA0001`–`UA0020`) |[`Docs/migrate/2.0.x/types.md`](../../../Docs/migrate/2.0.x/types.md)|
53
+
|`Utils.LogX`, `Utils.Trace`, static logger helpers, `ITelemetryContext` constructor parameter shape per type |[`Docs/migrate/2.0.x/telemetry.md`](../../../Docs/migrate/2.0.x/telemetry.md)|
54
+
| Package upgrades, TFM changes, `Newtonsoft.Json` removal from `Opc.Ua.Core`, new published packages |[`Docs/migrate/2.0.x/packages.md`](../../../Docs/migrate/2.0.x/packages.md)|
the same table plus a short intro) and pick from there. Avoid loading
68
+
multiple sub-docs unless the symptom genuinely spans two areas (for
69
+
example, `node-states.md`*and*`types.md` when a NodeManager runs into
70
+
both `INodeManager3` adoption and `Variant`-for-`object` API changes).
71
+
39
72
## Level 1: Quick Start (5 minutes)
40
73
41
74
### What you'll do
@@ -303,5 +336,7 @@ material. Load them on demand via your agent runtime's
303
336
304
337
### Canonical upstream docs
305
338
306
-
-[`Docs/MigrationGuide.md`](https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Docs/MigrationGuide.md) — the human-facing migration guide that this skill distils.
339
+
-[`Docs/MigrationGuide.md`](https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Docs/MigrationGuide.md) — the human-facing migration guide landing page (~3 KB; intentionally small, just an index across versions).
340
+
-[`Docs/migrate/2.0.x/README.md`](https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Docs/migrate/2.0.x/README.md) — the 2.0 migration index + the same symptom → sub-doc table this skill uses.
-[`Tools/Opc.Ua.MigrationAnalyzer/NugetREADME.md`](https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Tools/Opc.Ua.MigrationAnalyzer/NugetREADME.md) — the package's own README, shipped inside the NuGet.
0 commit comments