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

Backport changes from main #23229

Merged
merged 2 commits into from
Jan 3, 2022
Merged

Backport changes from main #23229

merged 2 commits into from
Jan 3, 2022

Commits on Jan 3, 2022

  1. Assume basline capabilities (#23185)

    In a Blazor app, the apply-update capabilities are available after the app is up and running in the browser.
    Occasionally it takes long for the app to start up and our baseline task times out. Currently we return an empty
    list of capabilities which causes the compiler to produce no deltas. This PR bumps up the timeout ever so slightly
    and returns baseline capabilities instead.
    
    Fixes dotnet/aspnetcore#36723
    pranavkm committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    cfa34cb View commit details
    Browse the repository at this point in the history
  2. Use project path instead of working directory to resolve launchSettin…

    …gs.json (#23184)
    
    * Use project path instead of working directory to resolve launchSettings.json
    
    Fixes dotnet/aspnetcore#35393
    
    * Update DotNetWatcherTests.cs
    pranavkm committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    6752136 View commit details
    Browse the repository at this point in the history