Commit 81bde54
- Bump samples/todoapp-mvc Microsoft.EntityFrameworkCore.SqlServer 10.0.3 -> 10.0.9
to match the repo's EFCoreVersion (missed in #485).
- Bump stray Microsoft.AspNetCore.Components.WebAssembly*/Microsoft.Extensions.Http
pins in todoapp-blazor-wasm from 10.0.3 -> 10.0.9.
- Bump Microsoft.EntityFrameworkCore (Avalonia), Microsoft.Extensions.Logging.Debug
(MAUI), Microsoft.Extensions.DependencyInjection (WinUI3), and
System.Text.Json/System.Formats.Asn1/System.IO.Packaging (Uno, local CPM) from
10.0.3 -> 10.0.9 across the todoapp client-platform samples.
- Bump CommunityToolkit.Datasync.Client 10.0.0 -> 10.1.0 across every client
sample (Avalonia, MAUI, Uno, WPF, WinUI3, todoapp-tutorial/ClientApp,
todoapp-blazor-wasm/Client) to match the latest published package, alongside
the already-updated 10.1.0 server samples.
- Pin Microsoft.OpenApi to 2.7.5 in root Directory.Packages.props to resolve the
NU1903 high-severity advisory (GHSA-v5pm-xwqc-g5wc) on the 2.0.0 version
floated transitively via Microsoft.AspNetCore.OpenApi/NSwag.AspNetCore/
Swashbuckle.AspNetCore. CentralPackageTransitivePinningEnabled propagates this
through project references into samples/datasync-server and
samples/datasync-server-cosmosdb-singlecontainer without needing per-sample
pins; verified every restored project.assets.json in the repo now resolves
Microsoft.OpenApi/2.7.5.
The remaining NU1903 advisory (SQLitePCLRaw.lib.e_sqlite3, GHSA-2m69-gcr7-jv3q)
has no patched version available and is tracked separately in #492.
Verified: dotnet restore/build/test on Datasync.Toolkit.sln (2280+ tests
passing across all suites), plus restore+build for every affected sample
solution/project (todoapp-mvc, todoapp-blazor-wasm, datasync-server,
datasync-server-cosmosdb-singlecontainer, todoapp-tutorial, TodoApp.Avalonia,
TodoApp.Avalonia.Desktop, TodoApp.WPF). TodoApp.MAUI/TodoApp.Uno mobile TFMs
and TodoApp.WinUI3 build could not be fully exercised in this environment due
to missing Android/iOS/Windows workloads, but package restore succeeded up to
that point, confirming the version pins resolve cleanly.
Co-authored-by: ahall <ahall@cloudflare.com>
1 parent e0be104 commit 81bde54
10 files changed
Lines changed: 26 additions & 18 deletions
File tree
- samples
- todoapp-blazor-wasm
- TodoApp.BlazorWasm.Client
- TodoApp.BlazorWasm.Server
- todoapp-mvc/TodoApp.Service
- todoapp-tutorial/ClientApp
- todoapp
- TodoApp.Avalonia/TodoApp.Avalonia
- TodoApp.MAUI
- TodoApp.Uno
- TodoApp.WPF
- TodoApp.WinUI3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments