Skip to content
代码片段 群组 项目
  1. 10月 13, 2022
  2. 10月 12, 2022
  3. 10月 11, 2022
  4. 10月 10, 2022
  5. 10月 08, 2022
  6. 10月 05, 2022
  7. 10月 04, 2022
    • dotnet-maestro[bot]'s avatar
      Update dependencies from https://github.com/dotnet/efcore build 20221003.3 (#44345) · a6d7c399
      dotnet-maestro[bot] 创作于
      [release/7.0] Update dependencies from dotnet/efcore
      a6d7c399
    • github-actions[bot]'s avatar
      [release/7.0] [Blazor] Fix linking issues (#44260) · cbfb890d
      github-actions[bot] 创作于
      Backport of #43515 to release/7.0
      
      /cc @MackinnonBuck @javiercn
      
      # Fix linking issues
      
      Fixes an issue reported by manual testing where Blazor WebAssembly projects created from the Individual Auth template throw an exception on page load after publishing.
      
      ## Description
      
      The problem was already fixed in `main` by making `RemoteAuthenticationService` more linker friendly. From @javiercn's comment on the original issue:
      
      > What was happening was that the linker was erasing the parameter names of the record we were using for serializing the data
      
      Fixes https://github.com/aspnet/AspNetCore-ManualTests/issues/1556
      
      ## Customer Impact
      
      Customers are likely to encounter this issue, especially since one of our project templates reproduces the bug. It's expected that our project templates should be ready to publish out of the box.
      
      ## Regression?
      
      - [X] Yes
      - [ ] No
      
      Regressed from .NET 6.
      
      ## Risk
      
      - [ ] High
      - [ ] Medium
      - [X] Low
      
      The change only involves minor restructuring to enable linker-friendliness. There are no changes to any core functionality.
      
      ## Verification
      
      - [X] Manual (required)
      - [ ] Automated
      
      ## Packaging changes reviewed?
      
      - [ ] Yes
      - [ ] No
      - [X] N/A
      cbfb890d
    • Steve Sanderson's avatar
      Add <title> to empty wasm template index.html (#44334) · 265991ca
      Steve Sanderson 创作于
      # Add <title> to empty wasm template index.html
      
      Add <title> to empty wasm template index.html
      
      ## Description
      
      The new Blazor WebAssembly "empty" project template lacks a `<title>`, but (1) everyone wants a title, and (2) the `<title>` element is required by the HTML spec - we can't omit it without the document being invalid. This PR adds it.
      
      Fixes #44335
      
      ## Customer Impact
      
      Without fixing this, newly-created projects don't conform to the HTML spec by default. And it's just strange.
      
      ## Regression?
      
      - [ ] Yes
      - [x] No - the empty wasm template is new in 7.0
      
      [If yes, specify the version the behavior has regressed from]
      
      ## Risk
      
      - [ ] High
      - [ ] Medium
      - [x] Low
      
      It's just adding a `<title>` element to a plain-text HTML file, equivalently to how it already appears in the non-empty template.
      
      ## Verification
      
      - [x] Manual (required)
      - [ ] Automated
      
      ## Packaging changes reviewed?
      
      - [ ] Yes
      - [ ] No
      - [x] N/A
      265991ca
  8. 10月 02, 2022
  9. 10月 01, 2022
  10. 9月 30, 2022
  11. 9月 29, 2022
  12. 9月 28, 2022
  13. 9月 27, 2022
加载中