Skip to content
代码片段 群组 项目
  1. 9月 04, 2021
  2. 8月 20, 2021
  3. 8月 12, 2021
  4. 8月 05, 2021
  5. 8月 04, 2021
  6. 7月 13, 2021
  7. 7月 12, 2021
    • dotnet-maestro[bot]'s avatar
      [main] Update dependencies from dotnet/efcore dotnet/runtime (#34033) · 6c396e75
      dotnet-maestro[bot] 创作于
      [main] Update dependencies from dotnet/efcore dotnet/runtime
      
      
       - Workaround duplicate logging source generator
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Fix CS8795
      
      https://dev.azure.com/dnceng/public/_build/results?buildId=1222936&view=logs&jobId=b5df7d42-2bda-5dee-96bd-1838a4f7499c&j=b5df7d42-2bda-5dee-96bd-1838a4f7499c&t=c1ffdaa9-e800-5fe8-052c-643f2e9f52ff
      
      
      
       - Update Wasm.Performance.TestApp.csproj
      
       - Fix skipEnabledCheck
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Update Workarounds.targets
      
       - Revert "Fix CS8795"
      
      This reverts commit a2ec9d6e0f87422456b7f8d1af238a29b8df6b94.
      
       - Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)"
      
      This reverts commit 1dd00f43.
      
       - Utilize class level SkipEnabledCheckLogOptions
      
       - React to MvcCoreLoggerExtensions feedback
      
       - Merge remote-tracking branch 'origin/main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - React to nullability changes in TypeConverter
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - React to new analyzer warnings
      
       - Revert "Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)""
      
      This reverts commit 5d6e21e650b3de09ceef9ecff0241040e1d83929.
      
       - Update src/Http/Routing/src/Matching/DfaMatcher.cs
      
      Co-authored-by: default avatarEric Erhardt <eric.erhardt@microsoft.com>
      
       - Update exception caught in HTTP2 tests
      
       - Merge branch 'main' of https://github.com/dotnet/aspnetcore into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Revert "Remove usings from templates implicitly added by the SDK (#34219)"
      
      This reverts commit d8bba727.
      
       - Fix up exceptions for HTTP2 tests
      
       - Revert "Revert "Remove usings from templates implicitly added by the SDK (#34219)""
      
      This reverts commit cce1bd7f71791ef59060f0e6d567ea7ec1919c9f.
      
       - Bump up SDK to bring in usings changes
      
       - Try running template tests on non-Helix
      
       - Update ci.yml
      
       - Try disabling template tests on Helix
      
       - Revert "Stop running template tests on azdo job (already helix-ified) (#32985)"
      
      This reverts commit 7a842b71.
      
       - Don't build Helix payload for template tests
      
       - Temporarily skip FrameworkListListsContainsCorrectPaths
      
       - Use dotnet test for test discovery
      
       - Revert "Use dotnet test for test discovery"
      
      This reverts commit f5cecb21c64d36fdcd8bc5d514f9affb694600cf.
      
       - Try skipping listing tests list in helix
      
       - Revert "Try disabling template tests on Helix"
      
      This reverts commit 2136f31e08ab33639ca44cfbd85d98909c9dfe47.
      
       - Remove generic type from test method
      
       - Removed another generic from the test method
      6c396e75
  8. 6月 16, 2021
  9. 6月 04, 2021
  10. 5月 26, 2021
  11. 5月 25, 2021
    • Doug Bunting's avatar
      Enable compiling with `crossgen2` (#32508) · 46b56aa0
      Doug Bunting 创作于
      
      * Enable compiling Asp.NET with crossgen2
      
      * Use use linux crossgen2 instead of linux-musl crossgen2 when targetting linux-musl from the build
      
      * Attempt to make musl work
      
      * Fix typo
      
      * Use correct bits to compile take #3
      
      * Add Pgo data
      
      * Fix mistaken at symbol
      
      * Move to Core-Eng build agents
      - should resolve problems w/ disk space in "Tests: Helix ARM64 matrix" job
      - need `node` in this job for some reason
      
      * Remove `crossgen` tool infrastructure
      - remove many properties related only to the `crossgen` tool
        - may have missed a few of course
      
      nits:
      - `crossgen` -> `crossgen2` in a few comments
      - add / expand a few comments to improve clarity
      
      Co-authored-by: default avatarDavid Wrighton <davidwr@microsoft.com>
      46b56aa0
  12. 5月 22, 2021
    • Doug Bunting's avatar
      Clean out Ubuntu 16.04 testing (#32894) · 83f7970b
      Doug Bunting 创作于
      * Clean out Ubuntu 16.04 testing
      - use Ubuntu 18.04 agents for testing in Docker containers on Helix
      
      nits:
      - clean up a few old mentions of Centos and Fedora testing
      - fix `%(Platform)` metadata for OSX `@(HelixAvailableTargetQueue)` items
      - don't mention unused internal queues in `$(TestDependsOnPlaywright)` update of `$(SkipHelixQueues)`
      - sort remaining queues alphabetically in `$(SkipHelixQueues)`
      83f7970b
  13. 4月 30, 2021
  14. 4月 23, 2021
  15. 4月 16, 2021
    • Jan Vorlicek's avatar
      Move ARM and ARM64 to Ubuntu 18.04 · d1a2d883
      Jan Vorlicek 创作于
      d1a2d883
    • Jan Vorlicek's avatar
      Update Alpine ARM docker image · c0b4428a
      Jan Vorlicek 创作于
      The Alpine ARM docker image is used for cross compilation. There was a
      breaking change in Alpine 3.13 - it uses a new MUSL that has 64 bit
      time_t even on 32 bit platforms. Since the official support for Alpine
      ARM was not announced yet, it was decided that we will support it only
      on Alpine >= 3.13 instead of having to build and distribute two
      different
      versions of runtime.
      
      This change updates the docker image used to build Alpine ARM runtime to
      a new version that uses Alpine 3.13 rootfs. It is also using Ubuntu
      16.04 instead of 18.04 as a host to unify it with the one we use to
      build for Alpine ARM64.
      c0b4428a
  16. 4月 10, 2021
    • John Luo's avatar
      Set locale for ubuntu 18.04 (#31649) · 13a34c6c
      John Luo 创作于
      13a34c6c
    • Doug Bunting's avatar
      [release/2.1] Update branding to 2.1.28 (#31547) · 2c423225
      Doug Bunting 创作于
      * Update branding to 2.1.28
      
      * Bump `$(MicrosoftNETCoreAppPackageVersion)`
        - version flows into `$(MicrosoftNETCoreApp21PackageVersion)` automatically
        - cherry-picked from #30729 internal branch
      
      * Get tests and archives working after rebranding
        - skip `SharedFxTests.BaselineTest(...)` between rebranding and baseline updates
          - previous runtime is not available in this window
        - reduce retries in `RetryHelper`
          - download will usually fail repeatedly if it fails even once
          - previous maximum duration (105 min.) was greater than the job timeout
        - avoid NETSDK1023 warnings
          - eng/targets/CSharp.Common.props adds packages removed from project
        - create archives based on one that actually exists between rebranding and baseline updates
        - mostly cherry-picked from #30729 internal branch
      
        nit: remove unused `GetTotalRetriesUsed()` method
      
      * Use Ubuntu 18.04 build agents
        - set locale consistently on all platforms
          - default locale on newer agents is unloved `C.UTF-8`
      
      * Stop using Ubuntu 14.04
        - run `locale-gen` to avoid "setlocale: LC_ALL: cannot change locale" and similar
          - needs `locales` package
        - move to still-supported Ubuntu 18.04 image
          - image needs slightly-newer `libicu60`, `clang` and `lldb` packages
          - rename Dockerfile to match
        - cherry-picked from #30729 internal branch for Ubuntu image update
      
        nit: set locale-related environment variables to match Python default
      
      * Avoid KoreBuild issues when using dockerbuild.sh
        - avoid MSB4011 warnings (about repeated Directory.Build.targets imports)
          - place `$DOTNET_HOME` beside repo root, not under it
        - cherry-picked from #30729 internal branch for image update
      
        nits:
        - use current Docker image for 2.1 alpine
        - set `$LANGUAGE` with other locale-related environment variables
      
      * Remove obsolete Groovy code
      
      * Pick up latest EF sources
        - minor change shouldn't affect submodule build but best to keep up
      
      * Improve the CDN tests
        - apply efe9b95b to similar template test
        - add debug output to CDN tests
        - back-port test reliability fix
          - based on  @javiercn's 3368ea6f / #13646 fix
          - avoid `TimeSpan` arithmetic and did not match refactoring done in 'release/3.1'
            - do not have recently-added `TimeSpan` operators in 2.1
        - skip `CdnScriptTaghelperTests` on .NET Framework
          - failures appear specific to that platform
          - leave src/Templating/test/Templates.Test/CdnScriptTagTests.cs unchanged
            - test project does not target .NET Framework
      2c423225
  17. 4月 09, 2021
  18. 4月 08, 2021
  19. 3月 24, 2021
  20. 3月 13, 2021
    • Doug Bunting's avatar
      [release/2.1] Include transitive refs in meta-package .nuspec files (#30639) · bffb3ca4
      Doug Bunting 创作于
      * Correct and streamline internal builds
      - correct manual internal builds
          - need to explicitly set `$(BuildNumber)` property in all build steps
          - rename `$(BuildScriptArgs)` to avoid circular reference
      - skip tests by default in internal non-PR builds
      
      nits:
      - include new `$(BuildNumberArg)` in `$(SharedFxArgs)`
      - run all test jobs in internal pull requests
      
      * Always skip tests in SharedFx and later jobs
      - however test\SharedFx.UnitTests\SharedFx.UnitTests.csproj always runs as part of `BuildSharedFx` target
      
      * Include transitive refs in meta-package .nuspec files
      - #30279
      - ensure dependencies are up-to-date even when PatchConfig.props is empty
      - change only CoreFx and core-setup dependencies
      - also change transitive references that weren't mentioned before
      
      * Bump a few patch versions
      bffb3ca4
  21. 3月 04, 2021
  22. 2月 26, 2021
    • Jessica Petty's avatar
      Add Rich Nav specific pipeline, temporarily add to ci for testing (#26822) · a7437be2
      Jessica Petty 创作于
      * Add Rich Nav specific pipeline, temporarily add to ci for testing
      * Add Rich Code Navigation feed to Nuget.config
      * Temporarily disable package reference restrictions
      * Try running Rich Nav task directly
      * Fix typo
      * Temporarily update rich nav task to verify successful run
      * Remove Rich Nav code from regular CI
      * Remove unnecessary args from Rich Nav build, add language variable
      * Apply fixes to Rich Nav pipeline
      * Remove specific binary log build args, stop disabling package reference restrictions
      * HACK HACK HACK replace existing CI with rich nav CI to test
      * Begin publishing artifacts to start debugging empty files
      * Explicitly set environment variable for rich navigation
      * Publish binlogs
      * Try manually updating arcade sdk to get new rcn package
      * Upload logs even if we've failed (hopefully they exist!)
      * Add RCN task to run on succeeded or failed to see what happens!
      * Remove parameters that aren't defined
      * Final rich nav test/assertion
      * Replace normal CI and finalize Rich Nav CI script
      a7437be2
  23. 2月 17, 2021
  24. 2月 13, 2021
  25. 2月 12, 2021
  26. 2月 11, 2021
  27. 2月 10, 2021
  28. 1月 27, 2021
加载中