Add 2 missing members to Exception - #11442
Conversation
|
@dotnet-bot test Innerloop Windows_NT Debug Build and Test please (failure in System.Net.Http.Functional.Tests.PostScenarioTest.PostUsingNoSpecifiedSemantics_UsesChunkedSemantics) |
|
@dotnet-bot test innerloop ubuntu14.04 release build and test (build hang after System.Security.Claims.Tests) |
|
@dotnet-bot test innerloop centos7.1 debug build and test (System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails failed) |
|
@dotnet-bot test Innerloop Windows_NT Release Build and Test System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test.ProxyExplicitlyProvided_DefaultCredentials_Ignored failed) |
|
@stephentoub ok? |
|
|
||
| [Fact] | ||
| public static void EndOfStreamException_Ctor_Empty() | ||
| public static void Exception_TargetSite() |
There was a problem hiding this comment.
In other projects, we've separated out the tests for netstandard1.7... have we done that with System.Runtime?
|
LGTM |
|
The tests are broken out for 1.7, yes. |
* Add 2 missing members to Exception
* Add 2 missing members to Exception Commit migrated from dotnet/corefx@ad751e4
Just needed the reflection change.