Skip to content

Conversation

eerhardt
Copy link
Owner

No description provided.

davidsh and others added 30 commits March 11, 2016 07:07
Classes that override these may not like having their virtual property setters called before the class is fully initialized.
Don't invoke virtual property setters inside the base constructor.
Fix WinHttpHandler when no proxy creds after 407 response
Add 'skiptests' option to corefx/build.sh
…result

While reading through the code I noticed that we're making unnecessary `ioctl` calls in Receive calls, to get the count of available bytes.  This turns out to only be used if the caller supplied a list of buffers, which is not the typical case.  This change moves the `ioctl` call so that it happens only if needed, which should help with throughput in most scenarios.
…source

Revert earlier changes to SNI provider list, since it causes a provider number mismatch with native SNI
Don't get available bytes for the socket unless we actually need the result
Expose Type.GetTypeCode(), Type.Delimiter and Activator.CreateInstance
…alization of the package id is used during one restore call.

This avoids a known NuGet bug that corefx hasn't taken the fix for (through upgrading CLI).
…-locations

Update corefx to use the updated coreclr job locations
I'd initially created this thinking we'd have a bunch of different test suites for different scenarios, but it hasn't really panned out that way.  In the meantime, having some tests for different projects not part of that project's test suite makes certain things more difficult, like dealing with changing dependencies, understanding code coverage, etc.  I'm simply redistributing these tests to their propery homes and deleting the consolidated project.
Extend tests to cover both those and other places it could occur
even if it currently doesn't.
Make the inclusive nature of the boundaries more explicit in the code.
Fix off-by-one similar to #6819 in other cases.
Documentation: cross build of corefx for arm
Add a comment explaining the header value lengths being tested.
kkurni and others added 27 commits March 18, 2016 08:28
Fix SqlParameter Validation for Enum Type.
corrected project name in MS.CSharp solution
Fix Pipes test failure due to inheritable handles
Enabling NegotiateStream for Unix using native gssapi implementation.
The native libraries used are mit-krb5 on linux and the built-in GSS.Framework for OSX.

Also included are the tests which rely on configuring and deploying KDC on the host machine.
Fix typo in file name XunitTestAssemblyAttributes
Split packaging for Clrcompression by appx/non-appx
Move System.Text.RegularExpressions tests to xunit
Fixed nested project issues in msbuild
[tfs-changeset: 1587455]
Make CI outerloop runs to test both innerloop and outerloop tests.
This allows automated tools to update the version numbers easier than parsing the dir.props file.
Another advantage is we can write regular expressions easier. Putting regular expressions in MSBuild files doesn't yield great results since multiple things need to be worked around.
@eerhardt eerhardt closed this Mar 19, 2016
@eerhardt eerhardt deleted the UpdateDependencies20160319105106 branch March 19, 2016 22:51
eerhardt pushed a commit that referenced this pull request Feb 13, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.