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

PR #2

Merged
merged 10,000 commits into from
Apr 10, 2021
Merged

PR #2

merged 10,000 commits into from
Apr 10, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 16, 2021

  1. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …315.3 (#30960)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2380c73 View commit details
    Browse the repository at this point in the history
  2. Feedback from Pranav

    onegoodsausage committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    51828cc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from onegoodsausage/andremi/conversionResultPro…

    …viderUsesContractResolver
    
    Andremi/conversion result provider uses contract resolver
    onegoodsausage committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7f39076 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30856 from dotnet-maestro-bot/merge/release/5.0-t…

    …o-main
    
    [automated] Merge branch 'release/5.0' => 'main'
    pranavkm committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c0a2024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95bf141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2a0cbc View commit details
    Browse the repository at this point in the history
  7. Pool SocketSenders (#30771)

    - SocketAsyncEventArgs have lots of state on them and as a result are quite big (~350) bytes at runtime. We can pool these since sends are usually very fast and we can reduce the per connection overhead as a result.
    - We also allocate one per IOQueue to reduce contention.
    - Fixed buffer list management
    - Disposed pool when the transport is disposed
    - Added project to slnf so running tests in VS was possible
    - Clear the buffer and buffer list before returning to the pool
    - This cleans up dumps as the pooled senders don't see references to buffers
    while pooled in the queue
    - Keep track of items in the pool separately from the queue count.
    davidfowl committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0a7a620 View commit details
    Browse the repository at this point in the history
  8. Add Consolidated view classifier to make view types internal (#30976)

    * Add Consolidated view classifier to make view types internal
    
    * Address feedback from peer review
    
    * Address feedback and fix tests
    captainsafia committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    54d04c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    688b7de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30797 from dotnet-maestro-bot/merge/release/2.1-t…

    …o-main
    
    [automated] Merge branch 'release/2.1' => 'main'
    msftbot[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c2e6b32 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/runtime dotnet/efcore (#30968)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    
    
     - Remove assemblies from the ref and runtime pack
    
     - Remove more references
    dotnet-maestro[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ef96ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c4ccff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cf6359 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …316.2 (#30991)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2178ea5 View commit details
    Browse the repository at this point in the history
  7. HTTP/3 input validation and connection abort (#29665)

    * Connection error for invalid HTTP/3 frame on request stream
    
    * Update src/Servers/Kestrel/Core/src/CoreStrings.resx
    
    * Write frame types and errors codes in logs as per spec
    
    * Clean up
    
    * Add HTTP/3 connection exception with code
    
    * Connection abort
    
    * More abort connection stuff
    
    * More test
    
    * More tests
    
    * PR feedback
    JamesNK committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4f3e8e0 View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …317.1 (#30998)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8b4d24e View commit details
    Browse the repository at this point in the history
  9. helix + pw + linux/osx (#30676)

    HaoK committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a104f9d View commit details
    Browse the repository at this point in the history
  10. Adding support for custom JsonConverter(s) when deserializing JSON Pa…

    …tch value object (#30974)
    
    * - Adding a new ConvertTo overload to ConversionResultProvider that takes an IContractResolver and hooking it up for ListAdapter
    - Unit test to verify above works for heterogenous collections
    pranavkm committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    dec7382 View commit details
    Browse the repository at this point in the history
  11. [main] Update dependencies from dotnet/runtime dotnet/efcore (#30999)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8481b93 View commit details
    Browse the repository at this point in the history
  12. Dispose streams that don't fit in pool (#30995)

    * Dispose streams that don't fit in pool
    
    * PR feedback
    JamesNK committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6adb596 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    a3a8f45 View commit details
    Browse the repository at this point in the history
  2. Respect consolidated views in all document classifiers (#31008)

    * Respect consolidated views in all document classifiers
    
    * Address feedback from peer review
    captainsafia committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e640e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7211288 View commit details
    Browse the repository at this point in the history
  4. Add API to Renderer to trigger a UI refresh on hot reload (#30884)

    * Add API to Renderer to trigger a UI refresh on hot reload
    
    Fixes #30816
    pranavkm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ce689ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35bb1b8 View commit details
    Browse the repository at this point in the history
  6. Fix credscan issues in aspnetcore (#30337)

    * Fix credscan issues in DataProtection
    
    * Fix credscan issues in Identity, except where they affect checked in certs
    
    * Updated scan
    Pilchie committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    58b37d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. [Blazor] Adds static web assets support for Blazor desktop (#31041)

    * Wires up static web assets support on the WebViewManager.
    javiercn committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8cc970c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6167a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e5113 View commit details
    Browse the repository at this point in the history
  4. Update DotNetMuxerTest (#31053)

    Fixes #24082
    pranavkm committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    66d2cf5 View commit details
    Browse the repository at this point in the history
  5. Bring back working DevServer packaging setup (#31043)

    * Bring pack working DevServer packaging setup
    
    * Revert "Bring pack working DevServer packaging setup"
    
    This reverts commit 0dda92e.
    
    * Update runtimeconfig.template.json
    captainsafia committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    82e70a6 View commit details
    Browse the repository at this point in the history
  6. Quarantine one failing test (#31045)

    - #31044
    - `RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()`
    dougbu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    af600bf View commit details
    Browse the repository at this point in the history
  7. Update SDK to bring unified assembly changes (#31039)

    * Update SDK to bring unified assembly changes
    
    * Update SDK to pick up Razor pages fix
    
    * Fixup test
    
    Co-authored-by: Pranav K <[email protected]>
    captainsafia and pranavkm committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ebbe22f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de013d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc33b22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89c2573 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14af9d9 View commit details
    Browse the repository at this point in the history
  12. Simplify Razor bug reports. (#31033)

    * Simplify Razor bug reports.
    
    - We now have better mechanisms for capturing information so no need to scare users off.
    
    * Address code review feedback
    NTaylorMullen committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    491ad53 View commit details
    Browse the repository at this point in the history
  13. [Blazor][Desktop] Mark packages as shipping (#31035)

    * Make packages shipping
    * Update RepoTasks to msbuild 16.9
    * Update global.json
    * Update Nuget
    javiercn committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    30e468e View commit details
    Browse the repository at this point in the history
  14. Remove WebView dependency to AspNetCore.App (#31071)

    The Blazor Desktop project must not depend on Microsoft.AspNetCore.App because it needs to run on almost any platform, including Android/iOS. But AspNetCore.App doesn't run on those platforms. This changes WebView to not use any packages that are part of AspNetCore.App, such as StaticFiles and Http.Abstractions. Instead, it has copies of those files.
    Eilon committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2d5da9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7461631 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5d8208b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    918172f View commit details
    Browse the repository at this point in the history
  18. [Blazor][Desktop] Fixes nullable annotations on the public API baseli…

    …nes (#31073)
    
    * Fix nullable annotations
    * Fix APIs
    * Add missing API baseline file
    javiercn committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6db1f6e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    fce37c1 View commit details
    Browse the repository at this point in the history
  2. Suppress generating source checksums when configured (#31089)

    Hot reload / EnC does not like it when type level attributes are modified. Razor views and Pages
    include a RazorSourceChecksumAttribute that includes a checksum of all of it's inputs (current cshtml file, and
    all _ViewImports that contribute to it). It's used used by runtime compilation to tell if the compiled view is
    current compared to it's inputs. However, it gets in the way with enc since editing a file updates the checksum.
    
    We'll disable this feature by default in RazorSourceGenerator, and enable it using an MSBuild switch that's configured
    by runtime compilation
    pranavkm committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ef0c2fc View commit details
    Browse the repository at this point in the history
  3. Caching Redis: Add option to register profiling session (#31018)

    * Add option to register profiling session
    
    * Add API change
    
    * Fix public API declaration
    
    * Cleanup
    glucaci committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    30f376d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118f411 View commit details
    Browse the repository at this point in the history
  5. Sync shared code from runtime (#31094)

    Co-authored-by: Tratcher <[email protected]>
    github-actions[bot] and Tratcher committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    9f1012b View commit details
    Browse the repository at this point in the history
  6. Revert "Remove ANCM shim and outofprocess handler from Runtime SiteEx… (

    #31042)
    
    * Revert "Remove ANCM shim and outofprocess handler from Runtime SiteExtension (#24884)"
    
    This reverts commit 7f7528f.
    
    * Enable site extension build temporarily
    
    * Enable build native
    
    * Fixing site extension build
    
    * No need to set
    
    * Fixing up build
    
    * Update .azure/pipelines/ci.yml
    
    * Update ci.yml
    
    * retry
    
    * Update .azure/pipelines/ci.yml
    jkotalik committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    cb32de3 View commit details
    Browse the repository at this point in the history
  7. Follow ups for Blazor AOT (#31098)

    * Follow ups for Blazor AOT
    
    * Add Emscripten packs to manifest
    * Update acquire tool to use manifest from the dotnet sdk
    * Add AOT option to templates
    
    * Undo Emscripten for now
    pranavkm committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d3c861f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. [Blazor] [Desktop] Exclude Resources.resx from the embedded file mani…

    …fest (#31107)
    
    Excludes unnecessary embedded resources from the embedded files manifest provider.
    javiercn committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    746aeaf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Fix some low hanging allocation fruit (#31115)

    * Fix some low hanging allocation fruit
    - Use singleton pipe options
    - Use Task.Yield instead of AwaitableThreadPool on the server side
    - Change WebSocketMiddleware handshake helpers to remove enumerator allocations.
    davidfowl committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    348cc03 View commit details
    Browse the repository at this point in the history
  2. Fix issues preventing hot reload for Blazor WASM (#31108)

    * Configure DOTNET_MODIFIABLE_ASSEMBLIES=debug env variable
    * Fixup broken reflection
    pranavkm committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    d5a9658 View commit details
    Browse the repository at this point in the history
  3. Fixup targeting pack intermediate zip version

    John Luo committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1ab35bc View commit details
    Browse the repository at this point in the history
  4. Add new Polly DI extension method for HttpClientFactory (#28283)

    * Fix IDE warnings
    
    Fix IDE warnings about non-disposed handlers.
    
    * Update return type documentation
    
    Update the comment's type to match the method's.
    
    * Add new AddPolicyRegistry overload
    
    Add a new overload for AddPolicyRegistry() that allows the
    caller to configure the policy registry using other services
    that are registered with the service provider, such as config.
    martincostello committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    52336bf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    62b77d0 View commit details
    Browse the repository at this point in the history
  2. Update nuget & msbuild versions (#31064)

    * Update nuget & msbuild versions
    
    * Update RepoTasks.csproj
    
    * Fix one test
    
    * Fix all tests
    wtgodbe committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    fb3092b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30603 from dotnet-maestro-bot/merge/release/3.1-t…

    …o-main
    
    [automated] Merge branch 'release/3.1' => 'main'
    John Luo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    26a88e0 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …317.3 (#31124)
    
    Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 6.0.0-beta.21160.7 -> To Version 6.0.0-beta.21167.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    afa9b98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c8e9f1 View commit details
    Browse the repository at this point in the history
  6. Revert "Update branding to 6.0.0-preview4"

    This reverts commit 5c8e9f1.
    dougbu committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4b9d32a View commit details
    Browse the repository at this point in the history
  7. Added missing event ids for hosting events (#31149)

    - Fixed slnf file
    davidfowl committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f1b0157 View commit details
    Browse the repository at this point in the history
  8. Don't separately build arm64 installers

    John Luo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    03aab5d View commit details
    Browse the repository at this point in the history
  9. Don't build targeting pack nupkgs

    John Luo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ef8a506 View commit details
    Browse the repository at this point in the history
  10. Undo change that stopped building installers in win-arm64 leg.

    This reverts commit 03aab5d.
    John Luo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9786139 View commit details
    Browse the repository at this point in the history
  11. Update comment

    John Luo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    eceffca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7fb760f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Merge pull request #31158 from dotnet/johluo/fix-arm64-assets

    Don't separately build arm64 installers
    John Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4ce1f2c View commit details
    Browse the repository at this point in the history
  2. Dispose the DiagnosticListener (#31170)

    - Add the DiagnosticListener to the DI container as a lambda so it gets disposed.
    davidfowl committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    80880d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0031da0 View commit details
    Browse the repository at this point in the history
  4. Fixed grammar on SessionOptions.IOTimeout XML (#31174)

    Fixed grammar on `SessionOptions.IOTimeout`
    Reapism committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    28a6f89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df334d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9a9b94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa39c3 View commit details
    Browse the repository at this point in the history
  8. Update CONTRIBUTING.md (#31167)

    * Update CONTRIBUTING.md
    
    * Follow-up edits
    captainsafia committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    493d0bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ef51fb View commit details
    Browse the repository at this point in the history
  10. Add tests

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4adb5da View commit details
    Browse the repository at this point in the history
  11. Cleanup

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    62ab96b View commit details
    Browse the repository at this point in the history
  12. Cleanup

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2b13803 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #31205 from dotnet-maestro-bot/merge/release/6.0-p…

    …review3-to-main
    
    [automated] Merge branch 'release/6.0-preview3' => 'main'
    John Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3535b83 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dda8967 View commit details
    Browse the repository at this point in the history
  15. Add field

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    75621aa View commit details
    Browse the repository at this point in the history
  16. Cleanup

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a45cab5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d2614d View commit details
    Browse the repository at this point in the history
  18. fix naming

    allisonchou committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    305dec9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    018d7ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    730e39b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    94cd7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. [main] Update dependencies from dotnet/runtime dotnet/efcore (#31020)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    
    
     - Do not declare iOS and Android support everywhere
    - runtime update includes new annotations making non-support obvious
    - see dotnet/runtime#49354 (w/ a similar Android PR coming soon)
    
     - !fixup! Fix typo in item group name
    
     - !fixup! Set `$(RemoveDevicePlatformSupport)` in correct project
    - not needed in BlazorManifest.csproj
    - but, is needed in dotnet-install-blazoraot.csproj
    
     - suppress
    
     - Fixup
    dotnet-maestro[bot] committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1c659cc View commit details
    Browse the repository at this point in the history
  2. Annotate Blazor wasm auth assemblies for trimmability (#31119)

    Minor cleanup when inspecting the code
    pranavkm committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b2c22cf View commit details
    Browse the repository at this point in the history
  3. Creates script command for sql-cache-tool (#30398)

    * Creates script command for sql-cache-tool
    * Includes idempotency, output to stdout, or specific file
    * Fixes help suggestion to be command-specific
    
    * Corrects typo
    joncloud committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e50e354 View commit details
    Browse the repository at this point in the history
  4. Revert "BlazorTemplate test improvements (#30907)" (#31223)

    This reverts commit 730e39b.
    HaoK committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    333134c View commit details
    Browse the repository at this point in the history
  5. Sync shared code from runtime (#31182)

    Co-authored-by: dotnet <[email protected]>
    github-actions[bot] and dotnet committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    033b1fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1800160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d79c95 View commit details
    Browse the repository at this point in the history
  8. READMEs for Servers (#31207)

    * READMEs for Servers
    
    * Remove en-us
    
    * Update src/Servers/README.md
    
    Co-authored-by: Brennan <[email protected]>
    
    * Update src/Servers/Kestrel/README.md
    
    Co-authored-by: Chris Ross <[email protected]>
    
    * Update src/Servers/IIS/README.md
    
    Co-authored-by: Chris Ross <[email protected]>
    
    * Feedback
    
    * Update src/Servers/HttpSys/README.md
    
    * Quick test
    
    * HttpSys
    
    * Update README.md
    
    * Feedback
    
    * Update src/Servers/IIS/README.md
    
    Co-authored-by: Günther Foidl <[email protected]>
    
    * Update src/Servers/Kestrel/README.md
    
    Co-authored-by: Günther Foidl <[email protected]>
    
    Co-authored-by: Brennan <[email protected]>
    Co-authored-by: Chris Ross <[email protected]>
    Co-authored-by: Günther Foidl <[email protected]>
    4 people committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1bf6332 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c2df08 View commit details
    Browse the repository at this point in the history
  10. Add hotReloadProfile to Razor Pages template (#31216)

    * Add hotReloadProfile to Razor Pages template
    
    * Turn off hotReloadProfile for Blazor WebAssembly projects
    
    The WebAssembly experience is a bit problematic in preview3 because of runtime issues
    dotnet/runtime#50190. We'll turn it off in the templates by default
    to avoid giving a confusing experience out of the box.
    pranavkm committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4f86d11 View commit details
    Browse the repository at this point in the history
  11. [main] Update dependencies from dotnet/efcore dotnet/runtime (#31220)

    [main] Update dependencies from dotnet/efcore dotnet/runtime
    dotnet-maestro[bot] committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1abdc61 View commit details
    Browse the repository at this point in the history
  12. Readmes for HTTP and Site Extensions (#31250)

    * Readmes for HTTP and Site Extensions
    
    * Apply suggestions from code review
    
    Co-authored-by: Brennan <[email protected]>
    
    Co-authored-by: Brennan <[email protected]>
    jkotalik and BrennanConroy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a369fbd View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …325.2 (#31254)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f5feab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    5c5c254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503499f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86be87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5189524 View commit details
    Browse the repository at this point in the history
  5. Update src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGenerati…

    …on/CodeWriter.cs
    
    Co-authored-by: Pranav K <[email protected]>
    allisonchou and pranavkm committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d2fdfdc View commit details
    Browse the repository at this point in the history
  6. Sync shared code from runtime (#31271)

    Co-authored-by: Tratcher <[email protected]>
    github-actions[bot] and Tratcher committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1e2fdc3 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0326.1 (#31277)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7e145b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b14188b View commit details
    Browse the repository at this point in the history
  9. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …326.1 (#31283)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6299f52 View commit details
    Browse the repository at this point in the history
  10. Clean up verbiage on build scripts (#31262)

    * Clean up verbiage on build scripts
    
    * Update docs/BuildFromSource.md
    
    Co-authored-by: Kevin Pilch <[email protected]>
    
    Co-authored-by: Kevin Pilch <[email protected]>
    captainsafia and Pilchie committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    70e7c40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    206ed86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9252bbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec0841d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …326.2 (#31292)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    69a88d9 View commit details
    Browse the repository at this point in the history
  2. [release/6.0-preview3] Update dependencies from dotnet/efcore dotnet/…

    …runtime (#31255)
    
    [release/6.0-preview3] Update dependencies from dotnet/efcore dotnet/runtime
    
    
     - Port changes from main
    
     - Merge branch 'release/6.0-preview3' into darc-release/6.0-preview3-ce4fb228-ea32-4f60-95e1-0e60d42e3fc3
    dotnet-maestro[bot] committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    06c618f View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/runtime dotnet/efcore (#31310)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7dea0cb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0327.4 (#31329)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    155f402 View commit details
    Browse the repository at this point in the history
  2. Fix comment grammar (#31326)

    Minor update to XML docs to fix sentence grammar.
    martincostello committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    223541c View commit details
    Browse the repository at this point in the history
  3. Use LoggerMessage.Define in HttpSys (#31333)

    - Use LoggerMessage.Define() throughout HttpSys instead of ILogger extension methods.
    - Also updates two incorrect event Id field names.
    
    Fixes #31313.
    martincostello committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    020745c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Reduce the per connection overhead in SocketConnection (#31308)

    * Reduce the per connection overhead in SocketConnection
    - Removed 3 state machines (StartAsync, ProcessSends and ProcessReceives)
    - Use ValueTask to remove delegate allocation on both senders and receivers
    - Remove field from DoSend and DoReceive state machine
    davidfowl committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a61d535 View commit details
    Browse the repository at this point in the history
  2. Faster strongly typed features for server FeatureCollection (#31322)

    - Use strongly typed features
    - Use Unsafe.As to workaround dotnet/runtime#49614
    - Do the casting it for Set<T> as well
    - Add more benchmarks
    - Reorder features (order of reset);
    benaadams committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c0d17cf View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0328.6 (#31350)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c1c4c58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2857014 View commit details
    Browse the repository at this point in the history
  5. Badges, badges! (Licence, Help wanted, Good first issue, Chat) (#31341)

    * Badges, badges! (Licence, Help wanted, Good first issue, Chat)
    
    * Use correct links
    benaadams committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7576c09 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …329.1 (#31351)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    11dd699 View commit details
    Browse the repository at this point in the history
  7. Fix WebView header APIs and behavior (#31246)

    * Fix WebView header APIs and behavior
    - Change WebView to return dictionary of headers instead of strings (this is needed for Android)
    - Change StaticContentProvider to use filename (always exists) instead of physical file path (not always available) to determine MIME type
    - Fix WPF sample bug
    Eilon committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a082b18 View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …329.2 (#31352)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a3a0b0d View commit details
    Browse the repository at this point in the history
  9. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …327.1 (#31309)
    
    [release/6.0-preview3] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a27d059 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0329.3 (#31363)
    
    [release/6.0-preview3] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2bb8297 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e05640c View commit details
    Browse the repository at this point in the history
  12. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …329.4 (#31366)
    
    [release/6.0-preview3] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    1dab290 View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …329.3 (#31353)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    698d872 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Make RequestDelegateFactory public (was MapActionExpressionTreeBuilde…

    …r) (#31171)
    
    * Make RequestDelegateBuilder public
    
    - Formerly known as MapActionExpressionTreeBuilder
    
    * Add new BuildRequestDelegate overloads
    
    * Address PR feedback
    
    * RequestDelegateBuilder -> RequestDelegateFactory
    
    * Build -> Create
    
    * Address final review feedback.
    halter73 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    64a94f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63553a5 View commit details
    Browse the repository at this point in the history
  3. Use one shot pbkdf2 (#31200)

    * Use one shot pbkdf2
    
    * Update NetCorePbkdf2Provider.cs
    
    * CR feedback
    
    * CR feedback
    
    * Fix
    
    * Just use GetBytes for now
    
    * Update NetCorePbkdf2Provider.cs
    HaoK committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9e150eb View commit details
    Browse the repository at this point in the history
  4. Use interned Header Names for known headers not in the pre-allocated …

    …block (#31311)
    
    * Use interned headernames for known headers not in the preallocated block
    
    * Switch Connection header values for interned values
    
    * Use interned strings for websockets
    
    * Keep baggage, tracestate, and traceparent with previous casing
    
    * Update src/Servers/Kestrel/shared/KnownHeaders.cs
    
    Co-authored-by: Chris Ross <[email protected]>
    
    * Feedback
    
    Co-authored-by: Chris Ross <[email protected]>
    benaadams and Tratcher committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b00ae1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e70d65f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev/allichou/TabsSpacesCodeGeneration' of https://githu…

    …b.com/dotnet/aspnetcore into dev/allichou/TabsSpacesCodeGeneration
    allisonchou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f3ad1e3 View commit details
    Browse the repository at this point in the history
  7. Modify constructor

    allisonchou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e70ae71 View commit details
    Browse the repository at this point in the history
  8. Remove IReceiveHotReloadContext and HotReloadContext (#31281)

    * Remove IReceiveHotReloadContext and HotReloadContext
    
    React to API review feedback. Substitute IReceiveHotReloadContext and HotReloadContext
    with RenderHandle.IsHotReloading
    
    * Fixup
    
    * Update src/Components/Components/src/RenderHandle.cs
    
    * Update src/Components/Components/src/Properties/ILLink.Substitutions.xml
    
    * Update src/Components/Components/src/Properties/ILLink.Substitutions.xml
    pranavkm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    43ebb3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1810cfe View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0329.5 (#31384)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    afce624 View commit details
    Browse the repository at this point in the history
  11. [main] Update dependencies from dotnet/arcade (#31349)

    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a788dc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e96330f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0f23a2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #31211 from dotnet/dev/allichou/TabsSpacesCodeGene…

    …ration
    
    Allow Razor generated documents to respect tabs/spaces settings
    allisonchou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    2c4444f View commit details
    Browse the repository at this point in the history
  15. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0330.7 (#31394)
    
    [release/6.0-preview3] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c3f055f View commit details
    Browse the repository at this point in the history
  16. Add a FeaturesCollection constructor that supports initial capacity (#…

    …31381)
    
    * Add a FeaturesCollection constructor that supports initial capacity
    mareklinka committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c660e9b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    364564f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d1412c View commit details
    Browse the repository at this point in the history
  19. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …330.1 (#31400)
    
    [release/6.0-preview3] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    483899d View commit details
    Browse the repository at this point in the history
  20. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …330.2 (#31401)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f32b525 View commit details
    Browse the repository at this point in the history
  21. Fix generated CSS scopes in layout views and update templates (#31257)

    * Fix generated CSS scopes in layout views and update templates
    
    * Update template baselines
    
    * Enabled scoped CSS for MVC template tests
    
    * Bring back static CSS file
    captainsafia committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f45fc3e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    c5466df View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md (#31371)

    Removed tab that seemed to cause a paragraph about the new help wanted label to be in a code fence.
    KevM committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2488cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ada833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8508279 View commit details
    Browse the repository at this point in the history
  5. Improve test failures for unexpected logs (#31406)

    * Add ToString() to Testing's log WriteContext
    
    * Update StrictTestServerTests to only show unexpected log
    halter73 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2a8d385 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faa16cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe57908 View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/runtime build 2021…

    …0331.6 (#31421)
    
    [release/6.0-preview3] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4d5e44a View commit details
    Browse the repository at this point in the history
  9. Do not serialize Parameters property on AuthenticationProperties (#31414

    )
    
    * Do not serialize Parameters
    
    Explicitly prevent the Parameters dictionary from being included in the deserialized payload.
    See #31330 (comment).
    
    * Ignore props backed by Items
    
    Also ignore the properties backed by the Items dictionary to minimise the size of the serialized JSON payload.
    
    * Add ignoreLineEndingDifferences
    
    Stop tests from failing on non-Windows OSs due to different line endings.
    martincostello committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    0984c6d View commit details
    Browse the repository at this point in the history
  10. ArPow stage 1: local source-build infrastructure (#31235)

    Conflicts:
    	eng/Version.Details.xml
    
    Co-authored-by: John Luo <[email protected]>
    MichaelSimons and John Luo committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    afbf2c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. [main] Update dependencies from dotnet/runtime dotnet/efcore (#31411)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d1403ac View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …331.4 (#31424)
    
    [release/6.0-preview3] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4e08019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e5c1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a660cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed3a2b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5a1999 View commit details
    Browse the repository at this point in the history
  7. Fixed de-duping hosting startup assemblies (#31440)

    - De-dupe hosting startup assemblies based on assembly instance not the name of the assembly. Names can be short or long and we don't know if they resolve to the same assembly. Instead of trying to mess with names, we just check to make sure that the instance isn't the same.
    davidfowl committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fb0b099 View commit details
    Browse the repository at this point in the history
  8. Trim down framework references for Blazor dev server (#31420)

    * Only include Microsoft.AspNetCore.App framework reference for Blazor dev server
    * Address feedback from peer review
    * Use SharedFxVersion property
    captainsafia committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5ec8418 View commit details
    Browse the repository at this point in the history
  9. Cross-target last few projects to DefaultNetCoreTargetFramework (#31239)

    * Cross-target last 2 projects to DefaultNetCoreTargetFramework
    
    * More projects
    
    * Fixup
    
    * Fixup again
    
    * Fixup
    
    * Undo SiteExtension change
    
    * Update src/SiteExtensions/LoggingBranch/LB.csproj
    
    Co-authored-by: Doug Bunting <[email protected]>
    
    Co-authored-by: Doug Bunting <[email protected]>
    wtgodbe and dougbu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1e3a437 View commit details
    Browse the repository at this point in the history
  10. [main] Update dependencies from dotnet/runtime dotnet/efcore (#31425)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    05ac9a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2afcac2 View commit details
    Browse the repository at this point in the history
  12. Add nullability to more MVC assemblies (#31338)

    * Add nullability to more MVC assemblies
    
    * [x] MVC.Cors
    * [x] Mvc.DataAnnotations
    * [x] Mvc.Localization
    * [x] Mvc.Newtonsoft.Json
    * [ ] Mvc.ViewFeatures (partial)
    
    * Fixup
    
    * Update src/Mvc/Mvc.ViewFeatures/src/Rendering/ViewContext.cs
    
    * Apply suggestions from code review
    
    * Update RazorPagePropertyActivator.cs
    pranavkm committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b12b64e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bc87ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8403d67 View commit details
    Browse the repository at this point in the history
  15. [release/6.0-preview3] Update dependencies from dotnet/runtime dotnet…

    …/efcore (#31451)
    
    [release/6.0-preview3] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    718171e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …331.6 (#31427)
    
    [main] Update dependencies from dotnet/arcade
    
    
     - Merge branch 'main' into darc-main-2c400715-e553-48d8-8d43-983dc7aa4b7d
    dotnet-maestro[bot] committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    27ff2f4 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/efcore build 20210…

    …401.3 (#31468)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    64ac302 View commit details
    Browse the repository at this point in the history
  3. Fix project paths in Azure.slnf (#31435)

    * Fix project paths in Azure.slnf
    
    * Update Azure.slnf
    Youssef1313 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7ada9dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1ce542 View commit details
    Browse the repository at this point in the history
  5. Removed static activity source from hosting (#31483)

    * Removed static activity source from hosting
    - Get it from DI instead
    
    * Fixed test
    davidfowl committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bc1ff6a View commit details
    Browse the repository at this point in the history
  6. Use Random.Shared property (#31453)

    * Use Random.Shared
    
    Use the new .NET 6 Random.Shared static property where possible.
    See dotnet/runtime#50297.
    
    * Revert WebApi-CSharp changes
    
    For some reason I don't understand, this template doesn't see Random.Shared when compiled so this reverts the previous change for this template.
    martincostello committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    2458822 View commit details
    Browse the repository at this point in the history
  7. Remove baseline suppressions from 5.0 (#29934)

    * Remove baseline suppressions from 5.0
    
    * Use newer NuGet.Protocol version
    
    - v4.8.2 ➡️  v5.8.1
    
    * Fix condition
    
    * Back to 5.8.1
    
    * Undo components changes
    
    * Whoops
    
    * Whoops
    
    Co-authored-by: Doug Bunting <[email protected]>
    wtgodbe and dougbu committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    91ddbdc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Remove DNT from pre-reserved headers (#31493)

    No modern browser uses it anymore
    benaadams committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    d33567d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d721cf View commit details
    Browse the repository at this point in the history
  3. Change Router _emptyParametersDictionary to a regular Dictionary (#31460

    )
    
    * Change Router _emptyParametersDictionary to a regular Dictionary
    
    This allows for ReadOnlyDictionary to be trimmed in a default Blazor WASM app. Saving roughly 3 KB .br compressed.
    
    Contributes to #30098
    
    * Update src/Components/Components/src/Routing/Router.cs
    
    Co-authored-by: James Newton-King <[email protected]>
    eerhardt and JamesNK committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    8f63065 View commit details
    Browse the repository at this point in the history
  4. Clean up some MVC code (#31511)

    * Clean up some MVC code
    
    * PR feedback
    pranavkm committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    d32b018 View commit details
    Browse the repository at this point in the history
  5. Do not throwing on InputBase.Dispose() if not in EditContext. (#31510)

    * Do not throwing on InputBase.Dispose() if not in EditContext.
    
    Fixes #30990
    fvoronin committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    fb38da9 View commit details
    Browse the repository at this point in the history
  6. Cache filters between requests in the ordinary case (#31513)

    In the normal case,
    * only the DefaultFilterFactoryProvider is registered
    * all filters registered by the framework are reusable
    
    We could so something targeted and cache filter instances between requests.
    pranavkm committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    0aae147 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …403.1 (#31526)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    3c79366 View commit details
    Browse the repository at this point in the history
  2. Flaky tests (#31502)

    John Luo committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c4d06ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e78ac0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b493c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f28e12e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12a4ff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9733f4 View commit details
    Browse the repository at this point in the history
  8. Update Selenium/Playwright (#31497)

    * Update Selenium/Playwright
    
    * Update selenium-config.json
    
    * Update Versions.props
    John Luo committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    79b419c View commit details
    Browse the repository at this point in the history
  9. Added VSCode debugging (for MvcSandbox) & code analysis support (#29486)

    * Added VSCode debugging support for MvcSandbox
    
    * Added ignored vscode folders
    
    * 1. Convered some more projects.
    2. Added env variable for TargetFramework and used it in launch.json file rather than
    hardcoding TFW.
    
    * Addressed PR feedback.
    1. Removed extensions.json
    2. Updated BuildFromSource.md for Vscode instructions.
    3. Added launch settings for BasicTestApp.
    
    * Addressed PR feedback!
    ShreyasJejurkar committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ae8b2c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    4eb2a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f1805 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31551 from dotnet/prkrishn/merge

    Merge remote-tracking branch 'origin/release/6.0-preview3'
    pranavkm committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c8035cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b85614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d695c3 View commit details
    Browse the repository at this point in the history
  6. Data Protection minor tidying (#31512)

    * Remove unused code
    
    Remove unused constant, method and variable.
    
    * Remove array allocations
    
    Use Array.Empty() instead of allocating an empty array.
    Use a static array for activation type instead of creating a new one per invocation.
    
    * Rename field
    
    Address PR feedback.
    martincostello committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    ab2704a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dced01 View commit details
    Browse the repository at this point in the history
  8. [MVC] Fix MSB4186 error (#31066)

    Fix MSB4186 error if a project references Microsoft.AspNetCore.Mvc.Testing that is not itself an ASP.NET project, such as a helper library in a test suite.
    martincostello committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3143d95 View commit details
    Browse the repository at this point in the history
  9. Re-use cancellation tokens in the https middleware (#31528)

    * Re-use cancellation tokens in the https middleware
    - These tokens are usually short lived and exist for the purposes of cancelling the handshake.
    davidfowl committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    5de9b7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b04ecf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    367454f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9358d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Use skipEnabledCheck for LoggerMessage.Define (#31562)

    * Use skipEnabledCheck in MVC
    
    * Use skipEnabledCheck in Http/Routing DefaultLinkGenerator, DefaultLinkParser, and DfaMatcher
    
    * Use skipEnabledCheck in SignalR
    
    * Use skipEnabledCheck in Components
    
    * Use skipEnabledCheck in Hosting
    
    * Use skipEnabledCheck in Servers/HttpSys
    
    * Use skipEnabledCheck in Servers/Kestrel
    
    * Use skipEnabledCheck in Middleware
    
    * Avoid some allocations by checked IsEnabled first in MVC
    
    * Avoid some allocations by checked IsEnabled first in Servers/Kestrel
    
    * Simplify usage of logging in transports
    gfoidl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b700636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1114081 View commit details
    Browse the repository at this point in the history
  3. Rename 'Blazor component' to 'component' to be more generic (#31590)

    Co-authored-by: Adrian Wright <[email protected]>
    adrianwright109 and Adrian Wright committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9fe56f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31579 from dotnet-maestro-bot/merge/release/5.0-t…

    …o-main
    
    [automated] Merge branch 'release/5.0' => 'main'
    sebastienros committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    da8ac73 View commit details
    Browse the repository at this point in the history
  5. Update branding to 3.1.15 (#31577)

    * Update branding to 3.1.15
    
    Update Ubuntu 16.04 to 18.04
    
    * Remove obsolete groovy code
    John Luo committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    48133cc View commit details
    Browse the repository at this point in the history
  6. [release/5.0] Update nuget versions (#31490)

    * Update nuget/msbuild versions
    
    * Update nuget
    
    * Nuget only
    
    * Fix baseline, update to 5.8.1
    
    * Undo test change
    
    * Update MetadataSerializerTest.cs
    wtgodbe committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    1baf991 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fa43be View commit details
    Browse the repository at this point in the history
  8. Added IConnectionSocketFeature (#31588)

    - Removed the nullable from the Socket property as approved in API review
    - Make the IConnectionSocketFeature an additional feature instead of one implemented on the TransportConnection.
    - Added a test to verify it works
    davidfowl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    469faaf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f337b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24d60f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dec60c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9facd9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00c3e7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfbbc40 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #31593 from dotnet-maestro-bot/merge/release/5.0-t…

    …o-main
    
    [automated] Merge branch 'release/5.0' => 'main'
    sebastienros committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a5864bb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Quarantine one failing test (#31045) (#31296)

    - #31044
    - `RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()`
    
    Co-authored-by: Doug Bunting <[email protected]>
    halter73 and dougbu committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    79dbbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7610e3 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    sebastienros committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4efb96c View commit details
    Browse the repository at this point in the history
  4. Fix merge

    sebastienros committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0da8e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bf03a2 View commit details
    Browse the repository at this point in the history
  6. Update default-build.yml

    wtgodbe committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7cf381d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31605 from dotnet-maestro-bot/merge/release/5.0-t…

    …o-main
    
    [automated] Merge branch 'release/5.0' => 'main'
    sebastienros committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d757db9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a3aea8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #31592 from dotnet-maestro-bot/merge/release/3.1-t…

    …o-main
    
    [automated] Merge branch 'release/3.1' => 'main'
    sebastienros committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    89e81c0 View commit details
    Browse the repository at this point in the history
  10. Remove unused ADAL dependency (#31484)

    * Remove unused dependency
    
    * Remove outdated AAD sample
    Tratcher committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    52eff90 View commit details
    Browse the repository at this point in the history
  11. Custom event args: support receiving IJSObjectReference (#31591)

    * Add failing E2E case
    
    * Implement fix
    
    * Add E2E test
    
    * Update src/Components/test/testassets/BasicTestApp/EventCustomArgsComponent.razor
    
    * Update suppressions
    SteveSandersonMS committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    65051aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a047b9c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    0377410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b3ba86 View commit details
    Browse the repository at this point in the history
  3. [SPA] Introduces new approach for proxying the SPA templates (#31564)

    * A new package Microsoft.AspNetCore.SpaProxy has been added that is
      used by the templates to launch their development proxy via npm/yarn.
    * The SPA development proxy for each CLI now is the frontend for the
      application and proxies the requests to the backend which is the
      ASP.NET Core application.
    * At publish time the application assets are copied to the wwwroot.
    * SpaServices.Extensions has been removed from the templates since it is
      no longer needed. MapFallbackToFile("index.html") handles unknown
      requests and serves the SPA entry point.
    * The templates have been updated to keep using HTTPS with the SPA proxy
      configured to use the ASP.NET Core HTTPS development certificate via a
      new aspnetcore-https.js file that ships within the template.
    * The configuration for angular has been updated with a proxy.conf.js
      file to proxy requests to the backend.
    * The entry point for the application in development is now
      https://localhost:5002 when using https and http://localhost:5002
      otherwise.
    javiercn committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    6bc4b79 View commit details
    Browse the repository at this point in the history
  4. Infer default sources for parameters of minimal actions (#31603)

    This does a big chunk of #30248 while heavily refactoring the RequestDelegateFactory by splitting it out into a bunch of smaller methods.
    
    For part 2 of #30248, a "scalar value type that lives in the System namespace", I went with the alternative of "Something convention-based like the presence of a bool TryParse(string, out T) method" instead. This conventions work for types in any namespace including user-defined types.
    halter73 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    bd61ac7 View commit details
    Browse the repository at this point in the history
  5. Avoid closure caused by local function (#31641)

    * Avoid closure caused by local function
    - Made the local function static and passed state via parameters.
    davidfowl committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    00b551e View commit details
    Browse the repository at this point in the history
  6. Remove form support from minimal APIs (#31646)

    * Remove form support from minimal APIs
    
    * Add
    
    * MapActionSample -> MinimalSample
    
    * Remove MapActionSample.csproj from Mvc.slnf
    halter73 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    77e5784 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. [Templates] Update the react template to use the CLI proxy (#31652)

    Updates the react template to use the http-proxy-middleware for handling
    the requests instead of the asp.net core proxy in the same way it's done
    for the Angular template.
    javiercn committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    e5667a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985ef47 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/emsdk dotnet/efcore dotnet/run…

    …time (#31576)
    
    [main] Update dependencies from dotnet/emsdk dotnet/efcore dotnet/runtime
    
    
     - Add `RemoveDevicePlatformSupport` To `Microsoft.AspNetCore.Authentication.Negotiate.csproj`
    dotnet-maestro[bot] committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    82a190e View commit details
    Browse the repository at this point in the history