Skip to content
代码片段 群组 项目
  1. 7月 22, 2020
  2. 7月 21, 2020
  3. 7月 20, 2020
  4. 7月 18, 2020
    • Zachary Becknell's avatar
      Fix #18539 - add Blazor catch-all route parameter (#24038) · 0889a622
      Zachary Becknell 创作于
      * Fix #18539 - add Blazor catch-all route parameter
      
      * Add E2E tests for catch-all parameter
      
      * Adjust E2E test for catch-all params
      
      * Remove ** scenarios for catch-all params
      
      * Fix typo causing test failure
      0889a622
    • Ajay Bhargav B's avatar
      Merge pull request #24034 from dotnet-maestro-bot/merge/release/3.1-to-master · 5aeac399
      Ajay Bhargav B 创作于
      [automated] Merge branch 'release/3.1' => 'master'
      5aeac399
    • Doug Bunting's avatar
      Merge pull request #24078 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master · 9f1b61e2
      Doug Bunting 创作于
      [automated] Merge branch 'release/5.0-preview8' => 'master'
      9f1b61e2
    • Ajay Bhargav B's avatar
      Unquarantine some tests (#24075) · 39859c0c
      Ajay Bhargav B 创作于
      * Unquarantine some tests
      
      * Quarantine
      
      * Link issue
      39859c0c
    • Doug Bunting's avatar
    • Doug Bunting's avatar
      Use Roslyn to create ref/ assemblies (#23403) · 5266918e
      Doug Bunting 创作于
      * Remove all ref/ projects
      
      * Remove GenAPI infrastructure
      
      * Remove notion of a reference assembly project
        - remove `$(IsReferenceAssemblyProject)`, `$(ReferenceReferenceAssemblies)` and `$(ReferenceImplementationAssemblies)`
          - remove unnecessary `$(NoWarn)` settings
      
      nits:
      - remove a few misleading comments
      - wrap some long lines
      
      * Move .0 package version workaround into Versions.props
        - touch up SharedFramework.External.props
      
      * Expose `%(LatestPackageReference.RTMVersion)` metadata
        - automate use of properties in the `@(LatestPackageReference)` item group to make this maintainable
          - add a couple of special cases at the bottom of eng/Dependencies.props
          - add one more `$(...PackageVersion)` property to avoid yet-another special case
      
      * Enable Roslyn reference assemblies
        - exclude ref/ assembly from packages other than targeting pack
        - update Microsoft.AspNetCore.App.Ref.csproj
          - `%(IsReferenceAssembly)` and `%(ReferenceGrouping)` metadata no longer relevant
          - only ref/ assemblies are in `@(ReferencePathWithRefAssemblies)` item group
      
      nits:
        - remove now-unnecessary workaround
          - issues with TFM transition are behind us
        - clean up Microsoft.AspNetCore.App.Runtime.csproj slightly
          - use `GeneratePathProperty="true"`
              - reorder item / property settings for meta-expansion
          - correct spelling errors and phrasing in comments
      
      * Update documentation to reflect recent changes
        - remove CrossRepoBreakingChanges.md; was tied to old TeamCity infrastructure
          - also much less relevant given repo merges
        - adjust details and examples in ReferenceResolution.md
          - reflect repo merges, Dependencies.props changes, and current Maestro++ channels
          - add a few more details e.g. specific files where Version.Details.xml versions are used
      
      * !fixup! Remove another irrelevant doc file
      
      * !fixup! Address PR review suggestions
        - convert a couple of warnings to errors
        - use consistent casing for Microsoft.NETCore.App.Runtime.* packages
        - reduce `%(LatestPackageReference.Version)` metadata special cases
        - add and improve comments e.g.
          - improve comments about `$(*V0PackageVersion)` properties
          - improve placement of comments about item removal in ResolveReferences.targets
          - confirmed `$(*V0PackageVersion)` property list is complete
      
      nits:
      - fix solution example in ReferenceResolution.md
      - remove item group definition for `@(LatestPackageReference)`
      - remove `%(LatestPackageReference.VersionName)` metadata after use; large item group
          - similarly, remove `%(LatestPackageReference.RTMVersion)` when not needed; just complicates `Condition`s
      
      When I squash, I must remember this fixes
      - #14801
      - dotnet/aspnetcore-internal#2693
      
      * Actually use `%(LatestPackageReference.RTMVersion)` metadata
        - gather RTM package references in a new project
          - a (very) separate project to work around package conflict resolution
          - empty `Test` target works around Arcade's testing approach
        - new target in ResolveReferences.targets updates relevant assembly paths to use the RTM packages
          - done as soon as possible after `ResolvePackageAssets` determines the paths
          - done for all compilation inputs, not just ref/ assemblies
      5266918e
    • Jonathan's avatar
      Change btn class for delete button (#24002) · a8bc7ba6
      Jonathan 创作于
      Set delete account button as a secondary action instead of a primary action.
      a8bc7ba6
    • Pranav K's avatar
      Ensure analyzer does not appear in build and publish outputs (#24072) · 59b94e4b
      Pranav K 创作于
      Also make the analyzer actually work
      59b94e4b
    • Ajay Bhargav B's avatar
  5. 7月 17, 2020
  6. 7月 16, 2020
加载中