1. 02 11月, 2020 1 次提交
    • J
      Enable using the Ninja generator instead of Visual Studio on Windows builds. (#41897) · 8c6a049c
      Jeremy Koritzinsky 提交于
      * Move DacTableGen out of the CMake build and into tools-local.
      
      * Attempt: usenmakefiles means ninja.
      
      * Make changes to Windows build to support non-VS generators like ninja.
      
      * Use CMake 3.16 PCHs.
      
      * Remove explicit process count.
      
      * Build and run DacTableGen via the .NET CLI we pull down for the build instead of via CMake.
      
      * Update configurecompiler.cmake to specify language (needed for Ninja).
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Get Ninja build working again.
      
      * Pass configuration to cmake configure step for Ninja build.
      
      * Rename flag
      
      * Fix configure step for cross-arch native build
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Support building via Ninja for coreclr via an MSBuild property
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Implement support for opening the CoreCLR solution in VS via the -vs flag.
      
      * Fix setting generator to Ninja.
      
      * Merge libraries gen-buildsys-win.bat with runtime gen-buildsys.cmd to share windows cmake configure infra.
      
      * Enable building libraries native build with ninja.
      
      * Centralize setting CMAKE_SYSTEM_VERSION for windows builds.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Update host build to use shared gen-buildsys.cmd
      
      * Fix multi-config generator detection.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Exit with success when we build successfully.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Enable and fix up Ninja build for hosts.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Only link delayimp.lib on Windows
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Remove "overriding /W3 with /W1" warning in Ninja build of hosts by turning on /W3 and disabling any new warnings we hit.
      
      * Reduce command line override warnings by adopting the MSVC_RUNTIME_LIBRARY abstraction feature in CMake 3.14+ (below the minimum requirement on Windows).
      
      * Use the delayed expansion syntax to correctly pass in the config to cmake.
      
      * Move all usages of MSVC runtime library selection to the CMake abstraction to reduce console spew about overridden flags.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Condition the rest of the compiler options correctly so they don't show up as invalid parameter warnings for assembly builds.
      
      * Correctly build DIALib and DacTableGen as AnyCPU
      
      * Fix WRITE_BARRIER_CHECK define
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Fix passing arch for MSBuild build.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Configure ASM compiler command line format in configurecompiler.cmake and use CMake's assembly compilation step to build ASM files for ARM/ARM64 instead of manually building them and adding the generated files as additional sources.
      
      * Cleanup after fixing ARM/ARM64 support.
      
      * Rename variable
      
      * Condition PCH's for C++-only as needed to fix using them on non-Windows (where we compile C as C instead of as C++).
      
      * Fix CoreCLR native test build on windows to point to new gen-buildsys location.
      
      * Add missing compilation options in Ninja build that are implicitly defined in the MSBuild build.
      
      * Disable analyzers for DacTableGen. Remove /MAP linker flag (that's for local testing).
      
      * Upgrade to CMake 3.16.4
      
      * Don't warn on unused variables in CMake (these usually vary on platform/config)
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Manually compile ARM and ARM64 asm files when using the VS generator since it doesn't support emitting MARMASM item types in projects (and as a result cannot compile ARM or ARM64 asm without assistance).
      
      * Enable CMake policy in test build to use CMAKE_MSVC_RUNTIME_LIBRARY variable.
      
      * Update initially disabled warnings in host.
      
      * Add -ninja arg to root scripts to enable using Ninja.
      
      * Enable using Ninja in CoreCLR CI.
      
      * Try to fix passing the -ninja arg in yaml.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Add ninja to the Windows invocation
      
      * Fix 2-phase cross targeting to do one phase at a time and initialize the VC++ environment for the correct build tools each time instead of interleaving them and relying on Visual Studio to handle the differing targets.
      
      * Restore old /Ox optimization setting for Release.
      
      * Fix typos, don't pass exception flags to C files.
      
      * Remove unneeded pragma.
      
      * Fix .pgd file installation.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Add mention of the `-ninja` flag in the Building CoreCLR documentation.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Mention installation locations for Ninja and warn while building if CMake is older than 3.16.0.
      
      * Update docs/workflow/requirements/windows-requirements.md
      8c6a049c
  2. 01 11月, 2020 1 次提交
  3. 30 10月, 2020 1 次提交
  4. 29 10月, 2020 1 次提交
    • D
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness... · 558d4924
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness dotnet/llvm-project dotnet/runtime-assets dotnet/icu (#43822)
      
      * Update dependencies from https://github.com/mono/linker build 20201026.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20526.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201022.2
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20522.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20201026.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20512.1 -> To Version 6.0.0-alpha.1.20526.1
      
      * Update dependencies from https://github.com/mono/linker build 20201026.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20526.2
      
      * Update dependencies from https://github.com/mono/linker build 20201027.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20527.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201025.1
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20525.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201027.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20519.2 -> To Version 1.0.0-prerelease.20527.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201026.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20523.1 -> To Version 9.0.1-alpha.1.20526.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201026.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20522.4 -> To Version 5.0.0-beta.20526.1
      
      * Update dependencies from https://github.com/mono/linker build 20201027.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20527.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201026.10
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20526.10
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201027.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20522.4 -> To Version 5.0.0-beta.20527.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      558d4924
  5. 26 10月, 2020 1 次提交
  6. 21 10月, 2020 1 次提交
    • D
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness... · 7eba836d
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness dotnet/llvm-project (#43583)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201015.7
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20514.1 -> To Version 6.0.0-beta.20515.7
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201019.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20516.1 -> To Version 1.0.0-prerelease.20519.2
      
      * Update dependencies from https://github.com/mono/linker build 20201020.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20516.1 -> To Version 6.0.0-alpha.1.20520.1
      
      * Update dependencies from https://github.com/mono/linker build 20201020.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20516.1 -> To Version 6.0.0-alpha.1.20520.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201016.5
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20514.1 -> To Version 6.0.0-beta.20516.5
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201019.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20512.1 -> To Version 9.0.1-alpha.1.20519.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      7eba836d
  7. 17 10月, 2020 1 次提交
  8. 10 10月, 2020 2 次提交
    • V
      9be937f0
    • D
      [master] Update dependencies from dotnet/arcade dotnet/llvm-project dotnet/icu mono/linker (#43181) · f353158c
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20201006.7
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20478.3 -> To Version 5.0.0-beta.20506.7
      
      * Update dependencies from https://github.com/mono/linker build 20201008.4
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20508.4
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201006.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20505.1 -> To Version 9.0.1-alpha.1.20506.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20201006.2
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20505.1 -> To Version 6.0.0-alpha.1.20506.2
      
      * Update dependencies from https://github.com/mono/linker build 20201009.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20509.2
      
      * Update dependencies from https://github.com/mono/linker build 20201009.3
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20509.3
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      f353158c
  9. 09 10月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade dotnet/runtime-assets... · 40b8e3de
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade dotnet/runtime-assets dotnet/llvm-project dotnet/xharness dotnet/icu (#43084)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200928.3
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20474.4 -> To Version 5.0.0-beta.20478.3
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201005.2
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20476.1 -> To Version 5.0.0-beta.20505.2
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201005.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20475.1 -> To Version 9.0.1-alpha.1.20505.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201005.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20502.4 -> To Version 1.0.0-prerelease.20505.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20201005.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20475.1 -> To Version 6.0.0-alpha.1.20505.1
      
      * Don't downgrade Microsoft.DotNet.Helix.Sdk
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      40b8e3de
  10. 06 10月, 2020 1 次提交
  11. 05 10月, 2020 1 次提交
    • A
      Improve WASM test output via xharness (#42860) · bd33fc4e
      Alexander Köplinger 提交于
      With https://github.com/dotnet/xharness/pull/315 we can now make the test output similar to the regular xunit desktop runner.
      It no longer prints the passed tests by default, only failing tests. To get the old behavior, add the `-v` flag back to xharness in tests.mobile.targets or check the new wasm-console.log file in the xharness-output folder.
      
      ```
        XHarness command issued: wasm test --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=/Users/alexander/dev/runtime/artifacts/bin/System.Runtime.Handles.Tests/net5.0-Release/browser-wasm/AppBundle/xharness-output -- --run WasmTestRunner.dll System.Runtime.Handles.Tests.dll -notrait category=OuterLoop -notrait category=failing
        info: 21:57:45.3244690 v8 --expose_wasm --stack-trace-limit=1000 runtime.js -- --run WasmTestRunner.dll System.Runtime.Handles.Tests.dll -notrait category=OuterLoop -notrait category=failing
        info: Arguments: --run,WasmTestRunner.dll,System.Runtime.Handles.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing
        info: console.debug: MONO_WASM: Initializing mono runtime
        info: console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
        info: console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
        info: Initializing.....
        info: Discovering: System.Runtime.Handles.Tests.dll (method display = ClassAndMethod, method display options = None)
        info: Discovered:  System.Runtime.Handles.Tests.dll (found 14 of 15 test cases)
        info: Starting:    System.Runtime.Handles.Tests.dll
        fail: [FAIL] SafeWaitHandleTests.SafeWaitHandle_False
        info: Assert.False() Failure
        info: Expected: False
        info: Actual:   True
        info:    at SafeWaitHandleTests.SafeWaitHandle_False()
        info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
        info: Finished:    System.Runtime.Handles.Tests.dll
        info:
        info: === TEST EXECUTION SUMMARY ===
        info: Total: 14, Errors: 0, Failed: 1, Skipped: 0, Time: 0.097211s
        info:
        info: 21:57:46.3323620 Process exited with 1
      ```
      bd33fc4e
  12. 29 9月, 2020 1 次提交
  13. 23 9月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade... · fc296c53
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade Microsoft/vstest dotnet/llvm-project dotnet/icu (#42201)
      
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade Microsoft/vstest dotnet/llvm-project dotnet/icu
      
      
       - Merge branch 'master' into darc-master-c2f56120-c0a9-49ac-83ec-d0550f2e6a36
      
       - Fix merge conflict
      
       - Revert override of local changes to send-to-helix.yml
      
       - Fix path to ILLink.Tasks.dll
      
       - Revert override of local changes to send-to-helix.yml
      
       - Revert override of local changes to send-to-helix.yml
      
       - Fix path to ILLink.Tasks.dll
      
       - Fix another path to ILLink.Tasks.dll
      fc296c53
  14. 14 9月, 2020 1 次提交
    • D
      [master] Update dependencies from Microsoft/vstest dotnet/xharness mono/linker... · 9f72b3a3
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from Microsoft/vstest dotnet/xharness mono/linker dotnet/arcade dotnet/icu (#41796)
      
      [master] Update dependencies from Microsoft/vstest dotnet/xharness mono/linker dotnet/arcade dotnet/icu
      
      
       - Merge branch 'master' into darc-master-7eb28eb8-d9b3-4ab3-8732-196d2424c589
      
       - Merge branch 'master' into darc-master-7eb28eb8-d9b3-4ab3-8732-196d2424c589
      9f72b3a3
  15. 10 9月, 2020 1 次提交
  16. 08 9月, 2020 1 次提交
  17. 04 9月, 2020 1 次提交
    • N
      Enable runtime closure verification (#41698) · eb364d68
      Nikola Milosavljevic 提交于
      * Enable closure validation
      
      * Ensure dependency graph directory exists
      
      * Netstandard should not be ignored
      
      * Ensure Reports dir exists; VerifyClosure change moved to Arcade
      
      * Upgrade SharedFramework.SDK package to pick up a change for VerifyClosure target
      eb364d68
  18. 03 9月, 2020 1 次提交
    • D
      [master] Update dependencies from mono/linker dotnet/arcade... · 9b2723d2
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/runtime-assets dotnet/xharness dotnet/icu (#41591)
      
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/runtime-assets dotnet/xharness dotnet/icu
      - Updates:
        - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20424.3 to 6.0.0-alpha.1.20451.1
      
      - Updates:
        - Microsoft.DotNet.GenFacades: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.Build.Tasks.Feed: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.Build.Tasks.Packaging: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.CodeAnalysis: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.GenAPI: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.XUnitExtensions: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.RemoteExecutor: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.VersionTools.Tasks: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.XUnitConsoleRunner: from 2.5.1-beta.20427.5 to 2.5.1-beta.20431.4
        - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
        - Microsoft.DotNet.ApiCompat: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.4
      
      - Updates:
        - Microsoft.DotNet.XHarness.CLI: from 1.0.0-prerelease.20424.2 to 1.0.0-prerelease.20431.1
        - Microsoft.DotNet.XHarness.TestRunners.Xunit: from 1.0.0-prerelease.20424.2 to 1.0.0-prerelease.20431.1
      
      - Updates:
        - Microsoft.NETCore.Runtime.ICU.Transport: from 6.0.0-alpha.1.20428.1 to 6.0.0-alpha.1.20451.1
      
      - Updates:
        - System.ComponentModel.TypeConverter.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.Drawing.Common.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.IO.Compression.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.IO.Packaging.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.Net.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.Private.Runtime.UnicodeData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.Security.Cryptography.X509Certificates.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
        - System.Windows.Extensions.TestData: from 5.0.0-beta.20426.1 to 5.0.0-beta.20451.1
      
       - fix Browser-related tests
      9b2723d2
  19. 30 8月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade Microsoft/vstest... · fcd8dd9d
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade Microsoft/vstest dotnet/runtime-assets dotnet/xharness dotnet/icu (#41322)
      
      [master] Update dependencies from dotnet/arcade Microsoft/vstest dotnet/runtime-assets dotnet/xharness dotnet/icu
      - Updates:
        - System.ComponentModel.TypeConverter.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.Drawing.Common.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.IO.Compression.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.IO.Packaging.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.Net.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.Private.Runtime.UnicodeData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.Security.Cryptography.X509Certificates.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
        - System.Windows.Extensions.TestData: from 5.0.0-beta.20420.1 to 5.0.0-beta.20426.1
      
      - Updates:
        - Microsoft.DotNet.XHarness.CLI: from 1.0.0-prerelease.20424.1 to 1.0.0-prerelease.20424.2
        - Microsoft.DotNet.XHarness.TestRunners.Xunit: from 1.0.0-prerelease.20424.1 to 1.0.0-prerelease.20424.2
      
      - Updates:
        - Microsoft.NETCore.Runtime.ICU.Transport: from 5.0.0-preview.8.20421.1 to 6.0.0-alpha.1.20428.1
      
      - Updates:
        - Microsoft.DotNet.GenFacades: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.Build.Tasks.Feed: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.Build.Tasks.Packaging: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.CodeAnalysis: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.GenAPI: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.XUnitExtensions: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.RemoteExecutor: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.VersionTools.Tasks: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.XUnitConsoleRunner: from 2.5.1-beta.20419.21 to 2.5.1-beta.20427.5
        - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
        - Microsoft.DotNet.ApiCompat: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
      
      - Updates:
        - Microsoft.NET.Test.Sdk: from 16.8.0-release-20200821-04 to 16.8.0-release-20200828-02
      
       - fix TestFirstYearOfJapaneseEra test on Browser platform
      fcd8dd9d
  20. 24 8月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/runtime-assets dotnet/llvm-project... · 151ea245
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from  dotnet/runtime-assets dotnet/llvm-project dotnet/icu mono/linker dotnet/arcade Microsoft/vstest dotnet/xharness (#41025)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200817.6
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20407.3 -> To Version 5.0.0-beta.20417.6
      
      * Update dependencies from https://github.com/mono/linker build 20200818.3
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20413.1 -> To Version 5.0.0-preview.3.20418.3
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20200818.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20410.1 -> To Version 9.0.1-alpha.1.20418.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200819.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20411.1 -> To Version 1.0.0-prerelease.20419.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20200818.2
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 5.0.0-preview.8.20410.1 -> To Version 5.0.0-preview.8.20418.2
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200819.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20411.1 -> To Version 1.0.0-prerelease.20419.2
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20200820.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20377.1 -> To Version 5.0.0-beta.20420.1
      
      * Update dependencies from https://github.com/mono/linker build 20200820.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20413.1 -> To Version 6.0.0-alpha.1.20420.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200819.21
      
      Microsoft.DotNet.GenFacades , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20417.5 -> To Version 5.0.0-beta.20419.21
      
      * Update dependencies from https://github.com/microsoft/vstest build 20200821-01
      
      Microsoft.NET.Test.Sdk
       From Version 16.8.0-preview-20200730-03 -> To Version 16.8.0-preview-20200821-01
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200820.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20411.1 -> To Version 1.0.0-prerelease.20420.1
      
      * Pin compilers version
      
      * Add dotnet6 feed to NuGet.config
      
      * Update dependencies from https://github.com/mono/linker build 20200822.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20413.1 -> To Version 6.0.0-alpha.1.20422.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200819.21
      
      Microsoft.DotNet.GenFacades , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20417.5 -> To Version 5.0.0-beta.20419.21
      
      * Update dependencies from https://github.com/microsoft/vstest build 20200821-04
      
      Microsoft.NET.Test.Sdk
       From Version 16.8.0-preview-20200730-03 -> To Version 16.8.0-release-20200821-04
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NMatt Mitchell <mmitche@microsoft.com>
      Co-authored-by: NSantiago Fernandez Madero <safern@microsoft.com>
      151ea245
  21. 13 8月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade mono/linker... · 3174da7f
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade mono/linker dotnet/llvm-project dotnet/xharness dotnet/icu (#40376)
      
      [master] Update dependencies from dotnet/arcade mono/linker dotnet/llvm-project dotnet/xharness dotnet/icu
      - Updates:
        - Microsoft.NET.ILLink.Tasks: from 5.0.0-preview.3.20403.5 to 5.0.0-preview.3.20412.1
      
      - Updates:
        - Microsoft.NETCore.Runtime.ICU.Transport: from 5.0.0-preview.8.20403.1 to 5.0.0-preview.8.20410.1
      
      - Updates:
        - Microsoft.DotNet.XUnitExtensions: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.GenFacades: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.Build.Tasks.Feed: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.Build.Tasks.Packaging: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.CodeAnalysis: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.GenAPI: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.XUnitConsoleRunner: from 2.5.1-beta.20374.1 to 2.5.1-beta.20407.3
        - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.RemoteExecutor: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.VersionTools.Tasks: from 5.0.0-beta.20374.1 to 5.0.0-beta.20407.3
        - Microsoft.DotNet.ApiCompat: from 5.0.0-beta.20381.6 to 5.0.0-beta.20407.3
      
      - Updates:
        - runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
        - runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk: from 9.0.1-alpha.1.20403.1 to 9.0.1-alpha.1.20410.1
      
      - Updates:
        - Microsoft.DotNet.XHarness.CLI: from 1.0.0-prerelease.20403.2 to 1.0.0-prerelease.20411.1
        - Microsoft.DotNet.XHarness.TestRunners.Xunit: from 1.0.0-prerelease.20403.2 to 1.0.0-prerelease.20411.1
      
       - Merge branch 'master' into darc-master-cf92596d-90a4-4e3c-8692-fff33361f7e0
      
       - Merge branch 'master' into darc-master-cf92596d-90a4-4e3c-8692-fff33361f7e0
      3174da7f
  22. 31 7月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade mono/linker Microsoft/vstest... · 61cbd57c
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade mono/linker Microsoft/vstest dotnet/runtime-assets dotnet/xharness (#40085)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200724.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20364.3 -> To Version 5.0.0-beta.20374.1
      
      * Update dependencies from https://github.com/mono/linker build 20200728.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20374.1 -> To Version 5.0.0-preview.3.20378.1
      
      * Update dependencies from https://github.com/microsoft/vstest build 20200730-02
      
      Microsoft.NET.Test.Sdk
       From Version 16.8.0-preview-20200720-01 -> To Version 16.8.0-preview-20200730-02
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20200727.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20364.1 -> To Version 5.0.0-beta.20377.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200730.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20352.3 -> To Version 1.0.0-prerelease.20380.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      61cbd57c
  23. 23 7月, 2020 1 次提交
    • V
      Remove depprojs in favor of PackageReferences (#35606) · 809a06f4
      Viktor Hofer 提交于
      - Remove depprojs which currently binplace external references into the RefPath folders in favor of PackageReference and PackageDownload items.
      - Build all configurations by default when building an individual project (either on the CLI or inside VS) same as with the official SDK. This enables .NETFramework Test Explorer support.
      - Centrally define libraries that compose the shared framework instead of in each Directory.Build.props file to be able to build the targeting pack first and consume it in the OOB libraries.
      - Use ProjectReferences to reference OOB projects. Compile against the reference assembly but use the implementation assembly app-local during runtime.
      - Remove OOBs from the testhost and remove the testhost folder for .NETFramework as it isn't required anymore.
      - Only binplace for $(NetCoreAppCurrent) to compose a) the targeting pack, b) the runtime pack, c) the testhost, d) a full closure for the shims.
      - Use Targeting Packs for OOB projects (with their implicit assembly references) but still explicitly define granular references for .NETCoreApp configurations (DisableImplicitAssemblyReferences switch). Use the implicit targeting pack references in some Microsoft.Extensions.* cases.
      - Remove placeholder configurations as they aren't needed anymore with explicit P2Ps vs Targeting Pack references.
      - Remove implicit assembly references (ie for .NETFramework, mscorlib)
      - Remove AssemblySearchPath hacks that were introduced with b7c4cb71 as the targeting pack is now used by default.
      - Reduce unnecessary .NETFramework configurations that were added to run tests in favor of the already existing ref&src configurations.
      - Stop hardcoding the paths for wasm assemblies and use the returned TargetPath of the ProjectReferences.
      - Addressed formatting (ItemGroups, References at the bottom of the project file, ordering of references, use LibrariesProjectRoot instead of a relative path, unnecessary AssemblyName and RootNamespace properties which are identical to the project name, ordering of tfms)
      - Revert "fix clean (#33758)"
      809a06f4
  24. 17 7月, 2020 1 次提交
  25. 16 7月, 2020 1 次提交
  26. 15 7月, 2020 1 次提交
  27. 11 7月, 2020 1 次提交
    • A
      Update IL tools (#39049) · 0d222171
      Aaron Robinson 提交于
      * Update IL tools
      
      Enable calling convention tests with updated IL tooling.
      
      * Disable new calling convention tests on mono
      0d222171
  28. 10 7月, 2020 1 次提交
  29. 02 7月, 2020 1 次提交
    • P
      Bump Helix SDK with breaking change in XHarness SDK (#38665) · f6c65039
      Přemek Vysoký 提交于
      There is a small breaking change in the SDK about how we run the XHarness tool - we are no longer installing the full .NET SDK to install the tool on every agent but rather installing it on the build machine and then shipping it as-is as Helix correlation payload. We then only need the .NET runtime to be installed on the Helix agents saving us bandwidth and cycles
      f6c65039
  30. 19 6月, 2020 1 次提交
  31. 18 6月, 2020 1 次提交
  32. 17 6月, 2020 1 次提交
  33. 13 6月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade mono/linker Microsoft/vstest... · 462e37a7
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade mono/linker Microsoft/vstest dotnet/runtime-assets dotnet/xharness (#37747)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200609.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitConsoleRunner
       From Version 5.0.0-beta.20280.1 -> To Version 5.0.0-beta.20309.1
      
      * Update dependencies from https://github.com/microsoft/vstest build 20200610-07
      
      Microsoft.NET.Test.Sdk
       From Version 16.8.0-preview-20200610-06 -> To Version 16.8.0-preview-20200610-07
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20200610.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20258.1 -> To Version 5.0.0-beta.20310.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200611.1
      
      Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20309.4 -> To Version 1.0.0-prerelease.20311.1
      
      * Update dependencies from https://github.com/mono/linker build 20200611.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20309.3 -> To Version 5.0.0-preview.3.20311.1
      
      * Update dependencies from https://github.com/mono/linker build 20200611.3
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20309.3 -> To Version 5.0.0-preview.3.20311.3
      
      * Update dependencies from https://github.com/microsoft/vstest build 20200612-02
      
      Microsoft.NET.Test.Sdk
       From Version 16.8.0-preview-20200610-06 -> To Version 16.7.0-release-20200612-02
      
      * Update dependencies from https://github.com/dotnet/xharness build 20200611.3
      
      Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20309.4 -> To Version 1.0.0-prerelease.20311.3
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      462e37a7
  34. 11 6月, 2020 1 次提交
  35. 09 6月, 2020 1 次提交
    • V
      Create Microsoft.NetCore.App.Ref targeting pack for NetCoreAppCurrent in libraries (#37600) · 2b7852b3
      Viktor Hofer 提交于
      * Create Microsoft.NetCore.App.Ref
      
      Binplace reference assemblies into a Microsoft.NetCore.App.Ref folder
      and also copy data files like the RuntimeList.xml and the
      PlatformManifest.txt there.
      
      Rename the runtime pack to microsoft.netcore.app.runtime.$(RID)
      
      Fixing a restore issue in the wasm builder (restore and build should
      not happen in the same msbuild invocation).
      2b7852b3
  36. 04 6月, 2020 1 次提交
  37. 03 6月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade mono/linker dotnet/llvm-project (#37302) · e25517ea
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20200530.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitConsoleRunner
       From Version 5.0.0-beta.20278.4 -> To Version 5.0.0-beta.20280.1
      
      * Update dependencies from https://github.com/mono/linker build 20200602.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 5.0.0-preview.3.20301.1 -> To Version 5.0.0-preview.3.20302.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20200601.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20268.2 -> To Version 9.0.1-alpha.1.20301.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      e25517ea
  38. 01 6月, 2020 1 次提交
  39. 31 5月, 2020 1 次提交