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

Update webapp template to use top-level statements & minimal hosting API #34016

Merged
merged 12 commits into from
Jul 7, 2021

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    bea14cc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    1f08203 View commit details
    Browse the repository at this point in the history
  2. Updated StarterWeb template:

    - Using minimal hosting APIs
    - Using top-level statements
    DamianEdwards committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    14ced02 View commit details
    Browse the repository at this point in the history
  3. Updated gRPC template:

    - using minimal hosting APIs
    - using top-level statements
    DamianEdwards committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    edbb920 View commit details
    Browse the repository at this point in the history
  4. Updated WebApi template:

    - uses minimal hosting APIs
    - uses top-level statements
    DamianEdwards committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    09338cc View commit details
    Browse the repository at this point in the history
  5. Updated BlazorServer project template:

    - uses minimal hosting APIs
    - uses top-level statements
    DamianEdwards committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    095b114 View commit details
    Browse the repository at this point in the history
  6. Update BlazorWasm template

    - Uses minimal hosting APIs
    - Uses top-level statements
    - Fixed template testing scripts to support BlazorWasm template properly
    - Fixed nullable issues
    DamianEdwards committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    02f9755 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    36486ed View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Address feedback

    DamianEdwards committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7d0df6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18964b0 View commit details
    Browse the repository at this point in the history
  3. Feedback

    DamianEdwards committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    be3fefd View commit details
    Browse the repository at this point in the history
  4. Address feedback

    - put connection string in its own variable
    - add explicit call to UseRouting() to avoid issue with middleware that re-runs the pipeline with a different path (e.g. UseExceptionHandler)
    DamianEdwards committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5a458ba View commit details
    Browse the repository at this point in the history