forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating dependencies from latest build numbers #2
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
Closed
Conversation
This file contains hidden or 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
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
[tfs-changeset: 1584642]
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).
Merge changes from TFS
…-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 path syntax handling
Signed-off-by: Geunsik Lim <[email protected]>
Typo fix its → it's
Fix off-by-one similar to #6819 in other cases.
Remove InterprocessTests project
Signed-off-by: Geunsik Lim <[email protected]>
Documentation: cross build of corefx for arm
Add a comment explaining the header value lengths being tested.
Fix SqlParameter Validation for Enum Type.
Merge changes from TFS
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
Enable NegotiateStream For Unix
Split packaging for Clrcompression by appx/non-appx
partially fixes #7040
partially fixes #7040
Move System.Text.RegularExpressions tests to xunit
Fixed nested project issues in msbuild
Minor fixes to clean.sh
[tfs-changeset: 1587455]
Merge changes from TFS
Update to buildtools 208
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.