1. 11 9月, 2021 1 次提交
  2. 10 9月, 2021 1 次提交
  3. 09 9月, 2021 3 次提交
  4. 08 9月, 2021 3 次提交
    • E
      Revert "[main] Update dependencies from 9 repositories (#58751)" (#58804) · 710e375a
      Eric StJohn 提交于
      This reverts commit 1115c433.
      710e375a
    • D
      [main] Update dependencies from 9 repositories (#58751) · 1115c433
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210906.2
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21455.2 -> To Version 1.0.0-prerelease.21456.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210906.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 7.0.0-beta.21453.2 -> To Version 7.0.0-beta.21456.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20210906.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 7.0.0-alpha.1.21430.1 -> To Version 7.0.0-alpha.1.21456.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210906.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21451.1 -> To Version 1.0.0-prerelease.21456.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210906.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21454.1 -> To Version 1.0.2-alpha.0.21456.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20210906.1
      
      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.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 11.1.0-alpha.1.21430.1 -> To Version 11.1.0-alpha.1.21456.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210907.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210906.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 7.0.0-beta.21453.2 -> To Version 7.0.0-beta.21456.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210907.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21451.1 -> To Version 1.0.0-prerelease.21457.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210907.4
      
      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.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 7.0.0-beta.21430.2 -> To Version 7.0.0-beta.21457.4
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20210907.2
      
      Microsoft.CodeAnalysis.NetAnalyzers
       From Version 7.0.0-preview1.21452.7 -> To Version 7.0.0-preview1.21457.2
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210908.18
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21455.4 -> To Version 1.0.0-rc.1.21458.18
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NEric StJohn <ericstj@microsoft.com>
      1115c433
    • A
      Change namespace of embedded Cecil in ILStrip task (#58764) · f2d6cd37
      Alexander Köplinger 提交于
      We hit a case where the ILStrip task assembly is IL-merged with a few other task assemblies on the Xamarin side which causes a clash because of trying to merge different Mono.Cecil versions.
      Rename the Mono.Cecil used here to avoid that clash. Brings in https://github.com/dotnet/runtime-assets/pull/169
      f2d6cd37
  5. 07 9月, 2021 2 次提交
    • V
      Avoid S.S.Permissions dependency in S.S.Crypto.Xml (#58731) · d801ae26
      Viktor Hofer 提交于
      Avoid the S.S.Permissions dependency by referencing the
      latest available System.Security.AccessControl package
      which contans the Evidence types in all tfms in the
      System.Security.Cryptography.Xml project.
      
      Add suppression file for Permissions
      d801ae26
    • D
      [main] Update dependencies from dotnet/runtime... · 383da212
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/runtime dnceng/internal/dotnet-optimization dotnet/arcade dotnet/hotreload-utils dotnet/sdk (#58681)
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210903.6
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21452.5 -> To Version 1.0.0-prerelease.21453.6
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210903.2
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 7.0.0-beta.21452.4 -> To Version 7.0.0-beta.21453.2
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210903.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21452.1 -> To Version 1.0.2-alpha.0.21453.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210903.86
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21453.1 -> To Version 1.0.0-rc.1.21453.86
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210904.6
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21452.5 -> To Version 1.0.0-prerelease.21454.6
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210904.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21452.1 -> To Version 1.0.2-alpha.0.21454.1
      
      * Update dependencies from https://github.com/dotnet/runtime build 20210906.1
      
      Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.App.Runtime.win-x64 , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Text.Json , System.Runtime.CompilerServices.Unsafe
       From Version 7.0.0-alpha.1.21430.3 -> To Version 7.0.0-alpha.1.21456.1
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210905.2
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21452.5 -> To Version 1.0.0-prerelease.21455.2
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210905.4
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21453.1 -> To Version 1.0.0-rc.1.21455.4
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      383da212
  6. 04 9月, 2021 1 次提交
    • D
      [main] Update dependencies from dnceng/internal/dotnet-optimization... · 38e1b992
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dnceng/internal/dotnet-optimization dotnet/arcade dotnet/roslyn-analyzers dotnet/hotreload-utils dotnet/sdk (#58621)
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210902.5
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21451.4 -> To Version 1.0.0-prerelease.21452.5
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210902.4
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21451.3 -> To Version 7.0.0-beta.21452.4
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20210902.7
      
      Microsoft.CodeAnalysis.NetAnalyzers
       From Version 6.0.0-rc1.21413.4 -> To Version 7.0.0-preview1.21452.7
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210902.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21451.1 -> To Version 1.0.2-alpha.0.21452.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210903.1
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21426.26 -> To Version 1.0.0-rc.1.21453.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      38e1b992
  7. 03 9月, 2021 1 次提交
    • D
      [main] Update dependencies from dnceng/internal/dotnet-optimization... · 9f6da559
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dnceng/internal/dotnet-optimization dotnet/arcade dotnet/xharness dotnet/hotreload-utils (#58551)
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210901.4
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21431.4 -> To Version 1.0.0-prerelease.21451.4
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210901.3
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21430.1 -> To Version 6.0.0-beta.21451.3
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210901.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21431.1 -> To Version 1.0.0-prerelease.21451.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210901.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21431.1 -> To Version 1.0.2-alpha.0.21451.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      9f6da559
  8. 02 9月, 2021 2 次提交
    • J
    • D
      [main] Update dependencies from 8 repositories (#58435) · 67d5b475
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210830.3
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21429.2 -> To Version 1.0.0-prerelease.21430.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210830.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21427.6 -> To Version 6.0.0-beta.21430.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20210830.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 7.0.0-alpha.1.21423.1 -> To Version 7.0.0-alpha.1.21430.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210831.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21427.1 -> To Version 1.0.0-prerelease.21431.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210830.2
      
      Microsoft.DotNet.CilStrip.Sources , 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.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 7.0.0-beta.21423.2 -> To Version 7.0.0-beta.21430.2
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210830.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21427.1 -> To Version 1.0.2-alpha.0.21430.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20210830.1
      
      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.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 11.1.0-alpha.1.21423.1 -> To Version 11.1.0-alpha.1.21430.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210830.73
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21426.17 -> To Version 1.0.0-rc.1.21430.73
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210831.4
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21429.2 -> To Version 1.0.0-prerelease.21431.4
      
      * Update Version.Details.xml
      
      * Update Versions.props
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210831.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21427.1 -> To Version 1.0.2-alpha.0.21431.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210901.15
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21426.17 -> To Version 1.0.0-rc.1.21451.15
      
      * Update Version.Details.xml
      
      * Update Versions.props
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NViktor Hofer <viktor.hofer@microsoft.com>
      67d5b475
  9. 31 8月, 2021 1 次提交
    • D
      [main] Update dependencies from 7 repositories (#58314) · a5393215
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210827.6
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21425.6 -> To Version 1.0.0-prerelease.21427.6
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210827.6
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21425.3 -> To Version 6.0.0-beta.21427.6
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210827.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21426.1 -> To Version 1.0.0-prerelease.21427.1
      
      * Update dependencies from https://github.com/dotnet/msquic build 20210826.1
      
      System.Net.MsQuic.Transport
       From Version 6.0.0-preview.7.21425.1 -> To Version 6.0.0-preview.7.21426.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210827.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21425.1 -> To Version 1.0.2-alpha.0.21427.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210828.10
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21426.17 -> To Version 1.0.0-rc.1.21428.10
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210828.5
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21425.6 -> To Version 1.0.0-prerelease.21428.5
      
      * Fix IDE0062 warning in NumberFormatInfo.cs
      
      * Downgrade Compatibility package upgrade
      
      * Update Versions.props
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210829.2
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21425.6 -> To Version 1.0.0-prerelease.21429.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20210830.3
      
      Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.App.Runtime.win-x64 , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Text.Json , System.Runtime.CompilerServices.Unsafe
       From Version 7.0.0-alpha.1.21422.3 -> To Version 7.0.0-alpha.1.21430.3
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210830.5
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21426.17 -> To Version 1.0.0-rc.1.21430.5
      
      * Update Version.Details.xml
      
      * Update Versions.props
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NStephen Toub <stoub@microsoft.com>
      Co-authored-by: NViktor Hofer <viktor.hofer@microsoft.com>
      a5393215
  10. 28 8月, 2021 1 次提交
  11. 27 8月, 2021 4 次提交
    • E
      Migrate LoggerMessageGenerator to IIncrementalGenerator (#58068) · 230dd1d7
      Eric Erhardt 提交于
      * Migrate LoggerMessageGenerator to IIncrementalGenerator
      
      This reduces the time spent in the background in VS running the source generator, since we only need to respond to methods that have the LoggerMessageAttribute on them.
      
      Contributes to #56702
      230dd1d7
    • A
      [wasm] Require workloads if using `@(NativeFileReference)` (#58152) · 9e033125
      Ankit Jain 提交于
      * [wasm] Require workloads, if a project is using native references
      
      Currently, if the `wasm-tools` workload is not installed, and a project
      uses AOT, then the build fails with an error saying that the workload
      is needed.
      
      But if the project is using native references, but not AOT, then the
      build does not fail. Instead, the `@(NativeFileReference)` just gets
      ignored. Even though the wasm workload is needed to relink dotnet.wasm
      with the native libraries.
      
      Implementation:
      
      - `$(RunAOTCompilation)` is a property, so it can be checked, and
        wasm workload imports can be enabled.
      - But `@(NativeFileReference)` is an item, and that gets evaluated in
        the second phase, so we can't use that to affect the imports.
        - Instead, we emit a warning from a target run before Build, if the
          project has any native references, but the workload isn't enabled.
      
      - Users can explicitly enable the workload by setting
        `$(WasmBuildNative)==true`.
      
      * Bump sdk for workload testing to 6.0.100-rc.2.21425.12
      
      * Fix path to workload.stamp file
      9e033125
    • D
      Update dependencies from https://github.com/mono/linker build 20210826.1 (#58177) · fdeb563a
      dotnet-maestro[bot] 提交于
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-alpha.1.21425.1 -> To Version 7.0.100-alpha.1.21426.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      fdeb563a
    • D
      [main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/msquic... · 8a69205d
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/msquic dotnet/hotreload-utils dotnet/sdk (#58188)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210825.3
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21424.3 -> To Version 6.0.0-beta.21425.3
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210826.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21425.2 -> To Version 1.0.0-prerelease.21426.1
      
      * Update dependencies from https://github.com/dotnet/msquic build 20210825.1
      
      System.Net.MsQuic.Transport
       From Version 6.0.0-preview.7.21417.1 -> To Version 6.0.0-preview.7.21425.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210825.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21424.2 -> To Version 1.0.2-alpha.0.21425.1
      
      * Update dependencies from https://github.com/dotnet/sdk build 20210826.17
      
      Microsoft.DotNet.Compatibility
       From Version 1.0.0-rc.1.21419.13 -> To Version 1.0.0-rc.1.21426.17
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      8a69205d
  12. 26 8月, 2021 3 次提交
  13. 25 8月, 2021 2 次提交
  14. 24 8月, 2021 2 次提交
  15. 23 8月, 2021 1 次提交
  16. 22 8月, 2021 1 次提交
  17. 21 8月, 2021 1 次提交
  18. 20 8月, 2021 4 次提交
  19. 19 8月, 2021 2 次提交
    • D
      [main] Update dependencies from dnceng/internal/dotnet-optimization... · a169ca9d
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dnceng/internal/dotnet-optimization dotnet/arcade dotnet/runtime-assets dotnet/hotreload-utils (#57627)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210817.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21413.4 -> To Version 6.0.0-beta.21417.1
      
      * Removed pinned compiler
      
      * Update source-index-stage1.yml
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210817.5
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21416.5 -> To Version 1.0.0-prerelease.21417.5
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210817.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21413.4 -> To Version 6.0.0-beta.21417.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210818.1
      
      Microsoft.DotNet.CilStrip.Sources , 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.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 6.0.0-beta.21416.1 -> To Version 7.0.0-beta.21418.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20210817.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.0.2-alpha.0.21413.1 -> To Version 1.0.2-alpha.0.21417.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210818.12
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21413.4 -> To Version 6.0.0-beta.21418.12
      
      * Add dotnet7 feeds
      
      * Update NuGet.config
      
      * Delete source-index.yml
      
      * Update source-index template addition
      
      * Fix Cmake warning about mismatching arguments
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210818.4
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21416.5 -> To Version 1.0.0-prerelease.21418.4
      
      * Fix extracting string in IJW.cmake
      
      The InitializeDotNetCli function now prints additional messages which means we need to only extract the string we want from getRefPackFolderFromSdk.ps1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NViktor Hofer <viktor.hofer@microsoft.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      a169ca9d
    • S
      Update pinned compiler version (#57585) · 9ec6a203
      Stephen Toub 提交于
      * Update pinned compiler version
      
      The version that flows in automatically appears to still be old.  We need to fix that, but in the meantime, we're a month out of date on the compiler.
      
      * Suppress CS8969 warnings
      
      * Change several dynamic tests to use typeof(object[])
      9ec6a203
  20. 18 8月, 2021 4 次提交
    • A
      update branding to 7.0 (#57095) · 67fa8868
      Anirudh Agnihotry 提交于
      67fa8868
    • D
      Update dependencies from https://github.com/dotnet/msquic build 20210817.1 (#57581) · 397b0fed
      dotnet-maestro[bot] 提交于
      System.Net.MsQuic.Transport
       From Version 6.0.0-preview.7.21416.1 -> To Version 6.0.0-preview.7.21417.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      397b0fed
    • A
      [wasm] Add incremental build support (#57113) · 3e3b00c5
      Ankit Jain 提交于
      * Update tasks to support incremental build
      
      MonoAOTCompiler:
      - Compiles assemblies to .bc files.
      - Hashes for the .bc files are stored in a json cache file.
      - And uses .depfile generated by mono-aot-cross, to figure out the
        if any of the dependencies have changed
      - Writes out the actual .bc file only if the assembly, or it's
        dependencies changed
      
      EmccCompile.cs: Support a `%(Dependencies)` metadata on the source
      files, to compile the files only when needed.
      
      * Update wasm targets
      
      * don't pass unncessary args to RunTests
      
      * Add tests for incremental builds
      
      * Disable non-wasm builds, for testing
      
      * Add miggins LogAsErrorException.cs
      
      * Bump sdk for workload testing to 6.0.100-rc.1.21410.3
      
      * fix build
      
      * MonoAOTCompiler: use the full path to copy the final .bc file
      
      * Make the method used with `MemberData`, static
      
      otherwise xunit just shows a cryptic:
      ```
          Wasm.Build.Tests.RebuildTests.NoOpRebuild [STARTING]
          Wasm.Build.Tests.RebuildTests.NoOpRebuild [FAIL]
            System.NotSupportedException : Specified method is not supported.
      ```
      
      * add back builds
      
      * Split Wasm.Build.Tests into multiple helix jobs
      
      * Revert "add back builds"
      
      This reverts commit 1d031c04e13780ec73180ba6f06a37ee42c24203.
      
      * Split up native rebuild tests
      
      * remove non-test classes
      
      * add back builds
      
      This reverts commit b008130a7886c2e2b9f16c83641c1b8c936082f6.
      
      * MonoAOTCompiler: make cache optional
      
      * MonoAOTCompiler: handle the case where we have a cache entry, but the file on disk doesn't exist
      
      * Fix aot compiler task output
      
      * MonoAOTCompiler: Use hashes of .bc files instead of assemblies
      
      `--depfile` isn't supported on aot config used by android, and fails
      with:
      
      ```
      * Assertion at /__w/1/s/src/mono/mono/mini/aot-compiler.c:14216, condition `acfg->aot_opts.llvm_only && acfg->aot_opts.asm_only && acfg->aot_opts.llvm_outfile' not met
      ```
      
      Instead, use hashes of the .bc.tmp files generated, with the existing
      .bc files.
      
      * MonoAOTCompiler: Support more than one output file
      
      The earlier implementation assumed that there would be only one output
      file. But in some cases (eg. android), there are more than one, like
      `.s`, `.dll-llvm.o`.
      
      * -bump sdk for workload testing
      
      * MonoAOTCompiler: don't use tmp files at all, when cache isn't being
      
      .. used.
      Co-authored-by: NLarry Ewing <lewing@microsoft.com>
      3e3b00c5
    • D
      [main] Update dependencies from dnceng/internal/dotnet-optimization... · b838bca7
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dnceng/internal/dotnet-optimization dotnet/arcade dotnet/icu dotnet/llvm-project dotnet/runtime-assets dotnet/msquic (#57563)
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20210816.5
      
      optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.21411.3 -> To Version 1.0.0-prerelease.21416.5
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210813.4
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21412.1 -> To Version 6.0.0-beta.21413.4
      
      * Update dependencies from https://github.com/dotnet/icu build 20210816.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-rc.1.21410.2 -> To Version 6.0.0-rc.1.21416.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20210816.1
      
      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.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 11.1.0-alpha.1.21409.1 -> To Version 11.1.0-alpha.1.21416.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210816.1
      
      Microsoft.DotNet.CilStrip.Sources , 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.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 6.0.0-beta.21411.3 -> To Version 6.0.0-beta.21416.1
      
      * Update dependencies from https://github.com/dotnet/msquic build 20210816.1
      
      System.Net.MsQuic.Transport
       From Version 6.0.0-preview.7.21413.1 -> To Version 6.0.0-preview.7.21416.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      b838bca7