This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tools has been formatted, and has changes to work with our latest CI project on Visual Studio Online.
pgavlin
added a commit
to pgavlin/corefx
that referenced
this pull request
Aug 6, 2015
PAL out NameResolution and port tests.
steveharter
pushed a commit
to steveharter/dotnet_corefx
that referenced
this pull request
Sep 9, 2015
base locale and formatting for linux
stephentoub
added a commit
that referenced
this pull request
Oct 22, 2015
Round #2 of LibSsl shim work
eerhardt
referenced
this pull request
in eerhardt/corefx
Nov 12, 2015
…nd Unix. Since we are currently planning on moving to a newer zlib version on Windows, and considering how to not even ship our own zlib, we let the current zlib version pick the best compression level.
SGuyGe
added a commit
to SGuyGe/corefx
that referenced
this pull request
Feb 16, 2016
…ation, this is prerequisite for dotnet#2. 2) Adding support for ReadOnlyDictionary.
SGuyGe
added a commit
to SGuyGe/corefx
that referenced
this pull request
Feb 17, 2016
…ation, this is prerequisite for dotnet#2. 2) Adding support for ReadOnlyDictionary.
SGuyGe
added a commit
to SGuyGe/corefx
that referenced
this pull request
Feb 17, 2016
…ation, this is prerequisite for dotnet#2. 2) Adding support for ReadOnlyDictionary.
SGuyGe
added a commit
to SGuyGe/corefx
that referenced
this pull request
Feb 17, 2016
…ation, this is prerequisite for dotnet#2. 2) Adding support for ReadOnlyDictionary.
SGuyGe
added a commit
that referenced
this pull request
Feb 17, 2016
1) Adding support for excluding [NonSerialized] members from serialization, this is prerequisite for #2; 2) Adding support for ReadOnlyDictionary.
davidsh
pushed a commit
that referenced
this pull request
Apr 23, 2016
* Avoid a closure allocation in MessageProcessingHandler * Respond to PR feedback: Introduce SendState private class * Respond to PR feedback, #2 * public -> internal in SendState * SendState -> var
stephentoub
added a commit
to stephentoub/corefx
that referenced
this pull request
Sep 11, 2016
Previous test was successful, but we don't want to call Length at every iteration. That's both a perf issue and is potentially a race condition if concurrently the size of the file shrinks.
krwq
added a commit
that referenced
this pull request
Mar 7, 2017
Fix Transform.PropagatedNamespace and test
DnlHarvey
added a commit
that referenced
this pull request
Apr 13, 2017
Get up to date with dotnet/corefx
A-And
added a commit
to A-And/corefx
that referenced
this pull request
Nov 29, 2017
A-And
added a commit
to A-And/corefx
that referenced
this pull request
Nov 30, 2017
JeffCyr
added a commit
to JeffCyr/corefx
that referenced
this pull request
Feb 6, 2018
Merged
ghost
pushed a commit
that referenced
this pull request
Aug 9, 2019
* Json prototype (#1) Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes. * Json prototype - transformation API (#2) * transformation API added * assertions to existing scenarios added * Json prototype (#1) Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes. * Json prototype - transformation API (#2) * transformation API added * assertions to existing scenarios added * JsonNumber implementation and tests (#3) * IEquatables added * JsonNumber implementation and unit tests added * pragmas deleted * review comments included, more tests added * decimal support added to JsonNumber * decimal support added to JsonArray and JsonObject * all unimplemented classes and methods with accompanying tests removed * First part of documentation added * documentation completed * missing exceptions added * JsonElement changes removed * part of the review comments included * work on review comments * code refactor * more decimal tests added using MemberData * more decimal tests added using MemberData * more test cases added * equals summary adjusted, equals tests added * more Equals tests added, GetHashCode tests added, minor changes * scientifing notation support added, rational numbers tests fixes * rational overflow tests added * ulong maxvalue tests added to rational types * presision problems fixes * exception strings fixed * CI failing fixes (hopefully), review comments included * missing == tests added to achieve 100% branch coverage * review comments included * trailing whitespaces fixes * equals comments added * equals object refactored to call quals json number * merge fix
omajid
added a commit
to omajid/dotnet-corefx
that referenced
this pull request
Aug 20, 2019
This is attempt dotnet#2. Initialize HostArch to the arch-style used in RIDs directly. Unless running in Visual Studio, when it should be forced to x64. Initialize ArchGroup to HostArch unless overriden. Use the HostArch for the tool runtime instead of assuming x64.
omajid
added a commit
to omajid/dotnet-corefx
that referenced
this pull request
Aug 20, 2019
This is attempt dotnet#2. Initialize HostArch to the arch-style used in RIDs directly. Unless running in Visual Studio, when it should be forced to x64. Initialize ArchGroup to HostArch unless overridden. Use the HostArch for the tool runtime instead of assuming x64.
omajid
added a commit
to omajid/dotnet-corefx
that referenced
this pull request
Aug 22, 2019
This is attempt dotnet#2. Initialize HostArch to the arch-style used in RIDs directly by converting things to lowercase. Use the HostArch for the tool runtime instead of assuming x64.
akrisiun
added a commit
to akrisiun/corefx
that referenced
this pull request
Sep 8, 2019
ViktorHofer
pushed a commit
that referenced
this pull request
Sep 12, 2019
akrisiun
added a commit
to akrisiun/corefx
that referenced
this pull request
Sep 29, 2019
akrisiun
added a commit
to akrisiun/corefx
that referenced
this pull request
Sep 29, 2019
macrogreg
pushed a commit
to open-telemetry/opentelemetry-dotnet-instrumentation
that referenced
this pull request
Sep 24, 2020
Get up to date with dotnet/corefx Commit migrated from dotnet/corefx@5f41418
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
Round dotnet/corefx#2 of LibSsl shim work Commit migrated from dotnet/corefx@00f9ebc
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
- Add addition extension method, post-check addition only. - change comparator->comparer - Add debug comments, tweak asserts for section overflow test. - Change tests using "custom" comparators. Use observable comparator to ensure being called. The importance isn't what the comparator returns, it's that it's being used/called properly. Commit migrated from dotnet/corefx@a515a22
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…ation, this is prerequisite for dotnet/corefx#2. 2) Adding support for ReadOnlyDictionary. Commit migrated from dotnet/corefx@b86016c
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
1) Adding support for excluding [NonSerialized] members from serialization, this is prerequisite for dotnet/corefx#2; 2) Adding support for ReadOnlyDictionary. Commit migrated from dotnet/corefx@650b049
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…#7788) * Avoid a closure allocation in MessageProcessingHandler * Respond to PR feedback: Introduce SendState private class * Respond to PR feedback, dotnet/corefx#2 * public -> internal in SendState * SendState -> var Commit migrated from dotnet/corefx@e84f1a1
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…amespace Fix Transform.PropagatedNamespace and test Commit migrated from dotnet/corefx@2740de0
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
Get up to date with dotnet/corefx Commit migrated from dotnet/corefx@5f41418
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…6850) * Modified Dns.GetHostAddressesAsync to be truly async * Applied code review recommendations * Unix build fix * Unix build fix dotnet/corefx#2 * Unix build fix dotnet/corefx#3 * NETFX build fix * Fixed useGetHostByName logic * Simplified ProcessResult code * Cleaned up cancel code * cleanup Commit migrated from dotnet/corefx@d3ff31e
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
* Fix ServiceController name population perf * Split tests * Remove dead field * Remove new use of DangerousGetHandle * SafeHandle all the things! * VSB dotnet/corefx#1 * VSB dotnet/corefx#2 * Fix GLE * Initialize machineName in ctor * Test for empty name ex * Null names * Inadvertent edit * Unix build * Move interop into class * Reverse SafeHandle for HAllocGlobal * Fix tests * Disable test for NETFX * CR feedback * Pattern matching on VSB * Direct call * typo Commit migrated from dotnet/corefx@76c8587
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
* Add TryAdd and Clear regression tests * Add Run Condition on Clear() * Address PR Feedback * Address PR Feedback dotnet/corefx#2 * Address PR Feedback dotnet/corefx#3 * Remove Extra Line * Add MoveNext Result Asserts Commit migrated from dotnet/corefx@d8a0778
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…x#39917) * Json prototype (dotnet/corefx#1) Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes. * Json prototype - transformation API (dotnet/corefx#2) * transformation API added * assertions to existing scenarios added * Json prototype (dotnet/corefx#1) Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes. * Json prototype - transformation API (dotnet/corefx#2) * transformation API added * assertions to existing scenarios added * JsonNumber implementation and tests (dotnet/corefx#3) * IEquatables added * JsonNumber implementation and unit tests added * pragmas deleted * review comments included, more tests added * decimal support added to JsonNumber * decimal support added to JsonArray and JsonObject * all unimplemented classes and methods with accompanying tests removed * First part of documentation added * documentation completed * missing exceptions added * JsonElement changes removed * part of the review comments included * work on review comments * code refactor * more decimal tests added using MemberData * more decimal tests added using MemberData * more test cases added * equals summary adjusted, equals tests added * more Equals tests added, GetHashCode tests added, minor changes * scientifing notation support added, rational numbers tests fixes * rational overflow tests added * ulong maxvalue tests added to rational types * presision problems fixes * exception strings fixed * CI failing fixes (hopefully), review comments included * missing == tests added to achieve 100% branch coverage * review comments included * trailing whitespaces fixes * equals comments added * equals object refactored to call quals json number * merge fix Commit migrated from dotnet/corefx@5050ee8
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version of the build tools has been formatted, and has changes to work with our latest CI project on Visual Studio Online.