Uh oh!
There was an error while loading. Please reload this page.
[wasm] Add warning code to all warnings produced in WasmAppBuilder - #78755
Conversation
ghost
commented
Nov 23, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Fixes #78690
|
@radical Should I add warning code even for this one? |
radical
commented
Nov 23, 2022
Good question. Remove the |
radical
commented
Nov 23, 2022
@akoeplinger@steveisok do we need to document these new warning codes anywhere? |
akoeplinger
commented
Nov 24, 2022
Yes but I think we also need to localize them if they're actually user-facing. I don't know if there's guidance/restrictions around coming up with new codes though. |
radical
commented
Dec 2, 2022
I have opened #79173 for following up on the localization, and documentation. |
radical
commented
Dec 2, 2022
The MacCatalyst failure is unrelated, and was - #78778 . |
maraf
commented
Dec 5, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3622382639 |
WASM0001- All PInvoke related warningsWASM0002- Missing CultureName metadata for satellite assemblyWASM0003- Found identical vfs mappings for target pathWASM0004- Loading assembly reference '..' for '..' failedFixes#78690