Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12Update ↵backport/pr-78249-to-release/7.0Buyaa Namnan
src/libraries/System.Runtime/tests/System/Reflection/ReflectionCacheTests.cs Co-authored-by: Steve Harter <steveharter@users.noreply.github.com>
2022-11-12Fix Equals in hot reload scenarioBuyaa Namnan
2022-11-12[release/7.0] Ensure ReadBufferState resets any BOM offsets every time the ↵release/7.0github-actions[bot]
buffer is advanced. (#78235) * Ensure the async reader state resets the BOM offset in every AdvanceBuffer() call. * Add BOM insertion to async serialization stress testing * Update src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/JsonSerializerWrapper.Reflection.cs Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
2022-11-12Allow interop resolvers to return self handle (#78018)github-actions[bot]
Co-authored-by: Adeel <3840695+am11@users.noreply.github.com>
2022-11-11Update dependencies from https://github.com/dotnet/icu build 20221109.1 (#78122)dotnet-maestro[bot]
Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22527.2 -> To Version 7.0.0-rtm.22559.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
2022-11-11Fix expensive typo in JsonNode (#78147)github-actions[bot]
Co-authored-by: Stephen Toub <stoub@microsoft.com>
2022-11-11[release/7.0] Update dependencies from dotnet/arcade (#78107)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20221108.4 Microsoft.DotNet.ApiCompat , 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 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22558.4 * Try setting the sdk explicitly to 7.0.100 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
2022-11-11Fix bug with BigInteger.TrailingZeroCount (#77727) (#78174)Tanner Gooding
* Fix bug with BigInteger.TrailingZeroCount * Update src/libraries/System.Runtime.Numerics/tests/BigIntegerTests.GenericMath.cs Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com> * Update negative code path * Simplify logic for handling negative values * Update src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com> * Update comment Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com> Co-authored-by: Drew Kersnar <18474647+dakersnar@users.noreply.github.com> Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com>
2022-11-11[release/7.0] Fix non-determinism in Regex source generator (#78149)github-actions[bot]
* Fix non-determinism in Regex source generator The source generator enumerates a Hashtable to write out its contents. When the keys of the Hashtable are strings, string hash code randomization may result in the order of that enumeration being different in different processes, leading to non-deterministic ordering of values written out and thus non-deterministic source generator output. * Address PR feedback Co-authored-by: Stephen Toub <stoub@microsoft.com>
2022-11-11[release/7.0] Fixed clang15 build issues (#78146)github-actions[bot]
* [ppc64le] Implementation of mono_arch_get_delegate_virtual_invoke_impl method for ppc64le architecture * Fixed clang15 build issues and returning address of sc_sp instead of value Co-authored-by: Alhad Deshpande <Alhad.Deshpande1@ibm.com>
2022-11-11[release/7.0] Update dependencies from dotnet/emsdk (#77818)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/emsdk build 20221018.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0 -> To Version 7.0.0 * Update dependencies from https://github.com/dotnet/emsdk build 20221103.3 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0 -> To Version 7.0.1 * Update dependencies from https://github.com/dotnet/emsdk build 20221108.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0 -> To Version 7.0.1 * Update dependencies from https://github.com/dotnet/emsdk build 20221109.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0 -> To Version 7.0.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2022-11-11[release/7.0] TAR: Trim file type bits from mode header (#77612)Jeff Handley
* Trim file type bits from mode header (#77151) * Trim file type bits from mode header * Define and use ValidUnixFileModes * Rev System.Formats.Tar.TestData version * Move ValidUnixFileModes to shared helpers * Bump package version for TAR test assets Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
2022-11-11[release/7.0] Fix Binding with IList<>, ICollection and IDictionary<,> ↵github-actions[bot]
implementer types (#78118) * Fix Binding with IDictionary<,> implementer types * Address the feedback * Feedback addressing * Fix Configuration with IList and ICollection (#77857) * Add servicing version to the source project Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
2022-11-11Correct minimum memory size value from 200MB to 20MB (#77787)github-actions[bot]
Co-authored-by: Neale Ferguson <neale@sinenomine.net>
2022-11-11[release/7.0] [ppc64le] Implementation of ↵github-actions[bot]
mono_arch_get_delegate_virtual_invoke_impl method for ppc64le architecture (#77788) * Fixed FSharp crash issue * [ppc64le] Implementation of mono_arch_get_delegate_virtual_invoke_impl method for ppc64le architecture Co-authored-by: Alhad Deshpande <Alhad.Deshpande1@ibm.com>
2022-11-11[release/7.0] JIT: fix gc hole in peephole optimizations (#78109)github-actions[bot]
* JIT: fix gc hole in peephole optimizations We cannot safely peephole instructions that straddle a gc enable boundary. Detecting when this might happen is a bit subtle; currently we rely on `emitForceNewIG` to be set. Add a new utility 'emitCanPeepholeLastIns` to centralize the logic that decides whether basing current emission on `emitLastIns` is safe. Closed #77661. * revise per feedback Co-authored-by: Andy Ayers <andya@microsoft.com>
2022-11-11Suppress warnings for deprecated keychain APIs (#77924)github-actions[bot]
Co-authored-by: Kevin Jones <kevin@vcsjones.com>
2022-11-10[release/7.0] [mono][interp] Fix an issue with deopt and interpreter ↵github-actions[bot]
tiering. (#77059) * [mono][interp] Fix an issue with deopt and interpreter tiering. If a method is tiered while being run from interp_run_clause_with_il_state (), the clause_args argument to interp_exec_method () still contains the old IL offsets confusing the EH code, i.e. this line: ``` if (clause_args && frame == clause_args->exec_frame && context->handler_ip >= clause_args->end_at_ip) ``` Clear out clause_args at the beginning to avoid this. Hopefully fixes https://github.com/dotnet/runtime/issues/76134 https://github.com/dotnet/runtime/issues/74302 * [mono][interp] Avoid tiering up methods while running clauses. The IL offsets in the clause_args argument become out-of-date after tiering up. Co-authored-by: Zoltan Varga <vargaz@gmail.com>
2022-11-09[release/7.0] Don't generate a nearly empty file (#77187)github-actions[bot]
* Don't generate a nearly empty file When generators are running in the Visual Studio IDE, there's some overhead to having to manage a project that actually has generated output. It requires us to maintain two Roslyn Compilation objects, each which have their own symbol information. These interop generators are producing a file that's effectively empty (just an <auto-generated> comment on the top), and since they're installed in all .NET 7.0 applications, they are the reason we'll be having to manage more memory than before. Since the fix is simple enough to only generate the output if necessary, we should do so. This also will help with telemetry, since we have telemetry that lets us tracking in the wild which generators are producing how many files; if we're always producing exactly one file we won't know how many sessions out there are actually using this generator in a meaningful way. * Add braces Co-authored-by: Jason Malinowski <jason.malinowski@microsoft.com>
2022-11-09Merge pull request #78057 from ↵Matt Mitchell
vseanreesermsft/internal-merge-7.0-2022-11-08-1117 Merging internal commits for release/7.0
2022-11-08Merge commit 'd099f075e45d2aa6007a22b71b45a08758559f80' into ↵Sean Reeser
internal-merge-7.0-2022-11-08-1117
2022-11-07[release/7.0] Managed EventSources do not show up by default in EventPipe ↵David Mason
sessions (#75248) (#77811) * Update provider_compute_event_enable_mask so EventSouces with no keywords show up by default (#75248) Update ep-provider.c * Update ep-provider.c * Update src/native/eventpipe/ep-provider.c Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com> Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
2022-11-04Free LOADERHANDLE DispatchMemberInfo dtor (#77570)github-actions[bot]
This is a regression from NETFX with the introduction of collectable assemblies in .NET Core 3.1 (dotnet/coreclr#20919). Co-authored-by: Aaron Robinson <arobins@microsoft.com>
2022-11-04Workaround for msbuild issue in host tests (#77850)github-actions[bot]
Co-authored-by: Elinor Fung <elfung@microsoft.com>
2022-11-03[release/7.0] [wasm][debugger] Fixing when trying to call mono functions in ↵github-actions[bot]
a non wasm page (#77501) * Fixing when trying to call mono functions in a non wasm page * Adding a log message as suggested by @radical Co-authored-by: Thays Grazia <thaystg@gmail.com>
2022-11-03Update dependencies from https://github.com/dotnet/icu build 20221027.2 (#77558)dotnet-maestro[bot]
Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22477.3 -> To Version 7.0.0-rtm.22527.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-11-03[release/7.0] [hot_reload] implement param reflection (#77734)github-actions[bot]
* Add new test ReflectionAddNewMethod * FIXME: get_param_names, get_marshal_info and custom_attrs need work * WIP - add a method param reverse lookup * look up params from added methods * Remove FIXMEs and unused field * remove writelines from test * fix test on coreclr * why does coreclr have 2 attributes here?? * There should be 2 attributes on the 4th param * one more place that looks at params * A couple more places where we look at the Params table * Check default values on params on added method * fix lookup if table is empty * add a gratuitious typeof assert otherwise the CancellationToken type is trimmed on wasm * Add a single mono_metadata_get_method_params function remove duplicated code Co-authored-by: Aleksey Kliger <aleksey@lambdageek.org> Co-authored-by: Aleksey Kliger <alklig@microsoft.com>
2022-11-03[PERF][Release/7.0] Update release/7.0 Perf infrastructure to use Perf repo ↵Parker Bibus
release/7.0 branch (#77699) * Update perf branch to clone to release/7.0 from main. * Setup testing. * Fix SOD and Startup builds for performance. * [PERF] Pass local runtime timestamp from git into ci_setup (#76396) * Adds passing of locally obtained git commit time to ci_setup allowing for the bypassing of calling the github.com api. * Added use local commit time to run-scenarios yml. * Fixed uselocalcommittime format for linux setup. * Use correct quote style for passing time to ci_setup.py. * Updated the Nuget feed to fix net6.0 maui run and moved .net version installed from channel 6.0.4xx to 6.0. * Switch back to using the release/7.0 perf branch. * Remove user from pip3 install for musl.
2022-11-03[release/7.0] [wasm][debugger] Never send messages from our internal ↵github-actions[bot]
protocol extensions to the browser (#77619) * ignore messages from protocol extensions even for unknown context * Addressing @radical comments * adressing @radical comments * adressing @radical comments Co-authored-by: Thays Grazia <thaystg@gmail.com>
2022-11-03[release/7.0] Fix unzipping 4GB+ zip files (#77605)github-actions[bot]
* add a failing test * fix * extend the test to verify more, move it to outerloop as it takes a LOT of time to execute it * test fewer things, but way faster so the test can be run more frequently * add a comment * address code review feedback * use temp directory for temporary test files * address code review feedback Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
2022-11-03Port #77068 to 7.0 (#77533)David Mason
2022-11-03Disable SIMD intrinsics for Vector128/64 on Arm64 (#77443)github-actions[bot]
Co-authored-by: Fan Yang <yangfan@microsoft.com>
2022-11-03Fix OCSP test responder to omit fractional seconds (#77437)github-actions[bot]
Co-authored-by: Kevin Jones <kevin@vcsjones.com>
2022-11-03[release/7.0] [wasm] Add `IMemoryView` as exported type (#77397)github-actions[bot]
* Add IMemoryView as exported type. * IMemoryView extends IDisposable. Co-authored-by: Marek Fišera <mara@neptuo.com>
2022-11-03[release/7.0] Fix regression when serializing untyped polymorphic root-level ↵github-actions[bot]
custom converters. (#77388) * Fix regression when serializing untyped polymorphic root-level custom converters. Fix #77173. * Update servicing version Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
2022-11-03Fixed FSharp crash issue (#77270)github-actions[bot]
Co-authored-by: Alhad Deshpande <Alhad.Deshpande1@ibm.com>
2022-11-03Revert "Override ReadAsync and WriteAsync methods on ConsoleStream. ↵github-actions[bot]
(#71971)" (#77382) This reverts commit 8cb4e934757b959bc1b38aecaa764e21a47ec85e. Co-authored-by: Stephen Toub <stoub@microsoft.com>
2022-11-03[release/7.0] [wasm] Template nits 2 (#77263)Marek Fišera
* Drop duplicated description. * Update readme. * Update readme.
2022-11-03use byte load instruction in OP_CHECK_THIS instead of double word ↵github-actions[bot]
instruction (#77269) Co-authored-by: Sapana Khemkar <sapana.khemkar@ibm.com>
2022-11-03[release/7.0] Update dependencies from dotnet/arcade (#77049)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20221013.4 Microsoft.DotNet.ApiCompat , 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 7.0.0-beta.22457.4 -> To Version 7.0.0-beta.22513.4 * Update dependencies from https://github.com/dotnet/arcade build 20221014.3 Microsoft.DotNet.ApiCompat , 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 7.0.0-beta.22457.4 -> To Version 7.0.0-beta.22514.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-11-03[release/7.0] HttpStress do not use SYS_PTRACE cap for docker runs (#77125)github-actions[bot]
* remove SYS_PTRACE * emulate process crash * Revert "remove SYS_PTRACE" This reverts commit 8cdfad5ec66f5bebaf0d340e53829c7a7e97e61f. * remove all cap_add: SYS_PTRACE * Revert "emulate process crash" This reverts commit 48bfd4ad6ffbaa41dbe9be745f098a427ec981a3. Co-authored-by: Anton Firszov <antonfir@gmail.com>
2022-11-03[release/7.0] Update dependencies from dotnet/llvm-project ↵dotnet-maestro[bot]
dotnet/runtime-assets dotnet/roslyn-analyzers (#76874) * Update dependencies from https://github.com/dotnet/llvm-project build 20221010.4 runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22459.3 -> To Version 1.0.0-alpha.1.22510.4 * Update dependencies from https://github.com/dotnet/runtime-assets build 20221010.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.22503.1 -> To Version 7.0.0-beta.22510.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221011.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22511.2 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221013.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22513.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221014.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22514.1 * Update dependencies from https://github.com/dotnet/llvm-project build 20221014.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.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-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 11.1.0-alpha.1.22504.1 -> To Version 11.1.0-alpha.1.22514.1 * Update dependencies from https://github.com/dotnet/llvm-project build 20221017.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.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-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 11.1.0-alpha.1.22504.1 -> To Version 11.1.0-alpha.1.22517.2 * Update dependencies from https://github.com/dotnet/runtime-assets build 20221018.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.22503.1 -> To Version 7.0.0-beta.22518.1 * Update dependencies from https://github.com/dotnet/runtime-assets build 20221018.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.22503.1 -> To Version 7.0.0-beta.22518.2 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221018.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22518.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221021.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22521.1 * Update dependencies from https://github.com/dotnet/runtime-assets build 20221024.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.22503.1 -> To Version 7.0.0-beta.22524.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221024.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22524.2 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221028.6 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22528.6 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221031.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22531.1 * Update dependencies from https://github.com/dotnet/runtime-assets build 20221031.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.22503.1 -> To Version 7.0.0-beta.22531.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20221101.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22504.1 -> To Version 7.0.0-preview1.22551.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-11-02Update branding to 7.0.1 (#77549)vseanreesermsft
* Update branding to 7.0.1 * Change PreReleaseVersionLabel to servicing instead of rtm. Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Ankit Jain <radical@gmail.com>
2022-11-02[release/7.0][wasm] Fix Wasm.Build.Tests with stable 7.0.0 (#76939)Ankit Jain
* [wasm] Fix Wasm.Build.Tests with stable 7.0.0 Set the manifest package version to use (`7.0.0` instead of `7.0.0-ci`) early. Fixes https://github.com/dotnet/runtime/issues/76908 . * workloads-testing.targets: ignore symbols.nupkgs when looking for runtime packs * Fix WBT to have the correct version for WORKLOAD_PACKS_VER * [wasm] Emit an error if PackageVersionForWorkloadManifests property is not set * workloads-testing: Get the PackageVersion at build time .. because it is not set at evaluation time. So, get it in a target, and move the WorkloadIds to a target too. * Ensure the version is set before generating the runscript for WBT * [wams] Update Mono.Toolchain's WorkloadManifest.targets to not depend on .. the import order. * revert workloadManifest.target changes * [wasm] Disable failing WBT tests due to https://github.com/dotnet/runtime/issues/77740 * [wasm] Run WBT against 7.0.1xx builds * [wasm] Disable more WBT failing tests * Disable more blazor relinking tests
2022-10-18Merge in 'release/7.0' changesv7.0.0dotnet-bot
2022-10-18[release/7.0] Fix loading app-local ICU (#77118)github-actions[bot]
* Fix loading app-local ICU * Restrict the platforms to run the tests on * Adjust the test supported platforms * Test Platforms * Fix the test OS filtering * address the feedback * More feedback addressing * Fix the test Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
2022-10-13Merge in 'release/7.0' changesdotnet-bot
2022-10-13Port stackoverflow fix from Roslyn to SourceGenerator PolyFill (#76954)CyrusNajmabadi
Revert Remove
2022-10-13Merge in 'release/7.0' changesdotnet-bot
2022-10-13Merged PR 26705: Empty to commit to diverge internal and public branchesMatt Mitchell
Empty to commit to diverge internal and public branches