[hot reload] Update test infrastructure to consume metadata update handler type ids #66513
Labels
area-EnC-mono
Hot Reload for WebAssembly, iOS/Android, etc
test-enhancement
Improvements of test source code
Milestone
Depends on dotnet/hotreload-utils#152. For
[CreateNewOnMetadataUpdate]
types, we would really like to know in unit tests the ids of the new types that get generated in the deltas since the type names are going to be mangled. Once hotreload-utils are updated to serialize the type ids, we need to updateApplyUpdateUtils
to read them and make them available to the tests. (And also the test .csproj needs to be updated to bundle the.handler.json
files with the app).Contributes to #57365
The text was updated successfully, but these errors were encountered: