Commit 554ba02
* Build and publish integration
* Make fingerpring work at runtime for assemblies
* Make fingerpring work at runtime for icu
* Remove version fingerprint check
* Check core assembly extension
* Typescript nits
* JSModules and SatelliteAssemblies
* DEBUG require newer SDK for testing
* Fix fingerprint for new publish assets
* Lazy loading and FP mapping boot json
* WBT file on disk checks
* WBT file on disk checks
* WBT file on disk checks
* WBT testmain no fingerprint
* WBT revert debug message
* AOT
* WBT fix ordering
* Fingerprinting without webcil
* Fix GenerateWasmBootJson when FP is off
* NoFingerprint WBT variant
* DEBUG try to run WBT without fingerprinting
* WBT make entry comparison order agnostic
* WBT smoke tests for no-fingerprinting
* Update sendtohelix-browser.targets
* Remove debug log
* Fix typo
* Fix regex matching
* Remove test for dotnet.js FP since we don't support that anymore
* Fix check for System.Private.CoreLib
* FP for dotnet.globalization.js
* Fingerprinting pdbs
* WBT fix file check
* Fingerprint segmentation-rules.json
* Fix loading pdb for fingerprinted lazy assembly
* Ensure lazy pdb is loaded
* Remove non-WasmSDK tests from non-FP category
* Revert drop for dotnet.js finterprinting
* Compute non-Fingerprinted virtualPath for pdb and resource as well
* Make debugger working with fingerprinted assemblies and pdbs
* DEBUG latest SDK for WBT
* DEBUG fix wbt installation
* Add WorkloadBuildTasks to WasmBuild.sln
* Fix WBT
* Revert escaping URL in debugger
* Fix lazy loading test and message emit in release config
* Fixes for MT after merge
* Skip WBT without workloads and without fingerprinting
* Turn off fingerprinting when targeting downlevel versions
* Git ignore *.d.ts.sha256
* Fix
* Update source-build-reference-packages to latest
* Revert "Update source-build-reference-packages to latest"
This reverts commit bef50ee.
* Fix the references
* Update Versions.props
* Update Versions.props
---------
Co-authored-by: Larry Ewing <[email protected]>
1 parent f64e68a commit 554ba02
File tree
35 files changed
+466
-218
lines changed- src
- libraries
- mono
- browser
- debugger/BrowserDebugProxy
- runtime
- loader
- types
- nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build
- wasm
- Wasm.Build.Tests
- Blazor
- Common
- Templates
- TestAppScenarios
- data
- sln
- testassets/WasmBasicTestApp/App/wwwroot
- tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks
35 files changed
+466
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
99 | 106 | | |
100 | | - | |
| 107 | + | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
349 | | - | |
| 350 | + | |
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
1686 | 1689 | | |
1687 | 1690 | | |
1688 | 1691 | | |
| |||
1698 | 1701 | | |
1699 | 1702 | | |
1700 | 1703 | | |
1701 | | - | |
1702 | | - | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
1703 | 1715 | | |
1704 | 1716 | | |
1705 | 1717 | | |
| |||
1722 | 1734 | | |
1723 | 1735 | | |
1724 | 1736 | | |
1725 | | - | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
1726 | 1740 | | |
1727 | 1741 | | |
1728 | 1742 | | |
1729 | 1743 | | |
1730 | | - | |
| 1744 | + | |
1731 | 1745 | | |
1732 | 1746 | | |
1733 | 1747 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
| |||
692 | 695 | | |
693 | 696 | | |
694 | 697 | | |
695 | | - | |
| 698 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
| |||
26 | 38 | | |
27 | 39 | | |
28 | 40 | | |
29 | | - | |
30 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
31 | 57 | | |
32 | 58 | | |
33 | 59 | | |
| |||
0 commit comments