1. 20 1月, 2023 2 次提交
  2. 19 1月, 2023 3 次提交
  3. 18 1月, 2023 5 次提交
    • Z
      [wasm] Enable dedup by default. (#80260) · f3af6765
      Zoltan Varga 提交于
      * [wasm] Enable dedup by default.
      
      * [wasm] Enable symbol map for AOT tests too
      
      * MonoAOTCompiler: Fix up the path for the output items if they had been
      
      .. copied to `aot-in` for the compilation step.
      
      Example:
      - when using WasmDedup=true, we get the main assemblies in `publish`
      directory after linking, but `aot-instances.dll` is in different directory.
      - this causes `MonoAOTCompiler` to copy all of them to a temporary `aot-in` dir for compiling with `mono-aot-cross`.
      - And when the output items are set, we get:
      
      ```
       Output Item(s):
           _WasmAssembliesInternal=
               obj/Debug/net8.0/browser-wasm/wasm/for-publish/aot-in/Debug_u4nbxx3i.gc5.dll
                       LlvmBitcodeFile=obj/Debug/net8.0/browser-wasm/wasm/for-publish/Debug_u4nbxx3i.gc5.dll.bc
      ```
      
      - here the `ItemSpec` is incorrectly set to the temporary `aot-in` path
      - which can cause build failures in the following build steps
      
      * WBT: remove redundant case
      Co-authored-by: NAnkit Jain <radical@gmail.com>
      f3af6765
    • D
      [main] Update dependencies from dotnet/arcade (#80547) · 19fc478d
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20230111.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23061.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230112.3
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23059.1 -> To Version 8.0.0-beta.23062.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230113.7
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23059.1 -> To Version 8.0.0-beta.23063.7
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230116.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23059.1 -> To Version 8.0.0-beta.23066.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NLarry Ewing <lewing@microsoft.com>
      19fc478d
    • D
      Update dependencies from https://github.com/dotnet/linker build 20230114.1 (#80655) · b84fef9e
      dotnet-maestro[bot] 提交于
      Microsoft.NET.ILLink.Tasks
       From Version 8.0.100-1.23062.1 -> To Version 8.0.100-1.23064.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      b84fef9e
    • E
    • A
      [wasm] Change TrimMode setting for templates, and tests (#80639) · 63f46d2b
      Ankit Jain 提交于
      * [wasm] Set TrimMode=full for templates
      
      * [wasm] Remove TrimMode=partial default setting
      
      .. and set TrimMode=partial for library tests.
      
      * [wasm] don't set TrimMode explicitly for template projects. it will default to full now
      63f46d2b
  4. 17 1月, 2023 5 次提交
    • A
      1936b448
    • V
      Disable onelocbuild in official builds (#80730) · 16c5de23
      Viktor Hofer 提交于
      16c5de23
    • T
      Don't build tools along with libraries to stop producing the... · f8e843f1
      Tlakaelel Axayakatl Ceja 提交于
      Don't build tools along with libraries to stop producing the Microsoft.NET.ILLink.Tasks package (#80720)
      
      f8e843f1
    • A
      852fcbd7
    • Š
      [Android] Improvements to remote certificate verification in SslStream (#77386) · c4350613
      Šimon Rozsíval 提交于
      * Extract existing validation code into a separate class
      
      * Implement AndroidDexBuilderTask
      
      * Implement TrustManager proxy
      
      * Integrate the trust manager proxy with SslStream on Android
      
      * Update tests
      
      * Update System.Net.Http tests
      
      * Update System.Net.Security tests
      
      * Fix packaging
      
      * Propagate caught exceptions
      
      * Build and pack .jar
      
      * Optimize allocation and deallocation of memory for certificate data
      
      * Fix building .jar
      
      * Cleanup
      
      * Remove complicated certificate copying
      
      * Remove unnecessary JNI classes and methods
      
      * Simplify and fix the core implementation
      
      * Update enabled and disabled tests
      
      * Cleanup
      
      * Renaming
      
      * Remove unnecessary changes
      
      * Fix invoking validation even when the Java callbacks aren't called (no peer certificate to validate)
      
      * Minor refactoring
      
      * Enable more unnecessarily disabled tests
      
      * Refactor exception handling
      
      * Update disabled tests
      
      * Renaming
      
      * Remove network security config workarounds
      
      * Keep existing active issue
      
      * Remove unnecessary changes
      
      * Remove unnecessary code
      
      * Enable more disabled tests
      
      * Fix throwing exception
      
      * Fix intptr_t cast to Java
      
      * Remove initialization lock
      
      * Update naming
      
      * Fix type casting
      
      * Improve throwing validation exception
      
      * Experiment with code structure
      
      * Fix repeated calls to beginHandshake
      
      * Make SslStream proxy mandatory
      
      * Add missing attributes
      
      * Free temporary buffer
      
      * Update src/native/libs/System.Security.Cryptography.Native.Android/pal_sslstream.c
      Co-authored-by: NElinor Fung <elfung@microsoft.com>
      
      * Refactor creating array of trust managers
      
      * Add comments and clean up pal_sslstream.c
      
      * Revert experimental change
      
      * Remove special case for IPv6 addresses as hostnames and disable affected tests
      
      * Fix duplicate variable after merge
      
      * Improve code formatting
      
      * Remove the hack with SafeDeleteContextStub
      
      * Enable passing test
      
      * Remove unnecessary factory
      
      * Move clearing selected client certificate out of the remote certificate verification method
      
      * Fix typo in comment
      
      * Add comment with java equivalent
      
      * Move Android specific runtime files into a separate item group
      
      * Apply suggestions from code review
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      
      * Update src/native/libs/build-native.proj
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      
      * Disable test that fails on Android emualtors
      Co-authored-by: NElinor Fung <elfung@microsoft.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      c4350613
  5. 14 1月, 2023 1 次提交
  6. 13 1月, 2023 3 次提交
    • D
      [main] Update dependencies from 9 repositories (#80429) · e5246232
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/icu build 20230109.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.23056.1 -> To Version 8.0.0-alpha.1.23059.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20230109.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.23052.2 -> To Version 1.0.0-prerelease.23059.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20230109.2
      
      Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
       From Version 8.0.0-beta.23059.1 -> To Version 8.0.0-beta.23059.2
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230109.1
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.23058.2 -> To Version 3.3.4-beta1.23059.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20230109.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.1.0-alpha.0.22628.1 -> To Version 1.1.0-alpha.0.23059.1
      
      * Update dependencies from https://github.com/dotnet/emsdk build 20230111.1
      
      Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100
       From Version 8.0.0-alpha.1.23054.1 -> To Version 8.0.0-alpha.1.23061.1
      
      * Update dependencies from https://github.com/dotnet/cecil build 20230110.1
      
      Microsoft.DotNet.Cecil , Microsoft.DotNet.Cecil.Pdb
       From Version 0.11.4-alpha.23053.1 -> To Version 0.11.4-alpha.23060.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20230111.2
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.1.0-alpha.0.22628.1 -> To Version 1.1.0-alpha.0.23061.2
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20230111.1
      
      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 , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 14.0.0-alpha.1.22626.2 -> To Version 14.0.0-alpha.1.23061.1
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230111.7
      
      optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
       From Version 1.0.0-prerelease.22511.6 -> To Version 1.0.0-prerelease.23061.7
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      e5246232
    • D
      [main] Update dependencies from dotnet/linker (#79449) · 5af6f72a
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/linker build 20221208.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.22608.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20221209.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.22609.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20221212.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.22612.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20221212.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.22612.2
      
      * Update dependencies from https://github.com/dotnet/linker build 20221219.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.22619.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20230102.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23052.2
      
      * Update dependencies from https://github.com/dotnet/linker build 20230104.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23054.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20230105.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23055.2
      
      * Update dependencies from https://github.com/dotnet/linker build 20230109.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23059.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20230110.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23060.1
      
      * Update dependencies from https://github.com/dotnet/linker build 20230112.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 7.0.100-1.22606.1 -> To Version 8.0.100-1.23062.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      5af6f72a
    • A
      [wasm] Move microbenchmarks, and blazor SOD runs to net8.0 (#80308) · f97f5be2
      Ankit Jain 提交于
      * [wasm] perf: generate, and collect binlogs
      
      * [wasm] perf: remove workaround to allow building for net8.0 with 8.0 sdk
      
      * [wasm] perf: revert to using latest v8
      
      - this is because jsvu fails to generate a wrapper for the specific
        version, because this version of jsvu (2.0.1) is broken with node 14.x
        . And node 18.x builds are not built for ubuntu 18.04
      f97f5be2
  7. 12 1月, 2023 3 次提交
    • V
    • D
      [main] Update dependencies from dotnet/arcade (#80234) · a40d411e
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20230104.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23054.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230105.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23055.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230105.3
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23055.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230106.4
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23056.4
      
      * React to SDK change around linking
      
      * Update NetCoreAppToolCurrent to net8.0
      
      * Upgrade aspnetcoretoolcurrent as well
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230108.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23058.1
      
      * [wasm] WasmAppHost: fix new analyzer warning
      
      `/__w/1/s/src/mono/wasm/host/WebServerStartup.cs(94,17): error ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. [/__w/1/s/src/mono/wasm/host/WasmAppHost.csproj]
      `
      
      * Fix CA1512 analyzer warnings
      
      * fix
      
      * React to aspnetcore analyzers
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230109.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23053.5 -> To Version 8.0.0-beta.23059.1
      
      * Update tfm in WasmApp.LocalBuild.props
      
      * [wasm] Use dotnet version from global.json for helix
      
      * Fix illink tests and react to analyzer
      
      * Update hardcoded linker tfm
      
      * Fix illink tests
      
      The analyzer tests download a ref package, but its version must at least roughly match the version used to run the tests.
      Since this updates the SDK to 8.0, update the tests to pick some 8.0 ref package.
      
      Also the new compiler produces two new warnings in one case, so baselined those in the test.
      
      * Fix ILLinker tests on NativeAOT
      
      * Resolve analyzer warning in MonoLinkerTestsCasesExpectations
      
      * Upgrade xunit runner tfm
      
      * Delete dead property
      
      * In NativeAOT common files with ILLink have ILLink format, meaning tabs instead of spaces
      
      * Upgrade SDK because of "Failed to create CoreCLR"
      
      "Failed to create CoreCLR, HRESULT: 0x80131524" during runtime test ILC invocation. Might be fixed with https://github.com/dotnet/runtime/commit/6c0c96ccc775cad4119e2d5d3a1797c4126b4533
      
      * Update macOS version target triple
      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: NAnkit Jain <radical@gmail.com>
      Co-authored-by: Nvitek-karas <10670590+vitek-karas@users.noreply.github.com>
      Co-authored-by: NTlakollo <tlcejava@microsoft.com>
      a40d411e
    • V
      Lowercase TargetOS (#80164) · 2ca7cf71
      Viktor Hofer 提交于
      Follow-up on #32451
      Follow-up on #80074
      
      In #43651, the "Windows" OS name was lowercased to achieve target frameworks with RIDs in them. At that time, the original plan was to lowercase all TargetOS values but that had to be cut because of resources. This PR finishes that and updates build systems, YML, markdowns and managed components.
      
      To not break existing developer workflows, the passed-in -os value is automatically lower-cased in the script entry points and validated in the msbuild entry point.
      2ca7cf71
  8. 11 1月, 2023 4 次提交
    • S
      Add initial support for FreeBSD.arm64 (#71486) · 4ece8f0e
      Szczepan Ćwikliński 提交于
      * changes to compile runtime under FreeBSD ARM64 host
      
      * TOOLSET_PREFIX for FreeBSD host set to llvm during crossbuild
      
      * Detect FreeBSD amd64 or aarch64 message
      
      * Fix gen-dactable-rva.sh padding zeros
      
      * cross build options for FreeBSD arm64 for mono
      
      * Revert eng/native/configuretools.cmake
      
      * Try to better detect host arch under FreeBSD
      
      * Indent
      
      * Don't pad DAC_TABLE_RVA
      
      * Comment update
      
      * Add freebsd-arm64 RIDs, enable CG2 package generation for FreeBSD builds
      
      * Extra condition for mono build
      
      * Added targetos to crossgen2 command during build
      
      * Add targetos along with targetarch for crossgen2 commands
      
      * Typo fixed in comment
      
      * Set Cpsr to gp_spsr for FreeBSD/aarch64 (still crashing exception
      unwind)
      
      * Fix mono configure/build CPU_COUNT for FreeBSD
      
      * Use check_symbol_exists for HAVE_GNU_CPU_COUNT check
      
      * fix cross compile error
      
      * Fix build error with targetos
      Co-authored-by: NSzczepan <sec@codebay.pl>
      4ece8f0e
    • T
      Build tools subset to generate artifacts (#80406) · a1bfa04f
      Tlakaelel Axayakatl Ceja 提交于
      Build the tools along with the libraries to produce the illink packages in the artifacts folder during the runtime official build (#80406)
      a1bfa04f
    • B
      Increase test scenario invocation parallelism (#80409) · 436277f7
      Bruce Forstall 提交于
      The MSBuild code that invokes Helix to execute coreclr and libraries tests
      spawns an MSBuild task for each "configuration" (which is a particular set of
      environment variables, such as a set of JIT stress modes), and each of those
      MSBuild invocations creates a (large) set of HelixWorkItem that are submitted
      to Helix for running for that particular configuration. (One HelixWorkItem
      is created for each partition of the test tree). But the MSBuild task also
      waits for all the work items to finish before letting another configuration
      start. The MSBuild invocations are run in parallel, but only to the level
      of parallelism allowed by MSBuild settings. MSBuild is invoked with "/maxcpucount",
      which means one MSBuild "node" per processor on the machine, thus one
      configuration in parallel per processor. The AzDO machines we run on appear
      to have 3 processors allocated to them (at least in some cases). Many test configurations
      have far more than 3 configurations (e.g., jitstress-isas-x86 has 55 configurations),
      so that's a lot of waiting.
      
      These MSBuild tasks are doing very little: creating HelixWorkItems, invoking Helix,
      and waiting. We can run many, many more MSBuild tasks in parallel,
      to "flood" Helix with more work that could be done in parallel.
      
      This change passes a larger `/maxcpucount` argument when invoking MSBuild in
      cases where this would be beneficial.
      
      (Note that ideally we wouldn't depend on MSBuild parallelism, and a single MSBuild
      instance, or other code not written in MSBuild, could create and wait for all the
      needed HelixWorkItems for all scenarios in a single process. But that's not how
      it's currently architected.)
      436277f7
    • A
  9. 10 1月, 2023 1 次提交
    • D
      [main] Update dependencies from dotnet/icu dotnet/runtime-assets dotnet/emsdk... · e9a526ce
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/icu dotnet/runtime-assets dotnet/emsdk dotnet/runtime dotnet/roslyn-analyzers dotnet/roslyn dotnet/llvm-project (#80235)
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20230104.2
      
      Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
       From Version 7.0.0-beta.23054.1 -> To Version 8.0.0-beta.23054.2
      
      * Update dependencies from https://github.com/dotnet/emsdk build 20230104.1
      
      Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100
       From Version 8.0.0-alpha.1.22620.1 -> To Version 8.0.0-alpha.1.23054.1
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230104.1
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.23053.6 -> To Version 3.3.4-beta1.23054.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230104.16
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.6.0-1.23054.2 -> To Version 4.6.0-1.23054.16
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230105.4
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.23053.6 -> To Version 3.3.4-beta1.23055.4
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230105.11
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.6.0-1.23054.2 -> To Version 4.6.0-1.23055.11
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20230106.1
      
      runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
       From Version 1.0.0-alpha.1.23052.1 -> To Version 1.0.0-alpha.1.23056.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20230106.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.23052.1 -> To Version 8.0.0-alpha.1.23056.1
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230106.1
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.23053.6 -> To Version 3.3.4-beta1.23056.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230106.14
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.6.0-1.23054.2 -> To Version 4.6.0-1.23056.14
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230108.1
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.6.0-1.23054.2 -> To Version 4.6.0-1.23058.1
      
      * Fix new compiler warning
      
      * More warning fixes
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20230109.1
      
      Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
       From Version 7.0.0-beta.23054.1 -> To Version 8.0.0-beta.23059.1
      
      * Update dependencies from https://github.com/dotnet/runtime build 20230108.2
      
      Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
       From Version 8.0.0-alpha.1.22631.1 -> To Version 8.0.0-alpha.1.23058.2
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230108.2
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.23053.6 -> To Version 3.3.4-beta1.23058.2
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20230109.1
      
      runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
       From Version 1.0.0-alpha.1.23052.1 -> To Version 1.0.0-alpha.1.23059.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: Nvitek-karas <10670590+vitek-karas@users.noreply.github.com>
      e9a526ce
  10. 08 1月, 2023 1 次提交
    • S
      Enable new analyzers CA1510/11/12/13 and CA1856/57/58 (#80149) · 699acfac
      Stephen Toub 提交于
      * Enable new analyzers CA1510/11/12/13 and CA1856/57/58
      
      CA1510: Use ArgumentNullException throw helper
      CA1511: Use ArgumentException throw helper
      CA1512: Use ArgumentOutOfRangeException throw helper
      CA1513: Use ObjectDisposedException throw helper
      CA1856: Incorrect usage of ConstantExpected attribute
      CA1857: A constant is expected for the parameter
      CA1858: Use 'StartsWith' instead of 'IndexOf'
      
      * More fixes
      
      * Address PR feedback
      699acfac
  11. 07 1月, 2023 1 次提交
  12. 06 1月, 2023 2 次提交
    • A
      [build] Use MonoWasmBuildVariant to select runtime variant (#80024) · 92d7381a
      Aleksey Kliger (λgeek) 提交于
      Use `MonoWasmBuildVariant=multithread` and
      `MonoWasmBuildVariant=perftrace` consistently to select the runtime
      variant.  Previously we also supported setting `WasmEnableThreads` or
      `WasmEnablePerfTracing` to configure the runtime variant.  This PR
      removes support for that.
      
      Note that this is distinct from what users do: the public
      `WasmEnableThreads` (respectively, `WasmEnablePerfTracing`) property
      are used in user project to choose the threaded (respectively,
      diagnostic tracing) runtime pack in a user project.  That support is
      not going way in this PR.
      
      The only tricky bit is that when building and testing the sample
      projects, we need to set the public properties, not the wasm build
      variant property.
      
      Fixes https://github.com/dotnet/runtime/issues/75152
      92d7381a
    • J
      Cross-compile Wasm cross-compilers for ARM64 machines (#74428) · 81724f12
      Jo Shields 提交于
      This change enables building arbitrary cross-compilers for non-x64 hosts. Right now, only osx-arm64->browser-wasm and linux-arm64->browser-wasm are actually enabled, as runtime bugs prevent us from building any arm64->x86 or arm64->x64 cross-compilers. Getting this framework in will unblock workload work related to "native" wasm on M1 Mac.
      
      == BREAKING CHANGE FOR DEVELOPERS ==
      MonoAOTLLVMDir no longer exists.
      
      Old:
      `/p:MonoLLVMDir=/path/to/llvm` specifies the directory with LLVM binaries compiled for `$(TargetArchitecture)`, for compiling the Mono JIT on that target architecture
      `/p:MonoAOTLLVMDir=/path/to/llvm` specifies the directory with LLVM binaries compiled for `$(BuildArchitecture)`, for compiling the mono-aot-cross executable
      ```
      
      New:
      `/p:MonoLLVMDir=/path/to/llvm` specifies a parent-level directory with LLVM binaries compiled for relevant architectures - e.g. `$(MonoLLVMDir)\x64` contains LLVM built for `x64`, current OS. `$(MonoLLVMDir)\arm64 contains LLVM built for arm64`, current OS.
      
      You do not need to specify `/p:MonoLLVMDir=` manually, unless you are a developer who may be using custom, non-nupkg LLVM.
      
      This change is necessary to stop hardcoding the assumptions that a) `$(BuildArchitecture)` is always `x64` and b) AOT binaries should be compiled for $(BuildArchitecture)
      
      Closes: #74175
      81724f12
  13. 05 1月, 2023 5 次提交
    • D
      [main] Update dependencies from 9 repositories (#79685) · b7aa7910
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/llvm-project build 20221214.3
      
      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 , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 14.0.0-alpha.1.22613.1 -> To Version 14.0.0-alpha.1.22614.3
      
      * Update dependencies from https://github.com/dotnet/xharness build 20221215.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.22612.1 -> To Version 1.0.0-prerelease.22615.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221214.8
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22614.8
      
      * Update dependencies from https://github.com/dotnet/icu build 20221215.2
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.22615.2
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221215.5
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22615.5
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221216.6
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22616.6
      
      * Update dependencies from https://github.com/dotnet/icu build 20221219.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.22619.1
      
      * Update dependencies from https://github.com/dotnet/runtime build 20221218.1
      
      Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
       From Version 8.0.0-alpha.1.22611.2 -> To Version 8.0.0-alpha.1.22618.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20221219.1
      
      runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
       From Version 1.0.0-alpha.1.22613.2 -> To Version 1.0.0-alpha.1.22619.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20221219.2
      
      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 , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 14.0.0-alpha.1.22613.1 -> To Version 14.0.0-alpha.1.22619.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20221220.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.22620.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20221220.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.22612.1 -> To Version 1.0.0-prerelease.22620.1
      
      * Update dependencies from https://github.com/dotnet/emsdk build 20221220.1
      
      Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.22620.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20221219.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.1.0-alpha.0.22612.1 -> To Version 1.1.0-alpha.0.22619.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221219.3
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22619.3
      
      * Expect no culture to work after icu update
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221220.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22620.2
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221221.4
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22621.4
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221222.6
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22622.6
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221224.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22624.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20221225.2
      
      Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
       From Version 8.0.0-alpha.1.22611.2 -> To Version 8.0.0-alpha.1.22625.2
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20221226.1
      
      runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
       From Version 1.0.0-alpha.1.22613.2 -> To Version 1.0.0-alpha.1.22626.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20221226.2
      
      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 , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
       From Version 14.0.0-alpha.1.22613.1 -> To Version 14.0.0-alpha.1.22626.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20221226.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.22626.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221227.1
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22627.1
      
      * Update dependencies from https://github.com/dotnet/hotreload-utils build 20221228.1
      
      Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
       From Version 1.1.0-alpha.0.22612.1 -> To Version 1.1.0-alpha.0.22628.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221228.6
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22628.6
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221229.5
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22629.5
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221230.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22630.2
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20221231.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.22631.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20221231.1
      
      Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
       From Version 8.0.0-alpha.1.22611.2 -> To Version 8.0.0-alpha.1.22631.1
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230101.1
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.23051.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20230102.1
      
      runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
       From Version 1.0.0-alpha.1.22613.2 -> To Version 1.0.0-alpha.1.23052.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20230102.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 8.0.0-alpha.1.22612.1 -> To Version 8.0.0-alpha.1.23052.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20230102.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.22612.1 -> To Version 1.0.0-prerelease.23052.2
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230102.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.5.0-3.23052.2
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230103.3
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.22559.1 -> To Version 3.3.4-beta1.23053.3
      
      * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230103.6
      
      Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
       From Version 3.3.4-beta1.22559.1 -> To Version 3.3.4-beta1.23053.6
      
      * Update dependencies from https://github.com/dotnet/roslyn build 20230104.2
      
      Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
       From Version 4.5.0-3.22613.20 -> To Version 4.6.0-1.23054.2
      
      * Update XmlStreamConfigurationProvider.cs
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20230104.1
      
      Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
       From Version 7.0.0-beta.22553.1 -> To Version 7.0.0-beta.23054.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NLarry Ewing <lewing@microsoft.com>
      Co-authored-by: NViktor Hofer <viktor.hofer@microsoft.com>
      b7aa7910
    • J
      Create basic YAML template for the pipeline for building and running the... · 22f64cbc
      Jeremy Koritzinsky 提交于
      Create basic YAML template for the pipeline for building and running the runtime with native sanitizers enabled. (#80215)
      
      22f64cbc
    • D
      Update dependencies from https://github.com/dotnet/cecil build 20230103.1 (#80174) · 226dcbcf
      dotnet-maestro[bot] 提交于
      Microsoft.DotNet.Cecil , Microsoft.DotNet.Cecil.Pdb
       From Version 0.11.4-alpha.23052.1 -> To Version 0.11.4-alpha.23053.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      226dcbcf
    • J
      Remove duplicate android and wasm yaml templates to run the runtime tests... · 4960cab9
      Jeremy Koritzinsky 提交于
      Remove duplicate android and wasm yaml templates to run the runtime tests after a "global-build" build step. (#80157)
      
      4960cab9
    • D
      [main] Update dependencies from dotnet/arcade (#80171) · 47f6a483
      dotnet-maestro[bot] 提交于
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23052.2 -> To Version 8.0.0-beta.23053.5
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      47f6a483
  14. 04 1月, 2023 4 次提交