Skip to content
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

[release/8.0] [browser] Update browser template to use Wasm SDK #91046

Merged
merged 17 commits into from
Aug 30, 2023

Commits on Aug 24, 2023

  1. Use WasmSdk in browser template

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4e7c2f2 View commit details
    Browse the repository at this point in the history
  2. Remove default html-path

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    be4830d View commit details
    Browse the repository at this point in the history
  3. Use wwwroot when looking for main.js in template for replacement

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    78da11b View commit details
    Browse the repository at this point in the history
  4. Temporarily remove WasmRuntimeAssetsLocation from WBT because WasmSDK…

    … doesn't support it yet
    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    472b42f View commit details
    Browse the repository at this point in the history
  5. Integrate console log forward into DevServer

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    74436a9 View commit details
    Browse the repository at this point in the history
  6. Replace UseRouter

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    61789eb View commit details
    Browse the repository at this point in the history
  7. Use next middleware only if it's not console

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    26294d6 View commit details
    Browse the repository at this point in the history
  8. CancellationTokenSource on CancelKeyPress

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6e33fc2 View commit details
    Browse the repository at this point in the history
  9. Address feedback from initial DevServer integration

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b108639 View commit details
    Browse the repository at this point in the history
  10. Update src/mono/wasm/host/BrowserHost.cs

    Co-authored-by: Ankit Jain <radical@gmail.com>
    2 people authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dd1ac75 View commit details
    Browse the repository at this point in the history
  11. Remove debugging code

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c31fdc1 View commit details
    Browse the repository at this point in the history
  12. Fix WBT

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    adf78fe View commit details
    Browse the repository at this point in the history
  13. Fix starting outside of project directory

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2b79698 View commit details
    Browse the repository at this point in the history
  14. Support WasmRuntimeAssetsLocation in Wasm SDK

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f56f090 View commit details
    Browse the repository at this point in the history
  15. Revert "Support WasmRuntimeAssetsLocation in Wasm SDK"

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    76033a9 View commit details
    Browse the repository at this point in the history
  16. Active issue for WasmRuntimeAssetsLocation

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    abf3b26 View commit details
    Browse the repository at this point in the history
  17. Feedback

    maraf authored and github-actions committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e02289f View commit details
    Browse the repository at this point in the history