-
Couldn't load subscription status.
- Fork 5.2k
[browser] Use StaticWebAssets fingerprinting in Wasm SDK #103755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
5485ef0
Build and publish integration
maraf 2c0d21f
Make fingerpring work at runtime for assemblies
maraf da8f2ec
Make fingerpring work at runtime for icu
maraf a923583
Remove version fingerprint check
maraf 00695e7
Check core assembly extension
maraf 7eb15d6
Merge branch 'main' into BrowserFingerprinting
lewing de7ab09
Typescript nits
maraf 99d9b6a
JSModules and SatelliteAssemblies
maraf 163fe82
DEBUG require newer SDK for testing
maraf bfbb518
Fix fingerprint for new publish assets
maraf 574d899
Lazy loading and FP mapping boot json
maraf a650967
Merge branch 'main' into BrowserFingerprinting
maraf 8848871
WBT file on disk checks
maraf e40c14e
WBT file on disk checks
maraf fd8b240
WBT file on disk checks
maraf d642b3c
WBT testmain no fingerprint
maraf 4d3c657
WBT revert debug message
maraf a2eac11
AOT
maraf 5cbda67
WBT fix ordering
maraf 71f7fa3
Fingerprinting without webcil
maraf f25f7de
Fix GenerateWasmBootJson when FP is off
maraf b2e1ffa
NoFingerprint WBT variant
maraf a411302
DEBUG try to run WBT without fingerprinting
maraf fd55a18
WBT make entry comparison order agnostic
maraf 1e88e55
WBT smoke tests for no-fingerprinting
maraf a3fd46a
Update sendtohelix-browser.targets
maraf 5f662b2
Remove debug log
maraf 1cd4de4
Fix typo
maraf 754b5f2
Fix regex matching
maraf 1c11007
Remove test for dotnet.js FP since we don't support that anymore
maraf d3a8ba1
Fix check for System.Private.CoreLib
maraf 653643a
FP for dotnet.globalization.js
maraf 90de8b7
Fingerprinting pdbs
maraf 2637a00
Merge remote-tracking branch 'upstream/main' into BrowserFingerprinting
maraf 57f1c0f
WBT fix file check
maraf 1f880a4
Fingerprint segmentation-rules.json
maraf 08e443a
Fix loading pdb for fingerprinted lazy assembly
maraf 12bb74c
Ensure lazy pdb is loaded
maraf 2b8ccb1
Remove non-WasmSDK tests from non-FP category
maraf 51cd688
Revert drop for dotnet.js finterprinting
maraf a531dc8
Compute non-Fingerprinted virtualPath for pdb and resource as well
maraf 31d1a73
Make debugger working with fingerprinted assemblies and pdbs
maraf dc91e20
DEBUG latest SDK for WBT
maraf c0d3d62
DEBUG fix wbt installation
maraf 907ce2c
Add WorkloadBuildTasks to WasmBuild.sln
maraf e367713
Fix WBT
maraf 4738dac
Merge branch 'main' into BrowserFingerprinting
maraf b78497f
Revert escaping URL in debugger
maraf 7ff25a5
Merge branch 'main' into BrowserFingerprinting
maraf 768af43
Fix lazy loading test and message emit in release config
maraf 0e705fa
Fixes for MT after merge
maraf 5db6c0e
Skip WBT without workloads and without fingerprinting
maraf 79283fb
Merge branch 'main' into BrowserFingerprinting
lewing 46cb7b3
Turn off fingerprinting when targeting downlevel versions
maraf dc1f048
Merge remote-tracking branch 'upstream/main' into BrowserFingerprinting
maraf c8a645c
Git ignore *.d.ts.sha256
maraf d076290
Fix
maraf bef50ee
Update source-build-reference-packages to latest
lewing 05a3854
Revert "Update source-build-reference-packages to latest"
lewing f673b26
Fix the references
lewing ac0a52d
Update Versions.props
lewing 5d8917a
Update Versions.props
lewing 3e0efe6
Merge branch 'main' into BrowserFingerprinting
maraf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| .stamp-wasm-install-and-select* | ||
| emsdk | ||
|
|
||
| runtime/dotnet.d.ts.sha256 | ||
| runtime/*.d.ts.sha256 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.