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
| 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)|
| 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
68
multiple sub-docs unless the symptom genuinely spans two areas (for
69
69
example, `node-states.md`*and*`types.md` when a NodeManager runs into
@@ -153,7 +153,7 @@ dotnet format analyzers <YourSolution>.sln \
153
153
migration window, then peel each entry back as you fix the rule.
154
154
-**The legacy `Quickstarts.Servers` meta-package does not exist on 2.0.** If
155
155
your project depends on it, switch to a `<ProjectReference>` to
156
-
`Applications/Quickstarts.Servers` or to an equivalent project of your own.
156
+
`samples/Quickstarts.Servers` or to an equivalent project of your own.
157
157
158
158
---
159
159
@@ -287,7 +287,7 @@ MigrationAnalyzer package is removed.
287
287
added inline to each csproj.
288
288
- The `OPCFoundation.NetStandard.Opc.Ua.Quickstarts.Servers` meta-package is
289
289
not published on 2.0 — consumers must switch to a `<ProjectReference>` to
290
-
`Applications/Quickstarts.Servers` or an equivalent first-party project.
290
+
`samples/Quickstarts.Servers` or an equivalent first-party project.
291
291
- Public APIs returning a `<Type>Collection` will hit `CS0050` because the
292
292
generator's shim is `internal` by design — migrate the public surface to
293
293
`List<T>` / `ArrayOf<T>` first.
@@ -336,7 +336,7 @@ material. Load them on demand via your agent runtime's
336
336
337
337
### Canonical upstream docs
338
338
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.
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.
|`OPCFoundation.NetStandard.Opc.Ua.Gds.Common`|**New in 2.0** — intermediate project with shared GDS types. If you reference `Gds.Client.Common` or `Gds.Server.Common`, they now depend on it transitively (no action needed in most cases). |
78
-
|`OPCFoundation.NetStandard.Opc.Ua.Quickstarts.Servers`|**Not published on 2.0** — switch to a `<ProjectReference>` to `Applications/Quickstarts.Servers` or equivalent. |
78
+
|`OPCFoundation.NetStandard.Opc.Ua.Quickstarts.Servers`|**Not published on 2.0** — switch to a `<ProjectReference>` to `samples/Quickstarts.Servers` or equivalent. |
79
79
80
80
If your solution already uses **Central Package Management** (`Directory.Packages.props`),
0 commit comments