-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Initial CoreCLR CI pipeline in the composite repo #4
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 28e55c8 - Browse repository at this point
Copy the full SHA 28e55c8View commit details -
Match HasLayoutMetadata to CoreCLR (#27438)
This caught my attention because I was messing with `IsBlittableType`. The condition `type.BaseType.IsValueType` is never true because one can never have a type whose base type is a valuetype. I was trying to find out where this code is coming from so I can fix it only to realize it was silently deleted in #23015.
Configuration menu - View commit details
-
Copy full SHA for 510dd30 - Browse repository at this point
Copy the full SHA 510dd30View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…025.2 (#8668) - System.Windows.Extensions - 5.0.0-alpha.1.19525.2 - System.CodeDom - 5.0.0-alpha.1.19525.2 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.2 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.2 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.2 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.2 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.2 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.2 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.2 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.2 - System.Security.AccessControl - 5.0.0-alpha.1.19525.2 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.2 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.2 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.2 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.2 - System.Security.Permissions - 5.0.0-alpha.1.19525.2 - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.2 - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.2 - System.Text.Json - 5.0.0-alpha.1.19525.2 - System.Threading.AccessControl - 5.0.0-alpha.1.19525.2 - System.Resources.Extensions - 5.0.0-alpha.1.19525.2 - System.DirectoryServices - 5.0.0-alpha.1.19525.2 - System.Drawing.Common - 5.0.0-alpha.1.19525.2 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.2 - System.IO.Packaging - 5.0.0-alpha.1.19525.2
Configuration menu - View commit details
-
Copy full SHA for 6e790fc - Browse repository at this point
Copy the full SHA 6e790fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76cfbcf - Browse repository at this point
Copy the full SHA 76cfbcfView commit details -
Merge pull request #42122 from yukiwongky/readonlycol
Fix getting readonly column metadata
Configuration menu - View commit details
-
Copy full SHA for c78b718 - Browse repository at this point
Copy the full SHA c78b718View commit details -
Use global packages cache for local builds by default in CoreC… (#27373)
* Get the product build to use the global package cache only. * Move external.csproj out to the tests folder. Fix restore location so external.csproj correctly resolves its nuget-generated props/targets files. * Fix typo. * Fix expected failure case on platforms that don't support PGO/IBC. * Don't error out if optimization data is not supported for the current platform. * Fix casing that was causing the Linux x64 build to fail to find the pgo/ibc packages. * Fix condition. * Pass OS-Arch-Config to external test package restore. * The platform-specific version of Microsoft.NETCore.CoreDisTools is an older version for non-Windows, so hardcode that version in stress_dependencies.csproj
Configuration menu - View commit details
-
Copy full SHA for f0887c4 - Browse repository at this point
Copy the full SHA f0887c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c9959 - Browse repository at this point
Copy the full SHA a8c9959View commit details -
Packaging for crossgen2 as a framework dependent application. (#27296)
* Packaging for crossgen2 as a framework dependent application. This requires us to manually emit a runtimeconfig json for now, since the build produces a self-contained version of crossgen2. Also includes some minor cleanups to the way we build crossgen2: - Removed from build.proj since we explicitly build it as a self-contained application from build.cmd/build.sh - Removed the output path property from the csproj files. We use an explicit -o argument when publishing to specify the output folder
Fadi Hanna authoredOct 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 02169de - Browse repository at this point
Copy the full SHA 02169deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d374f8c - Browse repository at this point
Copy the full SHA d374f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 457449f - Browse repository at this point
Copy the full SHA 457449fView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…025.3 (#8671) - System.Windows.Extensions - 5.0.0-alpha.1.19525.3 - System.CodeDom - 5.0.0-alpha.1.19525.3 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.3 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.3 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.3 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.3 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.3 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3 - System.Security.AccessControl - 5.0.0-alpha.1.19525.3 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.3 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.3 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3 - System.Security.Permissions - 5.0.0-alpha.1.19525.3 - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.3 - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3 - System.Text.Json - 5.0.0-alpha.1.19525.3 - System.Threading.AccessControl - 5.0.0-alpha.1.19525.3 - System.Resources.Extensions - 5.0.0-alpha.1.19525.3 - System.DirectoryServices - 5.0.0-alpha.1.19525.3 - System.Drawing.Common - 5.0.0-alpha.1.19525.3 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.3 - System.IO.Packaging - 5.0.0-alpha.1.19525.3
Configuration menu - View commit details
-
Copy full SHA for a24982d - Browse repository at this point
Copy the full SHA a24982dView commit details -
Switch R2RDump over to the new command line parser (#27440)
This change modifies R2RDump to use the new System.CommandLine.Experimental module instead of the obsoleted System.CommandLine parser we were using before. Apart from general hygiene w.r.t. using up-to-date components one practical reason for this switch-over is that the old parser is only available on the unreliable myget.org nuget feed we plan to drop as part of our planned repo consolidation. During debugging of the change I noticed a bug in the implementation of the "--verbose" option - it shouldn't be setting EntryPoints, otherwise we actually end up with a super-terse output including just the entry points. I have anecdotally verified that, after fixing this in both the "new" and "old" R2RDump both produce identical output. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for a0d0327 - Browse repository at this point
Copy the full SHA a0d0327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5861d42 - Browse repository at this point
Copy the full SHA 5861d42View commit details
Commits on Oct 26, 2019
-
Improved performance of complex casts by caching results of cast analysis. * Easy out for same types. * Introduce cast cache * Use managed heap for the cache * Fixes. Get rid of a fake array typedesc. * TypeDesc conversions caching * Removed NoGC helpers * Cache typedesc conversions * Renamed remaining trivial NoGC casting helpers * Some cleanups. Comments, redundant code. * PR feedback.
Configuration menu - View commit details
-
Copy full SHA for a55a7eb - Browse repository at this point
Copy the full SHA a55a7ebView commit details -
[master] Update dependencies from dotnet/coreclr (#42121)
* Update dependencies from https://github.com/dotnet/coreclr build 20191025.1 - Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19525.1 * remove Stopwatch.*.cs from System.Runtime.Extensions build * Disable tests against CoreCLR bug
Configuration menu - View commit details
-
Copy full SHA for 8245ee1 - Browse repository at this point
Copy the full SHA 8245ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe1637 - Browse repository at this point
Copy the full SHA 6fe1637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2969452 - Browse repository at this point
Copy the full SHA 2969452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373a7b2 - Browse repository at this point
Copy the full SHA 373a7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e11363 - Browse repository at this point
Copy the full SHA 7e11363View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f10df - Browse repository at this point
Copy the full SHA a2f10dfView commit details -
Use ValueStringBuilder instead of StringBuidler{Cache} in multiple pl…
…aces Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ea46cd6 - Browse repository at this point
Copy the full SHA ea46cd6View commit details -
Avoid unnecessary allocations in Exception.ToString
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b123ba4 - Browse repository at this point
Copy the full SHA b123ba4View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…025.2 (#8673) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19525.2 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19525.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19525.2
Configuration menu - View commit details
-
Copy full SHA for e0ca7a5 - Browse repository at this point
Copy the full SHA e0ca7a5View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…025.2 (#42137) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19525.2 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19525.2 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19525.2 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19525.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19525.2 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19525.2 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19525.2 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19525.2 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19525.2 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19525.2 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19525.2 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19525.2
Configuration menu - View commit details
-
Copy full SHA for 191ad0b - Browse repository at this point
Copy the full SHA 191ad0bView commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91026.1 (#8674) - NETStandard.Library - 2.2.0-prerelease.19526.1
Configuration menu - View commit details
-
Copy full SHA for 73e44b8 - Browse repository at this point
Copy the full SHA 73e44b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e532bf6 - Browse repository at this point
Copy the full SHA e532bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a60a6e - Browse repository at this point
Copy the full SHA 9a60a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2791f - Browse repository at this point
Copy the full SHA 6f2791fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc78f93 - Browse repository at this point
Copy the full SHA bc78f93View commit details -
Enable building with clang 9 (#27415)
* Enable building with clang 9 Update the docker images that we use for building. * Add missing clang9 option to build.sh / build-test.sh * Fix clang version matching and MUSL build * Prevent Clang 9 from optimizing out s_gsCookie write
Configuration menu - View commit details
-
Copy full SHA for 33905fb - Browse repository at this point
Copy the full SHA 33905fbView commit details -
Can't declare variable and also have extern c (#27457)
* Can't declare variable and also have extern c * Remove extern c from variable declartion
Configuration menu - View commit details
-
Copy full SHA for 9b832e6 - Browse repository at this point
Copy the full SHA 9b832e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d9ba1 - Browse repository at this point
Copy the full SHA 36d9ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6e68f - Browse repository at this point
Copy the full SHA 3e6e68fView commit details -
Remove ILLinkTrim.xml from System.Net.Http (#42126)
The file was there to keep anonymous types used by DiagnosticsHandler from having their getters removed. But a) it was relying on the implementation detail name generated by Roslyn, and b) it was keeping alive other state from other anonymous types in the assembly. I changed it to use concrete types instead. This also happens to result in less code, because we don't need the generated Equals/GetHashCode methods generated for anonymous types.
Configuration menu - View commit details
-
Copy full SHA for b8a21f6 - Browse repository at this point
Copy the full SHA b8a21f6View commit details -
Clean up use of PreserveDependencyAttribute in System.Text.Json (#42146)
It's not necessary to specify the assembly name when the consumer is in the same assembly.
Configuration menu - View commit details
-
Copy full SHA for e13b93b - Browse repository at this point
Copy the full SHA e13b93bView commit details -
[master] Update dependencies from dotnet/corefx (#27431)
* Update dependencies from https://github.com/dotnet/corefx build 20191024.13 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.13 * Update dependencies from https://github.com/dotnet/corefx build 20191024.14 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.14 * Update dependencies from https://github.com/dotnet/corefx build 20191025.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6 * Workaround https://github.com/dotnet/coreclr/issues/27465
Configuration menu - View commit details
-
Copy full SHA for cfdec44 - Browse repository at this point
Copy the full SHA cfdec44View commit details -
Remove ILLinkTrim.xml from System.Diagnostics.DiagnosticSource (#42124)
- Use PreserveDependencyAttribute for ctors used via reflection by FetcherForProperty - Remove reflection use entirely when looking up Activity events
Configuration menu - View commit details
-
Copy full SHA for a5d7583 - Browse repository at this point
Copy the full SHA a5d7583View commit details -
Update dependencies from dotnet/corefx (dotnet/coreclr#27431)
* Update dependencies from https://github.com/dotnet/corefx build 20191024.13 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.13 * Update dependencies from https://github.com/dotnet/corefx build 20191024.14 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.14 * Update dependencies from https://github.com/dotnet/corefx build 20191025.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6 * Workaround https://github.com/dotnet/coreclr/issues/27465 Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0d0336c - Browse repository at this point
Copy the full SHA 0d0336cView commit details -
Update public-signing.md (#42129)
@jaredpar Updated this doc based on comments on Twitter discussion with you and @dsplaisted
Configuration menu - View commit details
-
Copy full SHA for cf28b78 - Browse repository at this point
Copy the full SHA cf28b78View commit details -
Fix vs2019 optimization issue take 2 (#27452)
* Revert "Fix the problem with the VS2019 fix on x86 (#26957)" This reverts commit 4081d86. * Revert "Fix issue with locals overlapping out of scope GCFrame (#26763)" This reverts commit 6059e75. * Fix VS2019 optimization issue take 2 * Stop using FrameWithCookie for GCFrame * Removed call to SetHasPromotedBytes, the function, the field on thread and its getter / setter as it is not used for anything. * Updated ifdefs on GetGCFrame and GetFrame
Configuration menu - View commit details
-
Copy full SHA for d815d21 - Browse repository at this point
Copy the full SHA d815d21View commit details
Commits on Oct 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a24657 - Browse repository at this point
Copy the full SHA 4a24657View commit details -
* Binder utils cleanup * Binder startup cleanup
Configuration menu - View commit details
-
Copy full SHA for e4c043d - Browse repository at this point
Copy the full SHA e4c043dView commit details -
Removing IsSIMDVectorAssembly and obsoleting isInSIMDModule (#27467)
* Removing IsSIMDVectorAssembly from the VM layer * Removing SimdHelper from crossgen2 * Obsoleting isInSIMDModule in the VM layer * Renaming isInSIMDModule to isIntrinsicType * Implementing isIntrinsicType for the JIT/EE interface * Update JITEEVersionIdentifier * Update crossgen2 JITEEVersionIdentifier
Configuration menu - View commit details
-
Copy full SHA for ca6c03e - Browse repository at this point
Copy the full SHA ca6c03eView commit details -
Remove internal binder flags (#27476)
Removed flags: * Dynamic bind flags were only used for one assert - which is obviously always true (otherwise it would fail) * Ignore dynamic bind flag was never used. * Bind cache failures flags was on the other hand always used - so hardcode it directly * Change the other flags to simple booleans as it makes the code easier to read (and there are now only 2 such flags). Also renamed: * cache rerun -> skip failure caching * ignore ref/def match -> skip version compatibility check Minor additional cleanup
Configuration menu - View commit details
-
Copy full SHA for 7c5a46c - Browse repository at this point
Copy the full SHA 7c5a46cView commit details -
Cleanup unused internal COM interfaces (#27477)
Regenerated prebuilt *.idl/*_i.cpp
Configuration menu - View commit details
-
Copy full SHA for 34c5c62 - Browse repository at this point
Copy the full SHA 34c5c62View commit details -
Delete unnecessary abstraction from stubbed out SecurityElement (#27474)
The stubbed out SecurityElement implementation does not support extensibility that ISecurityElementFactory was designed for.
Configuration menu - View commit details
-
Copy full SHA for b64c201 - Browse repository at this point
Copy the full SHA b64c201View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…026.1 (#8676) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19526.1 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19526.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19526.1
Configuration menu - View commit details
-
Copy full SHA for bf59e8e - Browse repository at this point
Copy the full SHA bf59e8eView commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91027.1 (#8677) - NETStandard.Library - 2.2.0-prerelease.19527.1
Configuration menu - View commit details
-
Copy full SHA for b374986 - Browse repository at this point
Copy the full SHA b374986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d7b66 - Browse repository at this point
Copy the full SHA 26d7b66View commit details -
Remove empty lines caused by empty fusion log string (#27471)
* Remove empty lines caused by empty fusion log string * Remove fusion log more
Configuration menu - View commit details
-
Copy full SHA for 7cdde63 - Browse repository at this point
Copy the full SHA 7cdde63View commit details -
Remove ILLinkTrim.xml from System.Net.Security (#42156)
* Fix NetEventSource in System.Net.Security to properly delegate to events Two events were set up in correctly, resulting in them getting trimmed away. The ILLinkTrim.xml was then putting a bandaid on the problem. * Fix System.Net.Mail.Unit.Tests to not use System.Net.Security internals The unit tests are currently set up to test internals, and to do so by compiling in the product source. My thoughts on this aside, it's currently incomplete as it's compiling in some code but then depending on other code via reflection to a completely different assembly. We shouldn't be combining such approaches. Delete the reflection code from the unit tests, and update the tests .csproj to include the additional files necessary (we should later revisit this whole scheme). That lets us delete the ILLinkTrim.xml for the production System.Net.Security assembly.
Configuration menu - View commit details
-
Copy full SHA for f98b0d9 - Browse repository at this point
Copy the full SHA f98b0d9View commit details -
Update illink.targets to keep PreserveDependencyAttribute (#42157)
* Update illink.targets to keep PreserveDependencyAttribute * Update illink.targets
Configuration menu - View commit details
-
Copy full SHA for 2db6db4 - Browse repository at this point
Copy the full SHA 2db6db4View commit details -
Annotate System.Reflection.TypeExtensions for nullable references (#4…
…2159) * merge * CR * typo * msbuild /t:GenerateReferenceSource
Configuration menu - View commit details
-
Copy full SHA for 1597b89 - Browse repository at this point
Copy the full SHA 1597b89View commit details -
Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464
Configuration menu - View commit details
-
Copy full SHA for 5d0be15 - Browse repository at this point
Copy the full SHA 5d0be15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822cdff - Browse repository at this point
Copy the full SHA 822cdffView commit details -
Fix GCRefMap generation in crossgen2 (#27484)
There was a bug in the index table - it was pointing to the last GCRefMap in the previous stride instead of the first one in the new stride. I've modified R2RDump too to use the index table when loading GCRefMaps. While it was not incorrect, the fact that it was not using the index table has hidden this issue. Now it uses the same algorithm as the runtime.
Configuration menu - View commit details
-
Copy full SHA for 7f7f0e5 - Browse repository at this point
Copy the full SHA 7f7f0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46c857 - Browse repository at this point
Copy the full SHA b46c857View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f55bc3a - Browse repository at this point
Copy the full SHA f55bc3aView commit details -
Consolidate .netcoreapp.cs test files in System.Runtime (#42100)
* Consolidate .netcoreapp.cs files because System.Runtime project is no longer cross-compiled
Configuration menu - View commit details
-
Copy full SHA for d6dac9e - Browse repository at this point
Copy the full SHA d6dac9eView commit details -
Avoid referencing LightCompiler if only Compile() is used (#42163)
Invert the dependency between Compile() and Compile(bool) to avoid rooting the LightCompiler if only Compile() is used.
Configuration menu - View commit details
-
Copy full SHA for bb725e4 - Browse repository at this point
Copy the full SHA bb725e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e07f1 - Browse repository at this point
Copy the full SHA 68e07f1View commit details -
Delete ILLinkTrim.xml (and associated dead code) from System.Text.Enc…
…odings.Web (#42166) This is all stale/dead code from before the relevant functionality was made public.
Configuration menu - View commit details
-
Copy full SHA for 17c14aa - Browse repository at this point
Copy the full SHA 17c14aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8517021 - Browse repository at this point
Copy the full SHA 8517021View commit details -
Put
GCSimulatorTest
tests into a separate pipeline. (#27192)* GcSimulator pipeline and tests * Disable GC-sim tests on Linux x64 for now until OOMs are resolved.
Configuration menu - View commit details
-
Copy full SHA for a4da38a - Browse repository at this point
Copy the full SHA a4da38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb94ad - Browse repository at this point
Copy the full SHA ffb94adView commit details -
Streamline default ctor path in reflection on custom attributes (#27451)
Saves some allocations and removes a few FCalls/QCalls
Configuration menu - View commit details
-
Copy full SHA for 0a62070 - Browse repository at this point
Copy the full SHA 0a62070View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…027.3 (#8679) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19527.3 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19527.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19527.3
Configuration menu - View commit details
-
Copy full SHA for 9f2c2bf - Browse repository at this point
Copy the full SHA 9f2c2bfView commit details -
Remove ILLinkTrim.xml from System.Linq.Expressions (#42158)
* Remove ILLinkTrim.xml from System.Linq.Expressions * Address PR feedback
Configuration menu - View commit details
-
Copy full SHA for 80ec55f - Browse repository at this point
Copy the full SHA 80ec55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d1d6c - Browse repository at this point
Copy the full SHA 65d1d6cView commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91028.1 (#8680) - NETStandard.Library - 2.2.0-prerelease.19528.1
Configuration menu - View commit details
-
Copy full SHA for 138d7d2 - Browse repository at this point
Copy the full SHA 138d7d2View commit details -
[master] Update dependencies from dotnet/core-setup (#27158)
* Update dependencies from https://github.com/dotnet/core-setup build 20191011.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19511.7 * Update dependencies from https://github.com/dotnet/core-setup build 20191013.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19513.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191014.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19514.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191015.17 - Microsoft.NETCore.App - 5.0.0-alpha1.19515.17 * Update dependencies from https://github.com/dotnet/core-setup build 20191016.19 - Microsoft.NETCore.App - 5.0.0-alpha1.19516.19 * Update dependencies from https://github.com/dotnet/core-setup build 20191018.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19518.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191018.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19518.11 * Update dependencies from https://github.com/dotnet/core-setup build 20191019.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19519.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191021.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19521.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191021.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19521.12 * Update dependencies from https://github.com/dotnet/core-setup build 20191022.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19522.10 * Update dependencies from https://github.com/dotnet/core-setup build 20191023.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19523.10 * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19524.4 * Update dependencies from https://github.com/dotnet/core-setup build 20191025.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19525.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191026.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19526.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191027.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19527.2
Configuration menu - View commit details
-
Copy full SHA for 239dcca - Browse repository at this point
Copy the full SHA 239dccaView commit details -
[master] Update dependencies from dotnet/corefx (#27479)
* Update dependencies from https://github.com/dotnet/corefx build 20191026.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.6 * Update dependencies from https://github.com/dotnet/corefx build 20191027.5 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.5
Configuration menu - View commit details
-
Copy full SHA for eb9275a - Browse repository at this point
Copy the full SHA eb9275aView commit details -
Switch Crossgen2 over to the new command-line parser (#27489)
With this change, Crossgen2 passes basic validation. If possible, I would love to be able to merge this in ASAP as it's of paramount importance for our repo consolidation efforts. I'll be happy to follow up cleaning this change as necessary. 1) Update to a newer version of the System.CommandLine.Experimental package enabling more general binding syntax needed for unambiguous binding of multi-value arguments vs. options. 2) Explicitly specify arity for multi-value options as for whatever reason the default maximum is 255 (lower than the number of reference assemblies in Core_Root, for instance). 3) Reference paths cannot be bound to FileInfo[] as their syntax supports wildcards. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for 627fb42 - Browse repository at this point
Copy the full SHA 627fb42View commit details -
Preparatory changes for EH WriteThru (#26863)
* Preparatory changes for EH WriteThru - Add a method on BasicBlock to determine EH flow in or out
Configuration menu - View commit details
-
Copy full SHA for 5075054 - Browse repository at this point
Copy the full SHA 5075054View commit details -
Switch to label.N form for pre-release label (#8661)
* Switch to label.N form for pre-release label In order to facilitate better preview sorting, switch to label.N form for the pre-release label.
Configuration menu - View commit details
-
Copy full SHA for 6c6a130 - Browse repository at this point
Copy the full SHA 6c6a130View commit details -
Move PreserveDependencyAttribute to shared (#42174)
We need to use it in corelib, too.
Configuration menu - View commit details
-
Copy full SHA for 51f11ec - Browse repository at this point
Copy the full SHA 51f11ecView commit details -
* Delete empty FireCustomerDebugProbe FCall * Delete duplicate C++ compiler command line options
Configuration menu - View commit details
-
Copy full SHA for 8460516 - Browse repository at this point
Copy the full SHA 8460516View commit details -
Add support to produce WebAssembly runtime assets (#42128)
* Add support to produce WebAssembly runtime assets * Add support to build in OSX and address PR feedback * Change AND -> and in Directory.Build.props change region * PR Feedback: run build in rolling CI builds as well * Add TODO comment for WebAssembly OSGroup * Fix indentation. * Fix wrong #include as apis defined in that include are used outside of ETHTOOL_H #if-def
Configuration menu - View commit details
-
Copy full SHA for 1790133 - Browse repository at this point
Copy the full SHA 1790133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8245c - Browse repository at this point
Copy the full SHA 9c8245cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f706c65 - Browse repository at this point
Copy the full SHA f706c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5f981 - Browse repository at this point
Copy the full SHA be5f981View commit details -
CoreCLR pipeline optimizations (#27059)
Today, R2R compilation of test MSIL using Crossgen happens during test execution in Helix. This means that the managed artifacts for a given OS / architecture / config combo are identical for a R2R / non-R2R job. Additionally, we need very few artifacts for running the CoreFX tests. In practice it turns out we only need to build the test host. We can exploit these facts to further reduce the number of test build jobs in CoreCLR pipelines. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for 446c6fe - Browse repository at this point
Copy the full SHA 446c6feView commit details -
Fix GCStress C issue with the fix to VS2019 optimization (#27507)
* Fix GCStress C issue with the fix to VS2019 optimization There is a place in the runtime that we hit during GCStress C and that was creating uninitialized GCFrame and initializing it only conditionally. In the GCFrame destructor, we always try to pop the GCFrame out of the per-thread linked list and this was breaking it. The fix is to always initialize the GCFrame. In the problematic place, it was not being initialized / pushed on the linked list when number of GC slots it was to protect was 0. But the logic in GCFrame works just fine even in that case, so I've made the initialization over there unconditional. I've also made a couple of methods in the GCFrame private as they are never supposed to be called from the outside, removed the default GCFrame constructor so that noone can create uninitialized GCFrame anymore and also removed placement new from GCFrame that doesn't seem to have any purpose. * Reflect more feedback * Folded the Pop and Push functions into their callers * Folded the Initialize to the constructor
Configuration menu - View commit details
-
Copy full SHA for eb5d634 - Browse repository at this point
Copy the full SHA eb5d634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2773be5 - Browse repository at this point
Copy the full SHA 2773be5View commit details
Commits on Oct 29, 2019
-
Add a destructor for MethodCallSummarizer (#24088)
The destructor cleans up resources allocated by MethodCallSummarizer during its normal lifetime.
Configuration menu - View commit details
-
Copy full SHA for caaed1b - Browse repository at this point
Copy the full SHA caaed1bView commit details -
Consolidate .netcoreapp.cs test files in System.Runtime.Extensions (#…
…42184) * Consolidate .netcoreapp.cs files because System.Runtime.Extensions project is no longer cross-compiled * Fix AppDomainTests
Configuration menu - View commit details
-
Copy full SHA for 15e1ea0 - Browse repository at this point
Copy the full SHA 15e1ea0View commit details -
Support large EventSource filter args (#27500)
1. Fix NullReferenceException. When the filter args exceeded the hard-coded size limit GetDataFromController would return data = null. The code previously asserted that data was not null and triggered NRE when it was. The fix correctly null checks the value instead of asserting and uses an empty args dictionary in this case, the same as if filter args had been empty to begin with. 2. ETW has always limited filter args to 1024 bytes but EventPipe has no such restriction. When using DiagnosticSourceEventSource it can be useful to specify a larger filter arg blob. I can't do anything about ETW's restriction but there is no need for the runtime to force EventPipe to be equally limited. The larger size also reduces the chance that we need to hit the fallback path above causing filter args to be ignored.
Configuration menu - View commit details
-
Copy full SHA for 857797d - Browse repository at this point
Copy the full SHA 857797dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eae780c - Browse repository at this point
Copy the full SHA eae780cView commit details -
Prepare corefx for repo consolidation (#42175)
* Prepare corefx for repo consolidation into runtime
Configuration menu - View commit details
-
Copy full SHA for e160dd9 - Browse repository at this point
Copy the full SHA e160dd9View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…028.5 (#8684) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19528.5 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19528.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19528.5
Configuration menu - View commit details
-
Copy full SHA for c1416c8 - Browse repository at this point
Copy the full SHA c1416c8View commit details -
Fix resolving IBCMerge's path in build.cmd (#27513)
* Resolve IBCMerge's path via NuGetPackageRoot since we never actually restore ibcmerge.csproj directly. * Additional fixes to get IBCMerge working again. * Update src/.nuget/optdata/ibcmerge.csproj Co-Authored-By: Elinor Fung <47805090+elinor-fung@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff7c12c - Browse repository at this point
Copy the full SHA ff7c12cView commit details -
Use docker-compose for running stress tests (#42186)
HttpStress: add docker-compose scenario
Configuration menu - View commit details
-
Copy full SHA for df64852 - Browse repository at this point
Copy the full SHA df64852View commit details -
Reduce frequency of GC long running tests to twice a week. Make Gc si…
…mulator tests run nightly, for now. (#27521)
Configuration menu - View commit details
-
Copy full SHA for 564dcc0 - Browse repository at this point
Copy the full SHA 564dcc0View commit details -
Delete null comparisons of non-null arguments (#27523)
Remove gcc nonnull-compare suppression and impossible conditions. > error: nonnull argument 'this' compared to NULL > [-Werror=nonnull-compare]
Configuration menu - View commit details
-
Copy full SHA for 4afbe3a - Browse repository at this point
Copy the full SHA 4afbe3aView commit details -
Avoid duplicated message in WebException (#42195)
In a bunch of places, including in HttpClient, when a new exception instance is created to wrap an inner exception, the inner exception's message is then used as the message for the wrapping exception. WebRequest.CreateCompatibleException is taking such an HttpRequestException and concatenating the outer and inner exception's messages, which means it's often duplicating the exact same message twice. Since we're including the exception as the inner exception, there's no need for such duplication... we can just follow suit and use the outer exception's message without concatenation.
Configuration menu - View commit details
-
Copy full SHA for d7fbeca - Browse repository at this point
Copy the full SHA d7fbecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a686d1 - Browse repository at this point
Copy the full SHA 7a686d1View commit details -
Add osGroup parameter to perf call (#27444)
* Add osGroup parameter to perf call * Change parameters to match queue schema * Remove space
Configuration menu - View commit details
-
Copy full SHA for 9cae8fa - Browse repository at this point
Copy the full SHA 9cae8faView commit details -
Fix simple general warnings found by PVS. (#27283)
* Delete unused `scAvailable`. * Delete unused `PhysRegIntervalIterator`. * Expression is always true. * Possible overflow. * Delete unreachable/unused code. * Two or more case-branches perform the same actions. * Check self-copying. * The 'isOnStack' variable is assigned values twice successively. * The 'then' statement is equivalent to the 'else' statement. `MAX_COST` is `UCHAR_MAX` so if `unsigned char cost >= MAX_COST` then it is equal to ``MAX_COST`. So the code was correct, but confusing. * Expression 'newPage == nullptr' is always true. * Expression 'inconsistentProfileData' is always false. * A part of conditional expression is always false: typ == TYP_BOOL. * A part of conditional expression is always true: emitFullGCinfo. We have an early return from this function if `emitFullGCinfo == false`. * A part of conditional expression is always true: asgNode. We have an early return if it is nullptr. * delete an unused function with errors. There were 3 incorrent printf arguments. * Delete another unused function without return. * An excessive check can be simplified. The '(A && B) || (!A && !B)' expression is equivalent to the 'bool(A) == bool(B)' expression, * The expression is of enum type. It is odd that it is used as an expression of a Boolean-type. * the usage of '#pragma warning(default: X)' is incorrect in this context. The '#pragma warning(push/pop)' should be used instead. That function and almost the whole file is unused, do we want to delete it? * The expression 'eeGetHelperNum(method)' is of enum type. It is odd that it is used as an expression of a Boolean-type. * `nodeThis` and `nodeOther` are always true. * 'this == nullptr' expression should be avoided - this expression is always false on newer compilers, because 'this' pointer can never be NULL. Don't compare `this` with null. * Variables 'm_Cost', 'm_Size' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'Expr()->GetCostSz()' expression. * Parameter 'toRefPosition' is not used inside function body. * Expression 'parentOfArgObj == parentArgx' is always true. We assigned `parentOfArgObj ` to `parentArgx` and did not change any of them before that check. * The 'srcCount' variable is assigned values twice successively. Perhaps this is a mistake. * Response review.
Sergey Andreenko authoredOct 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 80867d1 - Browse repository at this point
Copy the full SHA 80867d1View commit details -
Handle binary formatted payloads with ResX mangled generic type names (…
…#42102) * Handle binary formatted payloads with ResX mangled generic type names ResXSerializationBinder on desktop corrupted type names for generic parameters in the binary formatted payload. It would also undo this in the reader, but we don't benefit from that in .NETCore since we don't deserialize during build: we just copy the preserialized payload into the resources. To handle this, we use a serialization binder to un-mangle the type names in a way similar to ResXSerializationBinder. We do it slightly differently so that we only do it when needed, since relying on the binder to resolve the type bypasses the type cache in BinaryFormatter. * Respond to feedback.
Configuration menu - View commit details
-
Copy full SHA for feebf02 - Browse repository at this point
Copy the full SHA feebf02View commit details -
Revert removal of SuppressGCTransition from SystemNative_GetTimestamp…
…() (#27473) * Revert removal of SuppressGCTransition from SystemNative_GetTimestamp() * Insert GC_POLL before statement with unmanaged call. * JIT test for insertion of GCPoll
Configuration menu - View commit details
-
Copy full SHA for 77f64aa - Browse repository at this point
Copy the full SHA 77f64aaView commit details -
Add file creation method that takes an ACL (#42099)
Approved API Proposal: #41614 Related change for directory creation method that takes an ACL: #41834 -merged and ported to 3.1 Prev2 Description We have extension methods in System.IO.FileSystem.AclExtensions that let the user get and set ACLs for existing files, but we do not have methods that create files with predefined ACLs. .NET ACL (Access Control List) support is Windows specific. This change will reside inside the System.IO.FileSystem.AccessControl assembly. Customer impact Before this change, customers had to create a file or filestream, then set its ACLs. This presents a few problems: Potential security hole as files can be accessed between creation and modification. Porting difficulties as there isn't a 1-1 API replacement Stability issues with background processes (file filters) can prevent modifying ACLs right after creation (typically surfaces as a security exception). This change addresses those problems by adding a new extension method that allows creating a file and ensuring the provided ACLs are set during creation. This change is expected to be backported to 3.1.
Configuration menu - View commit details
-
Copy full SHA for 508cbc4 - Browse repository at this point
Copy the full SHA 508cbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e89cf - Browse repository at this point
Copy the full SHA 00e89cfView commit details
Commits on Oct 30, 2019
-
Add path to not-absolute-path exception (dotnet/coreclr#27470)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 35966de - Browse repository at this point
Copy the full SHA 35966deView commit details -
Delete unnecessary abstraction from stubbed out SecurityElement (#27474)
The stubbed out SecurityElement implementation does not support extensibility that ISecurityElementFactory was designed for. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d3b9c5e - Browse repository at this point
Copy the full SHA d3b9c5eView commit details -
Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464
) ReadAsyncInternal is correctly passing its token into the two call sites where it delegates directly to the underlying stream, but in one place it calls through ReadBufferAsync, which is currently not defined to take a token. Fix that, and pass the token through. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a780bff - Browse repository at this point
Copy the full SHA a780bffView commit details -
Basic infrastructure for binder tracing (dotnet/coreclr#27383)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for dd6ee3f - Browse repository at this point
Copy the full SHA dd6ee3fView commit details -
Cleanup (dotnet/coreclr#27502)
* Delete empty FireCustomerDebugProbe FCall * Delete duplicate C++ compiler command line options Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for e244382 - Browse repository at this point
Copy the full SHA e244382View commit details -
Support large EventSource filter args (dotnet/coreclr#27500)
1. Fix NullReferenceException. When the filter args exceeded the hard-coded size limit GetDataFromController would return data = null. The code previously asserted that data was not null and triggered NRE when it was. The fix correctly null checks the value instead of asserting and uses an empty args dictionary in this case, the same as if filter args had been empty to begin with. 2. ETW has always limited filter args to 1024 bytes but EventPipe has no such restriction. When using DiagnosticSourceEventSource it can be useful to specify a larger filter arg blob. I can't do anything about ETW's restriction but there is no need for the runtime to force EventPipe to be equally limited. The larger size also reduces the chance that we need to hit the fallback path above causing filter args to be ignored. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8f660fc - Browse repository at this point
Copy the full SHA 8f660fcView commit details -
Fix building portable thread pool on Windows (dotnet/corert#7849)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b921ac7 - Browse repository at this point
Copy the full SHA b921ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1d3ff - Browse repository at this point
Copy the full SHA 6e1d3ffView commit details -
Fix building portable thread pool on Windows (dotnet/corert#7849)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for c058fad - Browse repository at this point
Copy the full SHA c058fadView commit details -
Move PreserveDependencyAttribute to shared (dotnet/corefx#42174)
We need to use it in corelib, too. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 549ba51 - Browse repository at this point
Copy the full SHA 549ba51View commit details -
Revert removal of SuppressGCTransition from SystemNative_GetTimestamp…
…() (#27473) * Revert removal of SuppressGCTransition from SystemNative_GetTimestamp() * Insert GC_POLL before statement with unmanaged call. * JIT test for insertion of GCPoll Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8ee61dd - Browse repository at this point
Copy the full SHA 8ee61ddView commit details -
Add file creation method that takes an ACL (dotnet/corefx#42099)
Approved API Proposal: #41614 Related change for directory creation method that takes an ACL: #41834 -merged and ported to 3.1 Prev2 Description We have extension methods in System.IO.FileSystem.AclExtensions that let the user get and set ACLs for existing files, but we do not have methods that create files with predefined ACLs. .NET ACL (Access Control List) support is Windows specific. This change will reside inside the System.IO.FileSystem.AccessControl assembly. Customer impact Before this change, customers had to create a file or filestream, then set its ACLs. This presents a few problems: Potential security hole as files can be accessed between creation and modification. Porting difficulties as there isn't a 1-1 API replacement Stability issues with background processes (file filters) can prevent modifying ACLs right after creation (typically surfaces as a security exception). This change addresses those problems by adding a new extension method that allows creating a file and ensuring the provided ACLs are set during creation. This change is expected to be backported to 3.1. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for be9323f - Browse repository at this point
Copy the full SHA be9323fView commit details -
Move runtime specific methods out of the runtime partition
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f1ff212 - Browse repository at this point
Copy the full SHA f1ff212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139e79c - Browse repository at this point
Copy the full SHA 139e79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a6c7b - Browse repository at this point
Copy the full SHA 73a6c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ab3ca - Browse repository at this point
Copy the full SHA a9ab3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ec37a - Browse repository at this point
Copy the full SHA 74ec37aView commit details -
Remove unsigned overloads of LeadingSignCount (dotnet/coreclr#27533)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3cc7545 - Browse repository at this point
Copy the full SHA 3cc7545View commit details -
Add ComputeCrc32, ComputeCrc32C (dotnet/coreclr#27421)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a66a2b4 - Browse repository at this point
Copy the full SHA a66a2b4View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…029.9 (#8689) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19529.9 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19529.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19529.9
Configuration menu - View commit details
-
Copy full SHA for 1da0565 - Browse repository at this point
Copy the full SHA 1da0565View commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91030.1 (#8690) - NETStandard.Library - 2.2.0-prerelease.19530.1
Configuration menu - View commit details
-
Copy full SHA for 5a664ed - Browse repository at this point
Copy the full SHA 5a664edView commit details -
[master] Update dependencies from dotnet/corefx (#27526)
* Update dependencies from https://github.com/dotnet/corefx build 20191028.12 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.12 * Update dependencies from https://github.com/dotnet/corefx build 20191029.15 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.15
Configuration menu - View commit details
-
Copy full SHA for 4795f24 - Browse repository at this point
Copy the full SHA 4795f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c233288 - Browse repository at this point
Copy the full SHA c233288View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e54c0 - Browse repository at this point
Copy the full SHA a6e54c0View commit details -
JIT: add pass to merge common throw helper calls (#27113)
Look for blocks with single statement noreturn calls, and try to reroute flow so there's just one block call that all predecessors target. Resolves #14770. Note this impairs debuggability of optimized code a bit, as it can change which line of code apparently invokes a throw helper in a backtrace. But since we're already commoning jit-inserted throw helpers (like array index OOB) this is not breaking any new ground. We could also handle commoning BBJ_THROW blocks, with some extra effort, but prototyping indicates duplicate throws are pretty rare. This phase runs just before `optOptimizeFlow`, so that we can leverage the ref counts and predecessor lists to ensure we make correct flow updates. It doesn't bother trying to clean out IR, that happens naturally as blocks become unreferenced. In some cases nothrow helpers end up being tail call candidates. We now suppress tail calling noreturn methods if there is more than one such call site in the method, hoping that instead we can merge the calls.
Configuration menu - View commit details
-
Copy full SHA for b962c97 - Browse repository at this point
Copy the full SHA b962c97View commit details -
Enable block init unroll on ARM32 (#27450)
* Enable block init unroll on ARM32 * Small LowerBlockStore cleanup
Configuration menu - View commit details
-
Copy full SHA for 41546b0 - Browse repository at this point
Copy the full SHA 41546b0View commit details -
Add tests for custom JavaScriptEncoder to cover the virtual code path…
…s in TextEncoder, and address previous feedback. (#42064) * Move using directive within ifdef to make it clear when its used. * Add more tests for custom text encoder case. * Fix typo in comment gaurd -> guard * Fix up the using directives that got removed during merge conflict resolution. * Address feedback - fix 0x7F case, rename vectors to be self-documenting.
Configuration menu - View commit details
-
Copy full SHA for 62e6ccf - Browse repository at this point
Copy the full SHA 62e6ccfView commit details -
Fix System.Net.WebUtility.HtmlDecode issue (#42227)
Fix WebUtility.HtmlDecode bug
Configuration menu - View commit details
-
Copy full SHA for fd45458 - Browse repository at this point
Copy the full SHA fd45458View commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91030.2 (#8700) - NETStandard.Library - 2.2.0-prerelease.19530.2
Configuration menu - View commit details
-
Copy full SHA for e3da318 - Browse repository at this point
Copy the full SHA e3da318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9009ad1 - Browse repository at this point
Copy the full SHA 9009ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394c370 - Browse repository at this point
Copy the full SHA 394c370View commit details -
Merge pull request #42242 from wfurt/outerloop_42231
Move CertificateValidationRemoteServer_EndToEnd_Ok to outerloop
Configuration menu - View commit details
-
Copy full SHA for ba0e3f7 - Browse repository at this point
Copy the full SHA ba0e3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a3440 - Browse repository at this point
Copy the full SHA d2a3440View commit details
Commits on Oct 31, 2019
-
Clean up Uri.UnescapeDataString (#42225)
- Use string.IndexOf rather than an open-coded, unsafe loop. - Avoid an unnecessary SequenceEquals at the end: we're only at this point if a `%` was found highlighting that something escaped was found. - Use stack memory for smaller inputs if possible, to avoid unnecessary ArrayPool interaction - Remove an unnecessary argument to a helper function. - Fix ValueStringBuilder.Grow to only copy the contained data.
Configuration menu - View commit details
-
Copy full SHA for 04f79d9 - Browse repository at this point
Copy the full SHA 04f79d9View commit details -
Add BitwiseSelect (dotnet/coreclr#27430)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 84e8446 - Browse repository at this point
Copy the full SHA 84e8446View commit details -
Fix slow tailcalls to VSD (#27363)
* Fix slow tailcalls to VSDs This was broken when fgCanFastTailCall was changed to call fgInitArgInfo. fgInitArgInfo has side effects and will in some cases add arguments to the arg list. Specifically for calls to VSD, the VSD arg is added, however this case is treated specially for slow tailcalls and it does not expect the arg to be here. This targeted fix just removes this arg from the arg list. * Reenable more_tailcalls on x64 Windows * Disable more_tailcalls on Unix, arm32 and arm64 * Address feedback * Disable STRESS_UNSAFE_BUFFER_CHECKS for more_tailcalls
Configuration menu - View commit details
-
Copy full SHA for f4a8863 - Browse repository at this point
Copy the full SHA f4a8863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253f0d5 - Browse repository at this point
Copy the full SHA 253f0d5View commit details -
Fix inefficient string manipulations in RegularExpressions tests (#42241
Configuration menu - View commit details
-
Copy full SHA for 54efc11 - Browse repository at this point
Copy the full SHA 54efc11View commit details -
Update analyzer versions (#42249)
* Update analyzer packages to latest NuGet versions * Fix new warnings
Configuration menu - View commit details
-
Copy full SHA for 51686cb - Browse repository at this point
Copy the full SHA 51686cbView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…025.4 (#8672) - System.Windows.Extensions - 5.0.0-alpha.1.19525.4 - System.CodeDom - 5.0.0-alpha.1.19525.4 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.4 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.4 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.4 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.4 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.4 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.4 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.4 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.4 - System.Security.AccessControl - 5.0.0-alpha.1.19525.4 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.4 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.4 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.4 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.4 - System.Security.Permissions - 5.0.0-alpha.1.19525.4 - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.4 - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.4 - System.Text.Json - 5.0.0-alpha.1.19525.4 - System.Threading.AccessControl - 5.0.0-alpha.1.19525.4 - System.Resources.Extensions - 5.0.0-alpha.1.19525.4 - System.DirectoryServices - 5.0.0-alpha.1.19525.4 - System.Drawing.Common - 5.0.0-alpha.1.19525.4 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.4 - System.IO.Packaging - 5.0.0-alpha.1.19525.4
Configuration menu - View commit details
-
Copy full SHA for b031f47 - Browse repository at this point
Copy the full SHA b031f47View commit details -
[master] Update dependencies from dotnet/corefx (#8705)
* Update dependencies from https://github.com/dotnet/corefx build 20191025.6 - System.Windows.Extensions - 5.0.0-alpha.1.19525.6 - System.CodeDom - 5.0.0-alpha.1.19525.6 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.6 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.6 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.6 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.6 - System.Security.AccessControl - 5.0.0-alpha.1.19525.6 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.6 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.6 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.6 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.6 - System.Security.Permissions - 5.0.0-alpha.1.19525.6 - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.6 - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.6 - System.Text.Json - 5.0.0-alpha.1.19525.6 - System.Threading.AccessControl - 5.0.0-alpha.1.19525.6 - System.Resources.Extensions - 5.0.0-alpha.1.19525.6 - System.DirectoryServices - 5.0.0-alpha.1.19525.6 - System.Drawing.Common - 5.0.0-alpha.1.19525.6 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.6 - System.IO.Packaging - 5.0.0-alpha.1.19525.6 * Update dependencies from https://github.com/dotnet/corefx build 20191026.1 - System.Windows.Extensions - 5.0.0-alpha.1.19526.1 - System.CodeDom - 5.0.0-alpha.1.19526.1 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.1 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.1 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.1 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.1 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.1 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.1 - System.Security.AccessControl - 5.0.0-alpha.1.19526.1 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.1 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.1 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.1 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.1 - System.Security.Permissions - 5.0.0-alpha.1.19526.1 - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.1 - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.1 - System.Text.Json - 5.0.0-alpha.1.19526.1 - System.Threading.AccessControl - 5.0.0-alpha.1.19526.1 - System.Resources.Extensions - 5.0.0-alpha.1.19526.1 - System.DirectoryServices - 5.0.0-alpha.1.19526.1 - System.Drawing.Common - 5.0.0-alpha.1.19526.1 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.1 - System.IO.Packaging - 5.0.0-alpha.1.19526.1 * Update dependencies from https://github.com/dotnet/corefx build 20191026.3 - System.Windows.Extensions - 5.0.0-alpha.1.19526.3 - System.CodeDom - 5.0.0-alpha.1.19526.3 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.3 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.3 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.3 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.3 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.3 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.3 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.3 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.3 - System.Security.AccessControl - 5.0.0-alpha.1.19526.3 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.3 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.3 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.3 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.3 - System.Security.Permissions - 5.0.0-alpha.1.19526.3 - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.3 - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.3 - System.Text.Json - 5.0.0-alpha.1.19526.3 - System.Threading.AccessControl - 5.0.0-alpha.1.19526.3 - System.Resources.Extensions - 5.0.0-alpha.1.19526.3 - System.DirectoryServices - 5.0.0-alpha.1.19526.3 - System.Drawing.Common - 5.0.0-alpha.1.19526.3 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.3 - System.IO.Packaging - 5.0.0-alpha.1.19526.3 * Update dependencies from https://github.com/dotnet/corefx build 20191026.4 - System.Windows.Extensions - 5.0.0-alpha.1.19526.4 - System.CodeDom - 5.0.0-alpha.1.19526.4 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.4 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.4 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.4 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.4 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.4 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.4 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.4 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.4 - System.Security.AccessControl - 5.0.0-alpha.1.19526.4 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.4 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.4 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.4 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.4 - System.Security.Permissions - 5.0.0-alpha.1.19526.4 - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.4 - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.4 - System.Text.Json - 5.0.0-alpha.1.19526.4 - System.Threading.AccessControl - 5.0.0-alpha.1.19526.4 - System.Resources.Extensions - 5.0.0-alpha.1.19526.4 - System.DirectoryServices - 5.0.0-alpha.1.19526.4 - System.Drawing.Common - 5.0.0-alpha.1.19526.4 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.4 - System.IO.Packaging - 5.0.0-alpha.1.19526.4 * Update dependencies from https://github.com/dotnet/corefx build 20191026.5 - System.Windows.Extensions - 5.0.0-alpha.1.19526.5 - System.CodeDom - 5.0.0-alpha.1.19526.5 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.5 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.5 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.5 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.5 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.5 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.5 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.5 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.5 - System.Security.AccessControl - 5.0.0-alpha.1.19526.5 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.5 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.5 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.5 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.5 - System.Security.Permissions - 5.0.0-alpha.1.19526.5 - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.5 - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.5 - System.Text.Json - 5.0.0-alpha.1.19526.5 - System.Threading.AccessControl - 5.0.0-alpha.1.19526.5 - System.Resources.Extensions - 5.0.0-alpha.1.19526.5 - System.DirectoryServices - 5.0.0-alpha.1.19526.5 - System.Drawing.Common - 5.0.0-alpha.1.19526.5 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.5 - System.IO.Packaging - 5.0.0-alpha.1.19526.5 * Update dependencies from https://github.com/dotnet/corefx build 20191026.6 - System.Windows.Extensions - 5.0.0-alpha.1.19526.6 - System.CodeDom - 5.0.0-alpha.1.19526.6 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.6 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.6 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.6 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.6 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.6 - System.Security.AccessControl - 5.0.0-alpha.1.19526.6 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.6 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.6 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.6 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.6 - System.Security.Permissions - 5.0.0-alpha.1.19526.6 - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.6 - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.6 - System.Text.Json - 5.0.0-alpha.1.19526.6 - System.Threading.AccessControl - 5.0.0-alpha.1.19526.6 - System.Resources.Extensions - 5.0.0-alpha.1.19526.6 - System.DirectoryServices - 5.0.0-alpha.1.19526.6 - System.Drawing.Common - 5.0.0-alpha.1.19526.6 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.6 - System.IO.Packaging - 5.0.0-alpha.1.19526.6 * Update dependencies from https://github.com/dotnet/corefx build 20191027.1 - System.Windows.Extensions - 5.0.0-alpha.1.19527.1 - System.CodeDom - 5.0.0-alpha.1.19527.1 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.1 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.1 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.1 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.1 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.1 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.1 - System.Security.AccessControl - 5.0.0-alpha.1.19527.1 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.1 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.1 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.1 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.1 - System.Security.Permissions - 5.0.0-alpha.1.19527.1 - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.1 - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.1 - System.Text.Json - 5.0.0-alpha.1.19527.1 - System.Threading.AccessControl - 5.0.0-alpha.1.19527.1 - System.Resources.Extensions - 5.0.0-alpha.1.19527.1 - System.DirectoryServices - 5.0.0-alpha.1.19527.1 - System.Drawing.Common - 5.0.0-alpha.1.19527.1 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.1 - System.IO.Packaging - 5.0.0-alpha.1.19527.1 * Update dependencies from https://github.com/dotnet/corefx build 20191027.2 - System.Windows.Extensions - 5.0.0-alpha.1.19527.2 - System.CodeDom - 5.0.0-alpha.1.19527.2 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.2 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.2 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.2 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.2 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.2 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.2 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.2 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.2 - System.Security.AccessControl - 5.0.0-alpha.1.19527.2 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.2 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.2 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.2 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.2 - System.Security.Permissions - 5.0.0-alpha.1.19527.2 - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.2 - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.2 - System.Text.Json - 5.0.0-alpha.1.19527.2 - System.Threading.AccessControl - 5.0.0-alpha.1.19527.2 - System.Resources.Extensions - 5.0.0-alpha.1.19527.2 - System.DirectoryServices - 5.0.0-alpha.1.19527.2 - System.Drawing.Common - 5.0.0-alpha.1.19527.2 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.2 - System.IO.Packaging - 5.0.0-alpha.1.19527.2 * Update dependencies from https://github.com/dotnet/corefx build 20191027.4 - System.Windows.Extensions - 5.0.0-alpha.1.19527.4 - System.CodeDom - 5.0.0-alpha.1.19527.4 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.4 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.4 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.4 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.4 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.4 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.4 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.4 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.4 - System.Security.AccessControl - 5.0.0-alpha.1.19527.4 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.4 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.4 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.4 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.4 - System.Security.Permissions - 5.0.0-alpha.1.19527.4 - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.4 - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.4 - System.Text.Json - 5.0.0-alpha.1.19527.4 - System.Threading.AccessControl - 5.0.0-alpha.1.19527.4 - System.Resources.Extensions - 5.0.0-alpha.1.19527.4 - System.DirectoryServices - 5.0.0-alpha.1.19527.4 - System.Drawing.Common - 5.0.0-alpha.1.19527.4 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.4 - System.IO.Packaging - 5.0.0-alpha.1.19527.4 * Update dependencies from https://github.com/dotnet/corefx build 20191027.5 - System.Windows.Extensions - 5.0.0-alpha.1.19527.5 - System.CodeDom - 5.0.0-alpha.1.19527.5 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.5 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.5 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.5 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.5 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.5 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.5 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.5 - System.Security.AccessControl - 5.0.0-alpha.1.19527.5 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.5 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.5 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.5 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.5 - System.Security.Permissions - 5.0.0-alpha.1.19527.5 - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.5 - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.5 - System.Text.Json - 5.0.0-alpha.1.19527.5 - System.Threading.AccessControl - 5.0.0-alpha.1.19527.5 - System.Resources.Extensions - 5.0.0-alpha.1.19527.5 - System.DirectoryServices - 5.0.0-alpha.1.19527.5 - System.Drawing.Common - 5.0.0-alpha.1.19527.5 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.5 - System.IO.Packaging - 5.0.0-alpha.1.19527.5 * Update dependencies from https://github.com/dotnet/corefx build 20191028.2 - System.Windows.Extensions - 5.0.0-alpha.1.19528.2 - System.CodeDom - 5.0.0-alpha.1.19528.2 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.2 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.2 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.2 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.2 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.2 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.2 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.2 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.2 - System.Security.AccessControl - 5.0.0-alpha.1.19528.2 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.2 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.2 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.2 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.2 - System.Security.Permissions - 5.0.0-alpha.1.19528.2 - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.2 - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.2 - System.Text.Json - 5.0.0-alpha.1.19528.2 - System.Threading.AccessControl - 5.0.0-alpha.1.19528.2 - System.Resources.Extensions - 5.0.0-alpha.1.19528.2 - System.DirectoryServices - 5.0.0-alpha.1.19528.2 - System.Drawing.Common - 5.0.0-alpha.1.19528.2 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.2 - System.IO.Packaging - 5.0.0-alpha.1.19528.2 * Update dependencies from https://github.com/dotnet/corefx build 20191028.6 - System.Windows.Extensions - 5.0.0-alpha.1.19528.6 - System.CodeDom - 5.0.0-alpha.1.19528.6 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.6 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.6 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.6 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.6 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.6 - System.Security.AccessControl - 5.0.0-alpha.1.19528.6 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.6 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.6 - System.Resources.Extensions - 5.0.0-alpha.1.19528.6 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.6 - System.Security.Permissions - 5.0.0-alpha.1.19528.6 - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.6 - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.6 - System.Text.Json - 5.0.0-alpha.1.19528.6 - System.Threading.AccessControl - 5.0.0-alpha.1.19528.6 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.6 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.6 - System.DirectoryServices - 5.0.0-alpha.1.19528.6 - System.Drawing.Common - 5.0.0-alpha.1.19528.6 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.6 - System.IO.Packaging - 5.0.0-alpha.1.19528.6 * Update dependencies from https://github.com/dotnet/corefx build 20191028.12 - System.Windows.Extensions - 5.0.0-alpha.1.19528.12 - System.CodeDom - 5.0.0-alpha.1.19528.12 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.12 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.12 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.12 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.12 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.12 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.12 - System.Security.AccessControl - 5.0.0-alpha.1.19528.12 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.12 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.12 - System.Resources.Extensions - 5.0.0-alpha.1.19528.12 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.12 - System.Security.Permissions - 5.0.0-alpha.1.19528.12 - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.12 - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.12 - System.Text.Json - 5.0.0-alpha.1.19528.12 - System.Threading.AccessControl - 5.0.0-alpha.1.19528.12 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.12 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.12 - System.DirectoryServices - 5.0.0-alpha.1.19528.12 - System.Drawing.Common - 5.0.0-alpha.1.19528.12 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.12 - System.IO.Packaging - 5.0.0-alpha.1.19528.12 * Update dependencies from https://github.com/dotnet/corefx build 20191029.14 - System.Windows.Extensions - 5.0.0-alpha.1.19529.14 - System.CodeDom - 5.0.0-alpha.1.19529.14 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19529.14 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.14 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19529.14 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.14 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19529.14 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19529.14 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19529.14 - System.Security.AccessControl - 5.0.0-alpha.1.19529.14 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19529.14 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19529.14 - System.Resources.Extensions - 5.0.0-alpha.1.19529.14 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19529.14 - System.Security.Permissions - 5.0.0-alpha.1.19529.14 - System.Security.Principal.Windows - 5.0.0-alpha.1.19529.14 - System.Text.Encodings.Web - 5.0.0-alpha.1.19529.14 - System.Text.Json - 5.0.0-alpha.1.19529.14 - System.Threading.AccessControl - 5.0.0-alpha.1.19529.14 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19529.14 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19529.14 - System.DirectoryServices - 5.0.0-alpha.1.19529.14 - System.Drawing.Common - 5.0.0-alpha.1.19529.14 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19529.14 - System.IO.Packaging - 5.0.0-alpha.1.19529.14 * Update dependencies from https://github.com/dotnet/corefx build 20191029.15 - System.Windows.Extensions - 5.0.0-alpha.1.19529.15 - System.CodeDom - 5.0.0-alpha.1.19529.15 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19529.15 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19529.15 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.15 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19529.15 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19529.15 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19529.15 - System.Security.AccessControl - 5.0.0-alpha.1.19529.15 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19529.15 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19529.15 - System.Resources.Extensions - 5.0.0-alpha.1.19529.15 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19529.15 - System.Security.Permissions - 5.0.0-alpha.1.19529.15 - System.Security.Principal.Windows - 5.0.0-alpha.1.19529.15 - System.Text.Encodings.Web - 5.0.0-alpha.1.19529.15 - System.Text.Json - 5.0.0-alpha.1.19529.15 - System.Threading.AccessControl - 5.0.0-alpha.1.19529.15 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19529.15 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19529.15 - System.DirectoryServices - 5.0.0-alpha.1.19529.15 - System.Drawing.Common - 5.0.0-alpha.1.19529.15 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19529.15 - System.IO.Packaging - 5.0.0-alpha.1.19529.15 * Update dependencies from https://github.com/dotnet/corefx build 20191030.1 - System.Windows.Extensions - 5.0.0-alpha.1.19530.1 - System.CodeDom - 5.0.0-alpha.1.19530.1 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.1 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.1 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.1 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.1 - System.Security.AccessControl - 5.0.0-alpha.1.19530.1 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.1 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.1 - System.Resources.Extensions - 5.0.0-alpha.1.19530.1 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.1 - System.Security.Permissions - 5.0.0-alpha.1.19530.1 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.1 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.1 - System.Text.Json - 5.0.0-alpha.1.19530.1 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.1 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.1 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.1 - System.DirectoryServices - 5.0.0-alpha.1.19530.1 - System.Drawing.Common - 5.0.0-alpha.1.19530.1 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.1 - System.IO.Packaging - 5.0.0-alpha.1.19530.1 * Update dependencies from https://github.com/dotnet/corefx build 20191030.4 - System.Windows.Extensions - 5.0.0-alpha.1.19530.4 - System.CodeDom - 5.0.0-alpha.1.19530.4 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.4 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.4 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.4 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.4 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.4 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.4 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.4 - System.Security.AccessControl - 5.0.0-alpha.1.19530.4 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.4 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.4 - System.Resources.Extensions - 5.0.0-alpha.1.19530.4 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.4 - System.Security.Permissions - 5.0.0-alpha.1.19530.4 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.4 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.4 - System.Text.Json - 5.0.0-alpha.1.19530.4 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.4 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.4 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.4 - System.DirectoryServices - 5.0.0-alpha.1.19530.4 - System.Drawing.Common - 5.0.0-alpha.1.19530.4 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.4 - System.IO.Packaging - 5.0.0-alpha.1.19530.4 * Update dependencies from https://github.com/dotnet/corefx build 20191030.6 - System.Windows.Extensions - 5.0.0-alpha.1.19530.6 - System.CodeDom - 5.0.0-alpha.1.19530.6 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.6 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.6 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.6 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.6 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.6 - System.Security.AccessControl - 5.0.0-alpha.1.19530.6 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.6 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.6 - System.Resources.Extensions - 5.0.0-alpha.1.19530.6 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.6 - System.Security.Permissions - 5.0.0-alpha.1.19530.6 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.6 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.6 - System.Text.Json - 5.0.0-alpha.1.19530.6 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.6 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.6 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.6 - System.DirectoryServices - 5.0.0-alpha.1.19530.6 - System.Drawing.Common - 5.0.0-alpha.1.19530.6 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.6 - System.IO.Packaging - 5.0.0-alpha.1.19530.6 * Update dependencies from https://github.com/dotnet/corefx build 20191030.8 - System.Windows.Extensions - 5.0.0-alpha.1.19530.8 - System.CodeDom - 5.0.0-alpha.1.19530.8 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.8 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.8 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.8 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.8 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.8 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.8 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.8 - System.Security.AccessControl - 5.0.0-alpha.1.19530.8 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.8 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.8 - System.Resources.Extensions - 5.0.0-alpha.1.19530.8 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.8 - System.Security.Permissions - 5.0.0-alpha.1.19530.8 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.8 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.8 - System.Text.Json - 5.0.0-alpha.1.19530.8 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.8 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.8 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.8 - System.DirectoryServices - 5.0.0-alpha.1.19530.8 - System.Drawing.Common - 5.0.0-alpha.1.19530.8 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.8 - System.IO.Packaging - 5.0.0-alpha.1.19530.8
Configuration menu - View commit details
-
Copy full SHA for 51ac4ea - Browse repository at this point
Copy the full SHA 51ac4eaView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…030.13 (#8706) - System.Windows.Extensions - 5.0.0-alpha.1.19530.13 - System.CodeDom - 5.0.0-alpha.1.19530.13 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.13 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.13 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.13 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.13 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.13 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.13 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.13 - System.Security.AccessControl - 5.0.0-alpha.1.19530.13 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.13 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.13 - System.Resources.Extensions - 5.0.0-alpha.1.19530.13 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.13 - System.Security.Permissions - 5.0.0-alpha.1.19530.13 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.13 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.13 - System.Text.Json - 5.0.0-alpha.1.19530.13 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.13 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.13 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.13 - System.DirectoryServices - 5.0.0-alpha.1.19530.13 - System.Drawing.Common - 5.0.0-alpha.1.19530.13 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.13 - System.IO.Packaging - 5.0.0-alpha.1.19530.13
Configuration menu - View commit details
-
Copy full SHA for d783034 - Browse repository at this point
Copy the full SHA d783034View commit details -
As Jeremy discovered, my recent CoreCLR pipeline optimization change broke GC stress tests. This change should fix the problem; I have also deleted the platform-matrix-managed-test-build script that is no longer used. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for d931f77 - Browse repository at this point
Copy the full SHA d931f77View commit details -
[master] Update dependencies from 3 repositories (#42140)
* Update dependencies from https://github.com/dotnet/corefx build 20191025.6 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19525.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6 * Update dependencies from https://github.com/dotnet/standard build 20191025.1 - NETStandard.Library - 2.2.0-prerelease.19525.1 * Update dependencies from https://github.com/dotnet/arcade build 20191026.1 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19526.1 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19526.1 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19526.1 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19526.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19526.1 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19526.1 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19526.1 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19526.1 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19526.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19526.1 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19526.1 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19526.1 * Update dependencies from https://github.com/dotnet/corefx build 20191026.6 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19526.6 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6 * Update dependencies from https://github.com/dotnet/standard build 20191026.1 - NETStandard.Library - 2.2.0-prerelease.19526.1 * Update dependencies from https://github.com/dotnet/arcade build 20191027.3 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19527.3 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19527.3 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19527.3 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19527.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19527.3 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19527.3 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19527.3 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19527.3 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19527.3 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19527.3 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19527.3 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19527.3 * Update dependencies from https://github.com/dotnet/corefx build 20191027.5 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19527.5 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5 * Update dependencies from https://github.com/dotnet/standard build 20191027.1 - NETStandard.Library - 2.2.0-prerelease.19527.1 * Update dependencies from https://github.com/dotnet/arcade build 20191028.5 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19528.5 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19528.5 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19528.5 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19528.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19528.5 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19528.5 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19528.5 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19528.5 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19528.5 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19528.5 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19528.5 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19528.5 * Update dependencies from https://github.com/dotnet/corefx build 20191028.12 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19528.12 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12 * Update dependencies from https://github.com/dotnet/standard build 20191028.1 - NETStandard.Library - 2.2.0-prerelease.19528.1 * Update dependencies from https://github.com/dotnet/arcade build 20191029.9 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19529.9 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19529.9 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19529.9 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19529.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19529.9 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19529.9 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19529.9 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19529.9 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19529.9 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19529.9 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19529.9 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19529.9 * Update dependencies from https://github.com/dotnet/corefx build 20191029.15 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19529.15 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15
Configuration menu - View commit details
-
Copy full SHA for 7f19d48 - Browse repository at this point
Copy the full SHA 7f19d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e82ca - Browse repository at this point
Copy the full SHA 18e82caView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…030.14 (#8707) - System.Windows.Extensions - 5.0.0-alpha.1.19530.14 - System.CodeDom - 5.0.0-alpha.1.19530.14 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.14 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.14 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.14 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.14 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.14 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.14 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.14 - System.Security.AccessControl - 5.0.0-alpha.1.19530.14 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.14 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.14 - System.Resources.Extensions - 5.0.0-alpha.1.19530.14 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.14 - System.Security.Permissions - 5.0.0-alpha.1.19530.14 - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.14 - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.14 - System.Text.Json - 5.0.0-alpha.1.19530.14 - System.Threading.AccessControl - 5.0.0-alpha.1.19530.14 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.14 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.14 - System.DirectoryServices - 5.0.0-alpha.1.19530.14 - System.Drawing.Common - 5.0.0-alpha.1.19530.14 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.14 - System.IO.Packaging - 5.0.0-alpha.1.19530.14
Configuration menu - View commit details
-
Copy full SHA for d46df31 - Browse repository at this point
Copy the full SHA d46df31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946e57b - Browse repository at this point
Copy the full SHA 946e57bView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.1 (#8708) - System.Windows.Extensions - 5.0.0-alpha.1.19531.1 - System.CodeDom - 5.0.0-alpha.1.19531.1 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.1 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.1 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.1 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.1 - System.Security.AccessControl - 5.0.0-alpha.1.19531.1 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.1 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.1 - System.Resources.Extensions - 5.0.0-alpha.1.19531.1 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.1 - System.Security.Permissions - 5.0.0-alpha.1.19531.1 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.1 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.1 - System.Text.Json - 5.0.0-alpha.1.19531.1 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.1 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.1 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.1 - System.DirectoryServices - 5.0.0-alpha.1.19531.1 - System.Drawing.Common - 5.0.0-alpha.1.19531.1 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.1 - System.IO.Packaging - 5.0.0-alpha.1.19531.1
Configuration menu - View commit details
-
Copy full SHA for d1c3294 - Browse repository at this point
Copy the full SHA d1c3294View commit details -
Don't needlessly refresh proc count (dotnet/coreclr#27543)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4ae4147 - Browse repository at this point
Copy the full SHA 4ae4147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb7fea - Browse repository at this point
Copy the full SHA 4fb7feaView commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…030.15 (#8710) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19530.15 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19530.15 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19530.15
Configuration menu - View commit details
-
Copy full SHA for 5f497c0 - Browse repository at this point
Copy the full SHA 5f497c0View commit details -
Clean up Uri.UnescapeDataString (dotnet/corefx#42225)
- Use string.IndexOf rather than an open-coded, unsafe loop. - Avoid an unnecessary SequenceEquals at the end: we're only at this point if a `%` was found highlighting that something escaped was found. - Use stack memory for smaller inputs if possible, to avoid unnecessary ArrayPool interaction - Remove an unnecessary argument to a helper function. - Fix ValueStringBuilder.Grow to only copy the contained data. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 32e2ae9 - Browse repository at this point
Copy the full SHA 32e2ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b2c2b - Browse repository at this point
Copy the full SHA 77b2c2bView commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91031.1 (#8711) - NETStandard.Library - 2.2.0-prerelease.19531.1
Configuration menu - View commit details
-
Copy full SHA for 2974ec1 - Browse repository at this point
Copy the full SHA 2974ec1View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…030.15 (#42258) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19530.15 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19530.15 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19530.15 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19530.15 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19530.15 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19530.15 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19530.15 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19530.15 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19530.15 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19530.15 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19530.15 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19530.15
Configuration menu - View commit details
-
Copy full SHA for a9b91e2 - Browse repository at this point
Copy the full SHA a9b91e2View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.2 (#8712) - System.Windows.Extensions - 5.0.0-alpha.1.19531.2 - System.CodeDom - 5.0.0-alpha.1.19531.2 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.2 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.2 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.2 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.2 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.2 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.2 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.2 - System.Security.AccessControl - 5.0.0-alpha.1.19531.2 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.2 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.2 - System.Resources.Extensions - 5.0.0-alpha.1.19531.2 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.2 - System.Security.Permissions - 5.0.0-alpha.1.19531.2 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.2 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.2 - System.Text.Json - 5.0.0-alpha.1.19531.2 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.2 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.2 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.2 - System.DirectoryServices - 5.0.0-alpha.1.19531.2 - System.Drawing.Common - 5.0.0-alpha.1.19531.2 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.2 - System.IO.Packaging - 5.0.0-alpha.1.19531.2
Configuration menu - View commit details
-
Copy full SHA for 70e8814 - Browse repository at this point
Copy the full SHA 70e8814View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5f07c - Browse repository at this point
Copy the full SHA db5f07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e4c52 - Browse repository at this point
Copy the full SHA 34e4c52View commit details -
Update analyzer versions (dotnet/corefx#42249)
* Update analyzer packages to latest NuGet versions * Fix new warnings Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for fbf9e07 - Browse repository at this point
Copy the full SHA fbf9e07View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.3 (#8713) - System.Windows.Extensions - 5.0.0-alpha.1.19531.3 - System.CodeDom - 5.0.0-alpha.1.19531.3 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.3 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.3 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.3 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.3 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.3 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.3 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.3 - System.Security.AccessControl - 5.0.0-alpha.1.19531.3 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.3 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.3 - System.Resources.Extensions - 5.0.0-alpha.1.19531.3 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.3 - System.Security.Permissions - 5.0.0-alpha.1.19531.3 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.3 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.3 - System.Text.Json - 5.0.0-alpha.1.19531.3 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.3 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.3 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.3 - System.DirectoryServices - 5.0.0-alpha.1.19531.3 - System.Drawing.Common - 5.0.0-alpha.1.19531.3 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.3 - System.IO.Packaging - 5.0.0-alpha.1.19531.3
Configuration menu - View commit details
-
Copy full SHA for 12fcf91 - Browse repository at this point
Copy the full SHA 12fcf91View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.1 (#27579) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.1
Configuration menu - View commit details
-
Copy full SHA for 83bb2bf - Browse repository at this point
Copy the full SHA 83bb2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1376626 - Browse repository at this point
Copy the full SHA 1376626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0822e37 - Browse repository at this point
Copy the full SHA 0822e37View commit details -
Prepare Core-Setup for repo consolidation (#8709)
Prepare Core-Setup for repo consolidation (#8709)
Configuration menu - View commit details
-
Copy full SHA for fd3b342 - Browse repository at this point
Copy the full SHA fd3b342View commit details -
Tiered rejit work items (#27147)
* Use info.compFullName as the input to create the JIT's MethodHash Update JitOrder to print out MethodHash and PerfScore Change eeGetMethodFullName to expand class and struct names for the argument types and the return type Fixed issue where bad edge weight were set in fgFoldConditional Made flEdgeWeightMin and flEdgeWeightMax private fields Added new method setEdgeWeights Added support method eeGetArgClass Added source for Tool to parse JitOrder output and associate PerfScores * Remove jitOrderParser.cs
Configuration menu - View commit details
-
Copy full SHA for c6697a0 - Browse repository at this point
Copy the full SHA c6697a0View commit details -
[master] Update dependencies from dotnet/core-setup dotnet/corefx dot…
…net/standard (#42260) * Update dependencies from https://github.com/dotnet/core-setup build 20191030.10 - Microsoft.NETCore.App - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19530.10 * Update dependencies from https://github.com/dotnet/corefx build 20191031.1 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1 * Update dependencies from https://github.com/dotnet/standard build 20191030.2 - NETStandard.Library - 2.2.0-prerelease.19530.2
Configuration menu - View commit details
-
Copy full SHA for 898d47b - Browse repository at this point
Copy the full SHA 898d47bView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.4 (#8715) - System.Windows.Extensions - 5.0.0-alpha.1.19531.4 - System.CodeDom - 5.0.0-alpha.1.19531.4 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.4 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.4 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.4 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.4 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.4 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.4 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.4 - System.Security.AccessControl - 5.0.0-alpha.1.19531.4 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.4 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.4 - System.Resources.Extensions - 5.0.0-alpha.1.19531.4 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.4 - System.Security.Permissions - 5.0.0-alpha.1.19531.4 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.4 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.4 - System.Text.Json - 5.0.0-alpha.1.19531.4 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.4 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.4 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.4 - System.DirectoryServices - 5.0.0-alpha.1.19531.4 - System.Drawing.Common - 5.0.0-alpha.1.19531.4 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.4 - System.IO.Packaging - 5.0.0-alpha.1.19531.4
Configuration menu - View commit details
-
Copy full SHA for a7694c5 - Browse repository at this point
Copy the full SHA a7694c5View commit details -
Use PackageLicenseExpression instead of URL (#42271)
* Use PackageLicenseExpression instead of URL * Cleanup packaging properties from Directory.Build.props
Configuration menu - View commit details
-
Copy full SHA for 987158f - Browse repository at this point
Copy the full SHA 987158fView commit details -
Fix ILLink when run from VS/desktop/direct (#42266)
ILLink needs the path to dotnet.exe and was relying on an optional environment variable to find it. Instead use the NetCoreRoot property set by the SDK. This is a direct copy of https://github.com/dotnet/sdk/blob/b28a8efbfb30d84019351abb3aa9a2b15e008662/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets#L74-L80 We should try to eliminate our custom illink.targets and just configure the built in ones if we can.
Configuration menu - View commit details
-
Copy full SHA for 18d2d60 - Browse repository at this point
Copy the full SHA 18d2d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c0fef - Browse repository at this point
Copy the full SHA 21c0fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c60f4b - Browse repository at this point
Copy the full SHA 2c60f4bView commit details -
Add explicit layout checks to Crossgen2 (#27054)
This change adds explicit layout checks using a loose port of the CoreCLR algorithm i.e. creating an array representing the individual bytes of the type layout and gradually filling it in with GC reference / non-GC reference markers for the individual fields. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for 97c5829 - Browse repository at this point
Copy the full SHA 97c5829View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1115d4 - Browse repository at this point
Copy the full SHA f1115d4View commit details -
Annotate System.Text.RegularExpressions for nullability (#42132)
* Annotate System.Text.RegularExpressions for nullability * fix release build * address feedback * address feedback * disable compiler warning in TryGetValue annotation * change annotation to MaybeNullWhen() * Revert "change annotation to MaybeNullWhen()" This reverts commit 542404ffb147dfc5cc40a6acb4a1e101317aef8a. * remove redundant comment * update reference source * disable nullability warning in reference source * remove outdated comment * replace bangs with single Debug.Assert() at top of method body
Configuration menu - View commit details
-
Copy full SHA for d9ed01e - Browse repository at this point
Copy the full SHA d9ed01eView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.5 (#8717) - System.Windows.Extensions - 5.0.0-alpha.1.19531.5 - System.CodeDom - 5.0.0-alpha.1.19531.5 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.5 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.5 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.5 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.5 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.5 - System.Security.AccessControl - 5.0.0-alpha.1.19531.5 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.5 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.5 - System.Resources.Extensions - 5.0.0-alpha.1.19531.5 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.5 - System.Security.Permissions - 5.0.0-alpha.1.19531.5 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.5 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.5 - System.Text.Json - 5.0.0-alpha.1.19531.5 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.5 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.5 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.5 - System.DirectoryServices - 5.0.0-alpha.1.19531.5 - System.Drawing.Common - 5.0.0-alpha.1.19531.5 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.5 - System.IO.Packaging - 5.0.0-alpha.1.19531.5
Configuration menu - View commit details
-
Copy full SHA for 0872aa1 - Browse repository at this point
Copy the full SHA 0872aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87d27d - Browse repository at this point
Copy the full SHA f87d27dView commit details -
HttpStress: add docker documentation (#42268)
* httpstress: add documentation on dockerized stress runs * fix stress yml issue * fix doc issues * remove commented out code * remove accidental change * yaml pipeline variables naming consistency * Update eng/pipelines/stress/http-linux.yml Co-Authored-By: Stephen Halter <halter73@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4c3bd8a - Browse repository at this point
Copy the full SHA 4c3bd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d2c13 - Browse repository at this point
Copy the full SHA 01d2c13View commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d92ba3 - Browse repository at this point
Copy the full SHA 5d92ba3View commit details -
Improve LINQ diagnosability and startup performance (#42187)
* - Generate LINQ interpreter Thunks with unique names - Instead of generating thunks, for common cases, use a pre-compiled C# method. - This results in using generic sharing for many instead of requiring exact compiled code * Give Compiled LINQ lambda expressions unique names
Configuration menu - View commit details
-
Copy full SHA for 4410ec0 - Browse repository at this point
Copy the full SHA 4410ec0View commit details -
Publish zipped product build bits like we do for test artifacts (#27540)
I have renamed xplat-test-job to xplat-pipeline-job. In perf-job I duplicated a few variables from xplat-pipeline-job as the job is currently based on a completely different YAML file hierarchy. It would be probably useful to unify these two at some point but I believe it to be beyond the scope of my simple cleanup w.r.t. product build manipulation. Thanks Tomas
Configuration menu - View commit details
-
Copy full SHA for 9970bcc - Browse repository at this point
Copy the full SHA 9970bccView commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.7 (#8719) - System.Windows.Extensions - 5.0.0-alpha.1.19531.7 - System.CodeDom - 5.0.0-alpha.1.19531.7 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.7 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.7 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.7 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.7 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.7 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.7 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.7 - System.Security.AccessControl - 5.0.0-alpha.1.19531.7 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.7 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.7 - System.Resources.Extensions - 5.0.0-alpha.1.19531.7 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.7 - System.Security.Permissions - 5.0.0-alpha.1.19531.7 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.7 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.7 - System.Text.Json - 5.0.0-alpha.1.19531.7 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.7 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.7 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.7 - System.DirectoryServices - 5.0.0-alpha.1.19531.7 - System.Drawing.Common - 5.0.0-alpha.1.19531.7 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.7 - System.IO.Packaging - 5.0.0-alpha.1.19531.7
Configuration menu - View commit details
-
Copy full SHA for 935cf72 - Browse repository at this point
Copy the full SHA 935cf72View commit details -
Honor dictionary key policy when entry value is null (#42267)
* Honor dictionary key policy when entry value is null * Address review feedback * Remove reverse Json checks
Configuration menu - View commit details
-
Copy full SHA for a24db0b - Browse repository at this point
Copy the full SHA a24db0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b4e11 - Browse repository at this point
Copy the full SHA 24b4e11View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.9 (#8721) - System.Windows.Extensions - 5.0.0-alpha.1.19531.9 - System.CodeDom - 5.0.0-alpha.1.19531.9 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.9 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.9 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.9 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.9 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.9 - System.Security.AccessControl - 5.0.0-alpha.1.19531.9 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.9 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.9 - System.Resources.Extensions - 5.0.0-alpha.1.19531.9 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.9 - System.Security.Permissions - 5.0.0-alpha.1.19531.9 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.9 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.9 - System.Text.Json - 5.0.0-alpha.1.19531.9 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.9 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.9 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.9 - System.DirectoryServices - 5.0.0-alpha.1.19531.9 - System.Drawing.Common - 5.0.0-alpha.1.19531.9 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.9 - System.IO.Packaging - 5.0.0-alpha.1.19531.9
Configuration menu - View commit details
-
Copy full SHA for ed1ba15 - Browse repository at this point
Copy the full SHA ed1ba15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3eefd - Browse repository at this point
Copy the full SHA 1a3eefdView commit details -
Disable another static analysis rule (dotnet/corefx#42265)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 25520b1 - Browse repository at this point
Copy the full SHA 25520b1View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…031.13 (#8722) - System.Windows.Extensions - 5.0.0-alpha.1.19531.13 - System.CodeDom - 5.0.0-alpha.1.19531.13 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.13 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.13 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.13 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.13 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.13 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.13 - System.Security.AccessControl - 5.0.0-alpha.1.19531.13 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.13 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.13 - System.Resources.Extensions - 5.0.0-alpha.1.19531.13 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.13 - System.Security.Permissions - 5.0.0-alpha.1.19531.13 - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.13 - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.13 - System.Text.Json - 5.0.0-alpha.1.19531.13 - System.Threading.AccessControl - 5.0.0-alpha.1.19531.13 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.13 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.13 - System.DirectoryServices - 5.0.0-alpha.1.19531.13 - System.Drawing.Common - 5.0.0-alpha.1.19531.13 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.13 - System.IO.Packaging - 5.0.0-alpha.1.19531.13
Configuration menu - View commit details
-
Copy full SHA for 14e7a3b - Browse repository at this point
Copy the full SHA 14e7a3bView commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…031.14 (#8725) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19531.14 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19531.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19531.14
Configuration menu - View commit details
-
Copy full SHA for e460275 - Browse repository at this point
Copy the full SHA e460275View commit details -
Use SDK from bootstrapped CLI rather than testhost (#42278)
* Use SDK from bootstrapped CLI rather than testhost * Only import tools.ps1 for -vs
Configuration menu - View commit details
-
Copy full SHA for dd2ad43 - Browse repository at this point
Copy the full SHA dd2ad43View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20191…
…031.14 (#42290) - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19531.14 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19531.14 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19531.14 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19531.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19531.14 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19531.14 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19531.14 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19531.14 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19531.14 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19531.14 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19531.14 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19531.14
Configuration menu - View commit details
-
Copy full SHA for 5d2a823 - Browse repository at this point
Copy the full SHA 5d2a823View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64ae21 - Browse repository at this point
Copy the full SHA e64ae21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8334931 - Browse repository at this point
Copy the full SHA 8334931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c743c - Browse repository at this point
Copy the full SHA 82c743cView commit details -
Update dependencies from https://github.com/dotnet/standard build 201…
…91101.1 (#8726) - NETStandard.Library - 2.2.0-prerelease.19551.1
Configuration menu - View commit details
-
Copy full SHA for 0460dc9 - Browse repository at this point
Copy the full SHA 0460dc9View commit details -
Consolidate .netcoreapp.cs files because System.Text.Encoding project…
… is no longer cross-compiled (#42282)
Configuration menu - View commit details
-
Copy full SHA for 1394f2d - Browse repository at this point
Copy the full SHA 1394f2dView commit details -
[master] Update dependencies from dotnet/core-setup dotnet/corefx dot…
…net/standard (#42291) * Update dependencies from https://github.com/dotnet/core-setup build 20191031.19 - Microsoft.NETCore.App - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19531.19 * Update dependencies from https://github.com/dotnet/corefx build 20191031.13 - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19531.13 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13 * Update dependencies from https://github.com/dotnet/standard build 20191031.1 - NETStandard.Library - 2.2.0-prerelease.19531.1
Configuration menu - View commit details
-
Copy full SHA for ff67290 - Browse repository at this point
Copy the full SHA ff67290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f1019 - Browse repository at this point
Copy the full SHA 19f1019View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…101.1 (#8727) - System.Windows.Extensions - 5.0.0-alpha.1.19551.1 - System.CodeDom - 5.0.0-alpha.1.19551.1 - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19551.1 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19551.1 - Microsoft.Win32.Registry - 5.0.0-alpha.1.19551.1 - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19551.1 - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19551.1 - System.Security.AccessControl - 5.0.0-alpha.1.19551.1 - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19551.1 - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19551.1 - System.Resources.Extensions - 5.0.0-alpha.1.19551.1 - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19551.1 - System.Security.Permissions - 5.0.0-alpha.1.19551.1 - System.Security.Principal.Windows - 5.0.0-alpha.1.19551.1 - System.Text.Encodings.Web - 5.0.0-alpha.1.19551.1 - System.Text.Json - 5.0.0-alpha.1.19551.1 - System.Threading.AccessControl - 5.0.0-alpha.1.19551.1 - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19551.1 - System.Diagnostics.EventLog - 5.0.0-alpha.1.19551.1 - System.DirectoryServices - 5.0.0-alpha.1.19551.1 - System.Drawing.Common - 5.0.0-alpha.1.19551.1 - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19551.1 - System.IO.Packaging - 5.0.0-alpha.1.19551.1
Configuration menu - View commit details
-
Copy full SHA for 777c460 - Browse repository at this point
Copy the full SHA 777c460View commit details -
Delete clr-configuration-knobs.md (#27612)
This is permanently out of date and the document creates a false sense of all these settings being officially supported. The officially supported settings are documented in https://github.com/dotnet/docs Fixes #27611
Configuration menu - View commit details
-
Copy full SHA for dcd7304 - Browse repository at this point
Copy the full SHA dcd7304View commit details -
Use clonefile for CopyFile, if available (#37583)
* Rework SystemNative_CopyFile to use paths instead of file descriptors Use clonefile for CopyFile, if available * Bail out in SystemNative_CopyFile if access fails. We don't want to proceed if the destination file is read-only. * Handle a race condition where clonefile can result in EEXIST error * Update comment about fcopyfile * Update PathInternal.TrimEndingDirectorySeparator to Path.TrimEndingDirectorySeparator * Add missing close(outFd) call * Remove unnecessary ! operator * Save errno around close(outFd) calls * access already sets EACCESS errno, just keep it * Remove fcopyfile support * Open destination file with O_CLOEXEC * Return correct error code for source == destination * Rearrange error handling a bit * Remove forgotten HAVE_FCOPYFILE
Configuration menu - View commit details
-
Copy full SHA for 5f45a8d - Browse repository at this point
Copy the full SHA 5f45a8dView commit details -
Add new method for parameterless Listen() (#42262)
* Add new method for parameterless Listen() This adds a parameterless overload for Listen(int) which passes in int.MaxValue as the default value. I changed existing tests that were explicitly using int.MaxValue or a random value to use the new overload with no parameter. * Update src/System.Net.Sockets/src/System/Net/Sockets/Socket.cs Co-Authored-By: Stephen Toub <stoub@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8bdfd53 - Browse repository at this point
Copy the full SHA 8bdfd53View commit details -
Use Version suffix and clean versions (#8724)
* Use PackageVersion suffix and clean versions
Configuration menu - View commit details
-
Copy full SHA for 17b71d2 - Browse repository at this point
Copy the full SHA 17b71d2View commit details -
Use Package suffix instead of PackageId and Version suffix instead of…
… PackageVersion (#42289) * Use Package suffix instead of PackageId * Manual darc update from build '20191101.2'
Configuration menu - View commit details
-
Copy full SHA for 931f79e - Browse repository at this point
Copy the full SHA 931f79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0214636 - Browse repository at this point
Copy the full SHA 0214636View commit details -
Update dependencies from https://github.com/dotnet/corefx build 20191…
…101.3 (#8729) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.3 - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19551.3 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19551.3 - System.Text.Encodings.Web - 5.0.0-alpha.1.19551.3 - System.Text.Json - 5.0.0-alpha.1.19551.3
Configuration menu - View commit details
-
Copy full SHA for 57fa3b2 - Browse repository at this point
Copy the full SHA 57fa3b2View commit details -
Restore Helix SDK with toolset to work around race in msbuild (#27594)
* Restore Helix SDK with toolset to work around race in msbuild * Update eng/Tools.props Co-Authored-By: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e295c11 - Browse repository at this point
Copy the full SHA e295c11View commit details -
* Update ILLink.Tasks This adds a few roots that are needed by reflection APIs, experimental (internal) APIs, and by the runtime. * Remove MemoryLoadChangeNotification root The Register/Unregister methods were already being removed by the linker, so we do not need to introduce them. * Keep ThreadPoolBoundHandle implementation of IDisposable * Update to linker version with unusedinterfaces opt * GeneratePackagePath -> GeneratePathProperty This wasn't causing any problems since these packages happened to have tools folders, which always get the path property generated. We could get rid of them, but perhaps it's better to be explicit. * Prevent problems when running on desktop I'm not sure we ever build corelib using desktop MSBuild, but this should prevent problems like dotnet/corefx#42266 if we do.
Configuration menu - View commit details
-
Copy full SHA for 34fe045 - Browse repository at this point
Copy the full SHA 34fe045View commit details -
Delete ILLinkTrim.xml from System.Net.Primitives (#42183)
This existed because HttpListener is using a few internal members via reflection (boo). One of the methods listed in this file isn't used by anyone, however, so it's not clear why it's here; probably a typo. The other (ToServerString) has no internal usage and exists only to support HttpListener, which means we'd really like it to survive the initial assembly-level trimming, but then only be kept around for the app-level trimming if this functionality from HttpListener is used. Given our current limitations, I've added the ability for an assembly to opt-out of keeping around PreserveDependency attributes, I've so opted-out in Primitives, and then I've used PreserveDependency on the two public ctors of Cookie that will always be hit if a cookie is created, such that ToServerString will survive the assembly build, but then these attributes evaporate. I've also added PreserveDependency attributes into HttpListener, to codify its dependency on the various internals (most of which survive into the assembly initially because they're used by something reachable from public API). There is still an issue tracking these reflection-based internals dependencies into Cookie from HttpListener.
Configuration menu - View commit details
-
Copy full SHA for f8e8326 - Browse repository at this point
Copy the full SHA f8e8326View commit details -
Formatting and parsing changes to JsonString (#41940)
* Pull duplicated code into JsonWriterHelper * Add helpers for parsing and formatting ISO dates * Update tests to expect new format * Use new helpers in JsonString methods * Rename methods * Check for valid parse length * Use AsSpan extension to work around missing implicit operators on netfx * More netfx workarounds * Use constant for stackalloc length * Add back temp span to avoid writing too much when trimming * Move IsValidDateTimeOffsetParseLength to JsonHelpers * Always use StackallocThreshold instead of calling GetUtf8ByteCount * Remove redundant length checks done by IsValidDateTimeOffsetParseLength * Adapt test pattern from Utf8JsonWriterTests * Revert "Always use StackallocThreshold instead of calling GetUtf8ByteCount" This reverts commit 0d29b646166138413f311a3ccf6284a72024b439.
Configuration menu - View commit details
-
Copy full SHA for 21fd4d2 - Browse repository at this point
Copy the full SHA 21fd4d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8affe4 - Browse repository at this point
Copy the full SHA a8affe4View commit details -
Fix GC holes in array marshallers in the field scenario (#27562)
* Correctly protect references to objects in manually-managed code called by IL marshalers in the field scenarios. Use RuntimeHelpers.GetRawData to simplify layout class marshalling. * Add additional protects for SAFEARRAY marshalling when used in the field scenario. * Remove dead code. * Fix possible GC hole from order of argument evaluation. * Don't clean up fields on a managed object when there's no managed object.
Configuration menu - View commit details
-
Copy full SHA for e658b97 - Browse repository at this point
Copy the full SHA e658b97View commit details -
Remove hardcoded paths from native build scripts (#42295)
* remove hardcoded paths from Native scripts
Configuration menu - View commit details
-
Copy full SHA for 1a07de1 - Browse repository at this point
Copy the full SHA 1a07de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f6167 - Browse repository at this point
Copy the full SHA d2f6167View commit details -
Configuration menu - View commit details
-
Copy full SHA for c685b93 - Browse repository at this point
Copy the full SHA c685b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef22e2 - Browse repository at this point
Copy the full SHA cef22e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e4989 - Browse repository at this point
Copy the full SHA f9e4989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0743e8c - Browse repository at this point
Copy the full SHA 0743e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001af7b - Browse repository at this point
Copy the full SHA 001af7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e076bf - Browse repository at this point
Copy the full SHA 0e076bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for da88ad3 - Browse repository at this point
Copy the full SHA da88ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a42258 - Browse repository at this point
Copy the full SHA 4a42258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbc486 - Browse repository at this point
Copy the full SHA 0bbc486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0092215 - Browse repository at this point
Copy the full SHA 0092215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14dcdea - Browse repository at this point
Copy the full SHA 14dcdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d0f8b - Browse repository at this point
Copy the full SHA a5d0f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9c3ba - Browse repository at this point
Copy the full SHA ac9c3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for da001e7 - Browse repository at this point
Copy the full SHA da001e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c3ecf - Browse repository at this point
Copy the full SHA c9c3ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0244ac5 - Browse repository at this point
Copy the full SHA 0244ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31bdc4 - Browse repository at this point
Copy the full SHA d31bdc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a1cce - Browse repository at this point
Copy the full SHA 10a1cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844a7ed - Browse repository at this point
Copy the full SHA 844a7edView commit details
Commits on Nov 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a869813 - Browse repository at this point
Copy the full SHA a869813View commit details
Commits on Nov 4, 2019
-
Update yml paths and add exclude filter (#13)
* Update yml paths and add exclude filter * Downgrade CoreCLR version and update SDK.IL * Update sendtohelix proj location in yml * Add missing property for pkg validation
Configuration menu - View commit details
-
Copy full SHA for 534783a - Browse repository at this point
Copy the full SHA 534783aView commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ef55fc8 - Browse repository at this point
Copy the full SHA ef55fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa18088 - Browse repository at this point
Copy the full SHA aa18088View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc4253 - Browse repository at this point
Copy the full SHA ecc4253View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bff13 - Browse repository at this point
Copy the full SHA a4bff13View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a288a8 - Browse repository at this point
Copy the full SHA 2a288a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e203c - Browse repository at this point
Copy the full SHA e7e203cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc137d2 - Browse repository at this point
Copy the full SHA bc137d2View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88c181b - Browse repository at this point
Copy the full SHA 88c181bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0025f9f - Browse repository at this point
Copy the full SHA 0025f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c356441 - Browse repository at this point
Copy the full SHA c356441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec9c1e - Browse repository at this point
Copy the full SHA 1ec9c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d3d9e - Browse repository at this point
Copy the full SHA b2d3d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b685389 - Browse repository at this point
Copy the full SHA b685389View commit details