Imported Upstream version 5.10.0.103
Former-commit-id: ca91c6a33a1967ce859ed3061b54a7a1a6548637
This commit is contained in:
parent
32bf5370df
commit
e8112b0628
@ -1 +1 @@
|
|||||||
29934128e74365026cd0e20fc003e23148281b95
|
d14366b531b59bf249a7d028ed19c2a11ab16eef
|
@ -1 +1 @@
|
|||||||
8cf64e6d8b3715983f82419725e624b70b0ef99d
|
374b05f540bd7262e73749cf47856879fd8b1f59
|
@ -1 +1 @@
|
|||||||
8b04034feaab27d73164bdaa4db83c03b88c77b6
|
234bce4aa119ca31f0bfe7d703f5e629a69e3811
|
@ -1 +1 @@
|
|||||||
8b04034feaab27d73164bdaa4db83c03b88c77b6
|
234bce4aa119ca31f0bfe7d703f5e629a69e3811
|
@ -1 +1 @@
|
|||||||
abb67671d9d4ec35e02a5a80985f9f8f29fedd36
|
77d88765c83696d7661b6c4006c00ad031464996
|
@ -729,7 +729,7 @@ namespace Microsoft.SqlServer.Server
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDataReader GetData(int i)
|
IDataReader System.Data.IDataRecord.GetData (int ordinal)
|
||||||
{
|
{
|
||||||
throw ADP.NotSupported();
|
throw ADP.NotSupported();
|
||||||
}
|
}
|
||||||
|
@ -897,6 +897,7 @@ namespace System.Net.Tests
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Theory, MemberData(nameof(EchoServers))]
|
[Theory, MemberData(nameof(EchoServers))]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "no exception thrown on mono")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "no exception thrown on netfx")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "no exception thrown on netfx")]
|
||||||
public void BeginGetRequestStream_CreatePostRequestThenCallTwice_ThrowsInvalidOperationException(Uri remoteServer)
|
public void BeginGetRequestStream_CreatePostRequestThenCallTwice_ThrowsInvalidOperationException(Uri remoteServer)
|
||||||
{
|
{
|
||||||
@ -1239,6 +1240,7 @@ namespace System.Net.Tests
|
|||||||
}
|
}
|
||||||
|
|
||||||
[ActiveIssue(19083)]
|
[ActiveIssue(19083)]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "dotnet/corefx #19083")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "dotnet/corefx #19083")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "dotnet/corefx #19083")]
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task Abort_BeginGetRequestStreamThenAbort_EndGetRequestStreamThrowsWebException()
|
public async Task Abort_BeginGetRequestStreamThenAbort_EndGetRequestStreamThrowsWebException()
|
||||||
@ -1261,6 +1263,7 @@ namespace System.Net.Tests
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "ResponseCallback not called after Abort on mono")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "ResponseCallback not called after Abort on netfx")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "ResponseCallback not called after Abort on netfx")]
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task Abort_BeginGetResponseThenAbort_ResponseCallbackCalledBeforeAbortReturns()
|
public async Task Abort_BeginGetResponseThenAbort_ResponseCallbackCalledBeforeAbortReturns()
|
||||||
|
@ -11,6 +11,7 @@ namespace System.Net.Tests
|
|||||||
{
|
{
|
||||||
[Fact]
|
[Fact]
|
||||||
[ActiveIssue(20470, TargetFrameworkMonikers.UapAot)]
|
[ActiveIssue(20470, TargetFrameworkMonikers.UapAot)]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "NetEventSource is only part of .NET Core.")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "NetEventSource is only part of .NET Core.")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "NetEventSource is only part of .NET Core.")]
|
||||||
public void EventSource_ExistsWithCorrectId()
|
public void EventSource_ExistsWithCorrectId()
|
||||||
{
|
{
|
||||||
|
@ -11,6 +11,7 @@ namespace System.Net.Tests
|
|||||||
{
|
{
|
||||||
[ActiveIssue(20470, TargetFrameworkMonikers.UapAot)]
|
[ActiveIssue(20470, TargetFrameworkMonikers.UapAot)]
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "NetEventSource is only part of .NET Core")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "NetEventSource is only part of .NET Core")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "NetEventSource is only part of .NET Core")]
|
||||||
public void EventSource_ExistsWithCorrectId()
|
public void EventSource_ExistsWithCorrectId()
|
||||||
{
|
{
|
||||||
|
@ -543,6 +543,7 @@ namespace System.Net.Tests
|
|||||||
private const string CookieInvalid = "helloWorld";
|
private const string CookieInvalid = "helloWorld";
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "Does not work in Mono")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
||||||
public void GetValues_MultipleSetCookieHeadersWithExpiresAttribute_Success()
|
public void GetValues_MultipleSetCookieHeadersWithExpiresAttribute_Success()
|
||||||
{
|
{
|
||||||
@ -561,6 +562,7 @@ namespace System.Net.Tests
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "Does not work in Mono")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
||||||
public void GetValues_SingleSetCookieHeaderWithMultipleCookiesWithExpiresAttribute_Success()
|
public void GetValues_SingleSetCookieHeaderWithMultipleCookiesWithExpiresAttribute_Success()
|
||||||
{
|
{
|
||||||
@ -609,6 +611,7 @@ namespace System.Net.Tests
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "Does not work in Mono")]
|
||||||
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Requires fix shipping in .NET 4.7.2")]
|
||||||
public void GetValues_InvalidSetCookieHeader_Success()
|
public void GetValues_InvalidSetCookieHeader_Success()
|
||||||
{
|
{
|
||||||
|
@ -34,7 +34,7 @@ static class Consts
|
|||||||
// Use these assembly version constants to make code more maintainable.
|
// Use these assembly version constants to make code more maintainable.
|
||||||
//
|
//
|
||||||
|
|
||||||
public const string MonoVersion = "5.10.0.101";
|
public const string MonoVersion = "5.10.0.103";
|
||||||
public const string MonoCompany = "Mono development team";
|
public const string MonoCompany = "Mono development team";
|
||||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||||
public const string MonoCopyright = "(c) Various Mono authors";
|
public const string MonoCopyright = "(c) Various Mono authors";
|
||||||
|
@ -20,6 +20,12 @@ namespace System.Data.SqlClient
|
|||||||
"keyword and always reset the connection")]
|
"keyword and always reset the connection")]
|
||||||
public bool ConnectionReset { get; set; }
|
public bool ConnectionReset { get; set; }
|
||||||
|
|
||||||
|
[MonoTODO("Not implemented in corefx: dotnet/corefx/issues/22474")]
|
||||||
|
public SqlAuthenticationMethod Authentication {
|
||||||
|
get => throw new NotImplementedException();
|
||||||
|
set => throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
[MonoTODO("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
|
[MonoTODO("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
|
||||||
public bool ContextConnection {
|
public bool ContextConnection {
|
||||||
get => throw new NotImplementedException();
|
get => throw new NotImplementedException();
|
||||||
|
@ -1 +1 @@
|
|||||||
d5fe529e72a19edabb8d0d737134f42d61076a2e
|
91510c0d48e8b8e4fd0244ba7b73ffb5b0008d59
|
@ -1 +1 @@
|
|||||||
d6603fb55c99e4e6a2ab0f992aa575a430a23daf
|
254d9408bc8a59955b3acbd045dab6ff7b365c37
|
@ -1 +1 @@
|
|||||||
ca7879c6464de633c5d55777e99f90f6c32b0346
|
29b49effce90b7f2fe0c79a6de7b247df79e829a
|
@ -1 +1 @@
|
|||||||
05a25e094cf7053d826c561b6bae1934b651c4cd
|
8eba7aa42674b1f25626dfbf370c22074eea751e
|
@ -1 +1 @@
|
|||||||
4dda84573eb2e64b6ce95ccc37cb297d0d96ac26
|
9f6e1f37b3af679ed3d2549d5d41977edc9134df
|
@ -1 +1 @@
|
|||||||
2d54b1ef285e46cc986e00ef7bcd7775e3412a56
|
33afdd892811cf9251820346c334158d1c465bca
|
@ -1 +1 @@
|
|||||||
ffe45e62e511ea47af2a066b17eb0637418d7347
|
e54e0d5a9a12b874a7aee94f6b7e79fab0d46910
|
@ -1 +1 @@
|
|||||||
d5fe529e72a19edabb8d0d737134f42d61076a2e
|
91510c0d48e8b8e4fd0244ba7b73ffb5b0008d59
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user