You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
@ -258,3 +259,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
@ -461,3 +462,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
@ -204,3 +205,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -32,8 +32,10 @@ using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Security;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
#if !MOBILE
|
||||
using System.IdentityModel.Selectors;
|
||||
using System.IdentityModel.Tokens;
|
||||
#endif
|
||||
using System.ServiceModel;
|
||||
using System.ServiceModel.Channels;
|
||||
using System.ServiceModel.Description;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.ServiceModel;
|
||||
using System.ServiceModel.Channels;
|
||||
@ -197,4 +197,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Net.Security;
|
||||
@ -443,3 +444,5 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
{
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.ServiceModel;
|
||||
using System.ServiceModel.Channels;
|
||||
@ -73,4 +73,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
@ -647,3 +648,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
@ -580,3 +581,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -43,6 +43,7 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
[TestFixture]
|
||||
public class HttpsTransportBindingElementTest
|
||||
{
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
[Test]
|
||||
[ExpectedException (typeof (ArgumentException))]
|
||||
public void BuildChannelFactoryForHttpEndpoint ()
|
||||
@ -62,7 +63,7 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
b.Security.Mode = BasicHttpSecurityMode.Transport;
|
||||
b.BuildChannelListener<IReplyChannel> (new Uri ("http://localhost:8080"));
|
||||
}
|
||||
|
||||
#endif
|
||||
[Test]
|
||||
public void GetProperty ()
|
||||
{
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Net;
|
||||
@ -513,3 +514,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
@ -62,3 +63,4 @@ namespace MonoTests.System.ServiceModel
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
@ -13,6 +13,7 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
[TestFixture]
|
||||
public class MessageBufferTest
|
||||
{
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
[Test]
|
||||
public void TestCreateNavigator ()
|
||||
{
|
||||
@ -23,7 +24,7 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
|
||||
Assert.IsTrue (nav is SeekableXPathNavigator);
|
||||
}
|
||||
|
||||
#endif
|
||||
[Test]
|
||||
[ExpectedException (typeof (InvalidOperationException))]
|
||||
public void TestCreateBufferedCopyTwice ()
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
@ -135,3 +136,5 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Net.Security;
|
||||
using System.ServiceModel;
|
||||
@ -159,4 +159,5 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
@ -181,3 +182,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
@ -118,3 +119,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ServiceModel;
|
||||
@ -88,3 +89,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Net;
|
||||
@ -153,3 +154,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if !MOBILE && !XAMMAC_4_5
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@ -125,3 +126,4 @@ namespace MonoTests.System.ServiceModel.Channels
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user