Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Update build tools reference to 1.0.11. #2

Merged
merged 1 commit into from
Nov 11, 2014
Merged

Update build tools reference to 1.0.11. #2

merged 1 commit into from
Nov 11, 2014

Conversation

FiveTimesTheFun
Copy link
Contributor

This version of the build tools has been formatted, and has changes to work with our latest CI project on Visual Studio Online.

tools has been formatted, and has changes to work with our latest CI
project on Visual Studio Online.
@dotnet-bot dotnet-bot merged commit 464dbb2 into dotnet:master Nov 11, 2014
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
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.
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
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
stephentoub pushed a commit that referenced this pull request Feb 12, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix #2

* Unix build fix #3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
pjanotti pushed a commit to pjanotti/corefx that referenced this pull request Feb 12, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix dotnet#2

* Unix build fix dotnet#3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
A-And pushed a commit to A-And/corefx that referenced this pull request Feb 21, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix dotnet#2

* Unix build fix dotnet#3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
@sunandabalu sunandabalu mentioned this pull request Apr 24, 2018
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.
omajid added a commit to omajid/dotnet-corefx that referenced this pull request Aug 28, 2019
This is attempt dotnet#2. The first attempt was commit
176da26.

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
This is attempt #2. The first attempt was commit
176da26.

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 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
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants