Imported Upstream version 6.0.0.246

Former-commit-id: 241b0eee0d9f22ae63312d981dd04646ce8514ed
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-05-18 08:35:58 +00:00
parent fdf94592db
commit 65ce5c75f1
75 changed files with 607 additions and 61 deletions

View File

@ -1 +1 @@
c6d0b24661a7f986e5fd47875c18a842f55b3eb7
954be89b239ca67c9f3002506f83a540d7122f21

View File

@ -1 +1 @@
d5f9d733774d3dfee7072eeb1a32c54c2373680c
b444b0ebe9b57aadff0603b01811f53ddbbb2341

View File

@ -12,7 +12,7 @@ using System.IO.Enumeration;
using System.Threading;
using System.Threading.Tasks;
#if MONO && !MOBILE
#if MONO && (!MOBILE || MOBILE_DESKTOP_HOST)
using System;
using System.IO;

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.0.0.243";
public const string MonoVersion = "6.0.0.246";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -30,3 +30,5 @@ hidden_suffix = .tmp
platform-check:
@:
PLATFORM_WIN32=1

View File

@ -0,0 +1,2 @@
#include monodroid_Mono.Security_test.dll.build-failure-exclude.sources

View File

@ -0,0 +1,11 @@
../../../external/corefx/src/System.ComponentModel.Composition/tests/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/AttributedModel/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Diagnostics/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Factories/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Primitives/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ReflectionModel/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/Integration/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/UnitTesting/*.cs

View File

@ -0,0 +1,3 @@
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.Unix.cs
../../../external/corefx/src/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs
../../../external/corefx/src/Common/src/Interop/Unix/Interop.Libraries.cs

View File

@ -0,0 +1,56 @@
#include common_System.Core.dll.sources
#include dynamic_System.Core.dll.sources
System.Security.Cryptography/AesCryptoServiceProvider.cs
System.Security.Cryptography/AesTransform.cs
../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
System.IO.Pipes/NamedPipeClientStream.Windows.cs
System.IO.Pipes/NamedPipeServerStream.Windows.cs
System.IO.Pipes/AnonymousPipeServerStream.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Libraries.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CloseHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Errors.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FormatMessage.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SecurityOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.BOOL.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SECURITY_ATTRIBUTES.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GenericOperations.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.HandleOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.PipeOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FileOperations.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FileTypes.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetCurrentProcess_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.DuplicateHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetFileType_SafeHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreatePipe_SafePipeHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ConnectNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WaitNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetNamedPipeHandleState.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetNamedPipeInfo.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreateNamedPipeClient.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SetNamedPipeHandleState.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CancelIoEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FlushFileBuffers.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ReadFile_SafeHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ReadFile_SafeHandle_NativeOverlapped.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WriteFile_SafeHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WriteFile_SafeHandle_NativeOverlapped.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.DisconnectNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreateNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.MaxLengths.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RevertToSelf.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.ImpersonateNamedPipeClient.cs
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.cs
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/Microsoft/Win32/SafeHandles/SafePipeHandle.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/AnonymousPipeServerStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/ConnectionCompletionSource.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/NamedPipeClientStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/PipeCompletionSource.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/PipeStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/ReadWriteCompletionSource.cs

View File

@ -0,0 +1 @@
#include testing_aot_full_System.Core_test.dll.exclude.sources

View File

@ -0,0 +1,37 @@
System.IdentityModel.Claims/ClaimSetTest.cs
System.IdentityModel.Claims/ClaimTest.cs
System.IdentityModel.Claims/ClaimTypesTest.cs
System.IdentityModel.Claims/X509CertificateClaimSetTest.cs
System.IdentityModel.Common/MySecurityTokenSerializer.cs
System.IdentityModel.Policy/AuthorizationContextTest.cs
System.IdentityModel.Selectors/CustomUserNameSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/SecurityTokenRequirementTest.cs
System.IdentityModel.Selectors/SecurityTokenResolverTest.cs
System.IdentityModel.Selectors/TestEvaluationContext.cs
System.IdentityModel.Selectors/X509SecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/X509SecurityTokenProviderTest.cs
System.IdentityModel.Tokens/BootstrapContextTest.cs
System.IdentityModel.Tokens/EncryptedKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/InMemorySymmetricSecurityKeyTest.cs
System.IdentityModel.Tokens/LocalIdKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/SamlActionTest.cs
System.IdentityModel.Tokens/SamlAssertionTest.cs
System.IdentityModel.Tokens/SamlAttributeStatementTest.cs
System.IdentityModel.Tokens/SamlAudienceRestrictionConditionTest.cs
System.IdentityModel.Tokens/SamlAuthenticationStatementTest.cs
System.IdentityModel.Tokens/SamlAuthorityBindingTest.cs
System.IdentityModel.Tokens/SamlAuthorizationDecisionStatementTest.cs
System.IdentityModel.Tokens/SamlConditionsTest.cs
System.IdentityModel.Tokens/SamlConstantsTest.cs
System.IdentityModel.Tokens/SamlEvidenceTest.cs
System.IdentityModel.Tokens/SamlSubjectTest.cs
System.IdentityModel.Tokens/SecurityAlgorithmsTest.cs
System.IdentityModel.Tokens/SecurityKeyIdentifierTest.cs
System.IdentityModel.Tokens/SecurityTokenTypesTest.cs
System.IdentityModel.Tokens/UserNameSecurityTokenTest.cs
System.IdentityModel.Tokens/X509AsymmetricSecurityKeyTest.cs
System.IdentityModel.Tokens/X509IssuerSerialKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/X509SecurityTokenTest.cs
System.IdentityModel.Tokens/X509ThumbprintKeyIdentifierClauseTest.cs

View File

@ -0,0 +1 @@
../../../external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTypes.RuntimeOnly.cs

View File

@ -0,0 +1 @@
System.Security.Permissions/DataProtectionPermissionAttributeTest.cs

View File

@ -0,0 +1,148 @@
FeatureBased/Features.Contracts/AsyncCallTester.cs
FeatureBased/Features.Contracts/FaultsTester.cs
FeatureBased/Features.Serialization/AsyncCallTest.cs
FeatureBased/Features.Serialization/AsyncPatternTester.cs
FeatureBased/Features.Serialization/DataContractSerializerTest.cs
FeatureBased/Features.Serialization/DualContractTester.cs
FeatureBased/Features.Serialization/ExitProcessHelper.cs
FeatureBased/Features.Serialization/FaultsTest.cs
FeatureBased/Features.Serialization/KnownTypeTest.cs
FeatureBased/Features.Serialization/MessageContractTest.cs
FeatureBased/Features.Serialization/OperationContractTester.cs
FeatureBased/Features.Serialization/PrimitiveTesterTest.cs
FeatureBased/Features.Serialization/UntypedMessageTest.cs
FeatureBased/TestFixtureBase.cs
MetadataTests/BindingTestAssertions.cs
MetadataTests/ExportTests.cs
MetadataTests/ImportTests.cs
MetadataTests/ImportTests_CreateMetadata.cs
MetadataTests/ImportTests_LoadMetadata.cs
MetadataTests/ImportTests_RoundTrip.cs
MetadataTests/MetadataSamples.cs
MetadataTests/MiscImportTests.cs
MetadataTests/TestContext.cs
System.ServiceModel.Channels/AsymmetricSecurityBindingElementTest.cs
System.ServiceModel.Channels/BinaryMessageEncodingBindingElementTest.cs
System.ServiceModel.Channels/BindingElementTest.cs
System.ServiceModel.Channels/CalcSampleProxy.cs
System.ServiceModel.Channels/CommunicationObjectTest.cs
System.ServiceModel.Channels/ConnectionOrientedTransportBindingElementTest.cs
System.ServiceModel.Channels/CustomBindingTest.cs
System.ServiceModel.Channels/CustomPolicyConversionContext.cs
System.ServiceModel.Channels/HandlerTransportBindingElement.cs
System.ServiceModel.Channels/HttpTransportBindingElementTest.cs
System.ServiceModel.Channels/HttpsTransportBindingElementTest.cs
System.ServiceModel.Channels/InterceptorBindingElement.cs
System.ServiceModel.Channels/LocalClientSecuritySettingsTest.cs
System.ServiceModel.Channels/MessageBufferTest.cs
System.ServiceModel.Channels/MessageEncoderTest.cs
System.ServiceModel.Channels/MsmqBindingElementBaseTest.cs
System.ServiceModel.Channels/MsmqTransportBindingElementTest.cs
System.ServiceModel.Channels/NamedPipeTransportBindingElementTest.cs
System.ServiceModel.Channels/OneWayBindingElementTest.cs
System.ServiceModel.Channels/PeerTransportBindingElementTest.cs
System.ServiceModel.Channels/ReplyChannelBase.cs
System.ServiceModel.Channels/SecurityAssert.cs
System.ServiceModel.Channels/SecurityBindingElementTest.cs
System.ServiceModel.Channels/SslStreamSecurityBindingElementTest.cs
System.ServiceModel.Channels/SymmetricSecurityBindingElementTest.cs
System.ServiceModel.Channels/TcpTransportBindingElementTest.cs
System.ServiceModel.Channels/TextMessageEncodingBindingElementTest.cs
System.ServiceModel.Channels/TransactionFlowBindingElementTest.cs
System.ServiceModel.Configuration/AddressHeaderCollectionElementTest.cs
System.ServiceModel.Configuration/BasicHttpBindingElementTest.cs
System.ServiceModel.Configuration/BehaviorsSectionTest.cs
System.ServiceModel.Configuration/BindingsSectionTest.cs
System.ServiceModel.Configuration/ChannelEndpointElementTest.cs
System.ServiceModel.Configuration/CustomBindingElementTest.cs
System.ServiceModel.Configuration/EndpointBehaviorElementTest.cs
System.ServiceModel.Configuration/ExtensionsSectionTest.cs
System.ServiceModel.Configuration/MetadataElementTest.cs
System.ServiceModel.Configuration/MexBindingElementTest.cs
System.ServiceModel.Configuration/NetNamedPipeBindingElementTest.cs
System.ServiceModel.Configuration/NetPeerTcpBindingElementTest.cs
System.ServiceModel.Configuration/NetTcpBindingElementTest.cs
System.ServiceModel.Configuration/ServiceBehaviorElementTest.cs
System.ServiceModel.Configuration/ServiceElementTest.cs
System.ServiceModel.Configuration/ServiceModelConfigurationElementCollectionTest.cs
System.ServiceModel.Configuration/ServiceModelSectionGroupTest.cs
System.ServiceModel.Configuration/StandardBindingCollectionElementTest.cs
System.ServiceModel.Configuration/StandardBindingElementCollectionTest.cs
System.ServiceModel.Configuration/StandardBindingElementTest.cs
System.ServiceModel.Configuration/StandardEndpointsSectionTest.cs
System.ServiceModel.Configuration/UserBinding.cs
System.ServiceModel.Description/ClientCredentialsTest.cs
System.ServiceModel.Description/ContractDescriptionTest.cs
System.ServiceModel.Description/MetadataExchangeBindingsTest.cs
System.ServiceModel.Description/MetadataResolverTest.cs
System.ServiceModel.Description/MetadataSetTest.cs
System.ServiceModel.Description/ServiceAuthorizationBehaviorTest.cs
System.ServiceModel.Description/ServiceContractGeneratorTest.cs
System.ServiceModel.Description/ServiceCredentialsTest.cs
System.ServiceModel.Description/ServiceDebugBehaviorTest.cs
System.ServiceModel.Description/ServiceMetadataBehaviorTest.cs
System.ServiceModel.Description/ServiceMetadataEndpointTest.cs
System.ServiceModel.Description/ServiceThrottlingBehaviorTest.cs
System.ServiceModel.Description/TypedMessageConverterTest.cs
System.ServiceModel.Description/WsdlExporterTest.cs
System.ServiceModel.Description/WsdlImporterTest.cs
System.ServiceModel.Dispatcher/ActionFilterTest.cs
System.ServiceModel.Dispatcher/Bug32886Test.cs
System.ServiceModel.Dispatcher/Bug46971Test.cs
System.ServiceModel.Dispatcher/Bug652331Test.cs
System.ServiceModel.Dispatcher/Bug652331_2Test.cs
System.ServiceModel.Dispatcher/ChannelDispatcherTest.cs
System.ServiceModel.Dispatcher/DispatchOperationTest.cs
System.ServiceModel.Dispatcher/DispatchRuntimeTest.cs
System.ServiceModel.Dispatcher/EndpointAddressMessageFilterTest.cs
System.ServiceModel.Dispatcher/EndpointDispatcherTest.cs
System.ServiceModel.Dispatcher/ExceptionHandlerTest.cs
System.ServiceModel.Dispatcher/FilterTableTest.cs
System.ServiceModel.Dispatcher/InvalidBodyAccessExceptionTest.cs
System.ServiceModel.Dispatcher/PrefixEndpointAddressMessageFilterTest.cs
System.ServiceModel.Dispatcher/XPathMessageContextTest.cs
System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs
System.ServiceModel.PeerResolvers/PeerResolverSerializationTest.cs
System.ServiceModel.Security.Tokens/IssuedSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/IssuedSecurityTokenProviderTest.cs
System.ServiceModel.Security.Tokens/RsaSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/SecurityContextSecurityTokenTest.cs
System.ServiceModel.Security.Tokens/SecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenTypesTest.cs
System.ServiceModel.Security.Tokens/UserNameSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/WrappedKeySecurityTokenTest.cs
System.ServiceModel.Security.Tokens/X509ListedCertificateValidator.cs
System.ServiceModel.Security.Tokens/X509SecurityTokenParametersTest.cs
System.ServiceModel.Security/ChannelProtectionRequirementsTest.cs
System.ServiceModel.Security/SecurityAlgorithmSuiteTest.cs
System.ServiceModel.Security/SecurityMessagePropertyTest.cs
System.ServiceModel.Security/SecurityTokenSpeficicationTest.cs
System.ServiceModel.Security/ServiceCredentialsSecurityTokenManagerTest.cs
System.ServiceModel.Security/ServiceSecurityContextTest.cs
System.ServiceModel.Security/SupportingTokenParametersTest.cs
System.ServiceModel.Security/TransportSecurityBindingElementTest.cs
System.ServiceModel.Security/WSSecurityTokenSerializerTest.cs
System.ServiceModel/BasicHttpBindingTest.cs
System.ServiceModel/CallbackBehaviorAttributeTest.cs
System.ServiceModel/ChannelFactoryTest.cs
System.ServiceModel/ChannelFactory_1Test.cs
System.ServiceModel/ClientBaseTest.cs
System.ServiceModel/ClientCredentialsSecurityTokenManagerTest.cs
System.ServiceModel/EndpointAddress10Test.cs
System.ServiceModel/EndpointAddressBuilderTest.cs
System.ServiceModel/EndpointAddressTest.cs
System.ServiceModel/EndpointIdentityTest.cs
System.ServiceModel/IntegratedConnectionTest.cs
System.ServiceModel/MessageSecurityVersionTest.cs
System.ServiceModel/MsmqTransportSecurityTest.cs
System.ServiceModel/NetMsmqBindingTest.cs
System.ServiceModel/NetPeerTcpBindingTest.cs
System.ServiceModel/NetTcpBindingTest.cs
System.ServiceModel/OperationContextTest.cs
System.ServiceModel/PeerNodeAddressTest.cs
System.ServiceModel/ServiceHostBaseTest.cs
System.ServiceModel/ServiceHostTest.cs
System.ServiceModel/TransactionProtocolTest.cs
System.ServiceModel/WSFederationHttpBindingTest.cs
System.ServiceModel/WSHttpBindingTest.cs

View File

@ -0,0 +1,7 @@
System.Web.Services.Configuration/DiagnosticsElementTest.cs
System.Web.Services.Configuration/ProtocolElementTest.cs
System.Web.Services.Configuration/SoapEnvelopeProcessingElementTest.cs
System.Web.Services.Configuration/SoapExtensionTypeElementTest.cs
System.Web.Services.Configuration/TypeElementTest.cs
System.Web.Services.Configuration/WsdlHelpGeneratorElementTest.cs
System.Web.Services.Configuration/WsiProfilesElementTest.cs

View File

@ -42,7 +42,7 @@ namespace Mono.Net.Security
{
#if MONOTOUCH
is_macosx = true;
#elif MONODROID || ORBIS
#elif (MONODROID || ORBIS) && !MOBILE_DESKTOP_HOST
is_macosx = false;
#else
is_macosx = Environment.OSVersion.Platform != PlatformID.Win32NT && System.IO.File.Exists (OSX509Certificates.SecurityLibrary);
@ -133,7 +133,7 @@ namespace Mono.Net.Security
var leaf = certs [0];
bool result;
#if MONODROID
#if MONODROID && !MOBILE_DESKTOP_HOST
try {
result = AndroidPlatform.TrustEvaluateSsl (certs);
if (result) {

View File

@ -37,7 +37,7 @@ using System.Threading;
namespace System.Diagnostics {
#if !MOBILE
#if !MOBILE || MOBILE_DESKTOP_HOST
internal class TraceImplSettings {
public const string Key = ".__TraceInfoSettingsKey__.";

View File

@ -1,4 +1,4 @@
#if !MOBILE
#if !MOBILE || MOBILE_DESKTOP_HOST
using System.Diagnostics;
using System.IO;

View File

@ -0,0 +1,9 @@
System.IO/DefaultWatcher.cs
System.IO/FAMWatcher.cs
System.IO/NullFileWatcher.cs
System.IO/FileAction.cs
System.IO/FileSystemWatcher.cs
System.IO/IFileWatcher.cs
System.IO/KeventWatcher.cs
System.IO/SearchPattern.cs
System.IO/CoreFXFileSystemWatcherProxy.cs

View File

@ -1,5 +1,6 @@
#include common.sources
#include common_networking.sources
#include mono_fsw.sources
Microsoft.CSharp/CSharpCodeGenerator.cs
Microsoft.VisualBasic/VBCodeGenerator.cs
@ -133,17 +134,6 @@ System.Diagnostics/PerformanceCounterType.cs
System.Diagnostics/TraceSourceInfo.cs
System.Diagnostics/Win32EventLog.cs
System.IO/DefaultWatcher.cs
System.IO/FAMWatcher.cs
System.IO/NullFileWatcher.cs
System.IO/FileAction.cs
System.IO/FileSystemWatcher.cs
System.IO/IFileWatcher.cs
System.IO/KeventWatcher.cs
System.IO/SearchPattern.cs
System.IO/CoreFXFileSystemWatcherProxy.cs
System.IO.Ports/Handshake.cs
System.IO.Ports/ISerialStream.cs
System.IO.Ports/Parity.cs

View File

@ -0,0 +1,5 @@
#include unix_networkinfo.sources
#include linux_networkinfo.sources
#include macos_networkinfo.sources
../../../external/corefx/src/Common/src/System/Net/Security/CertificateHelper.Unix.cs

View File

@ -0,0 +1,25 @@
#include common.sources
#include common_networking.sources
#include corefx.windows.sources
#include mono_fsw.sources
System.Net.NetworkInformation/Win32UnixFactoryPal.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Libraries.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreateFile.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FileOperations.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SECURITY_ATTRIBUTES.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.BOOL.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CloseHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ReadDirectoryChangesW.cs
../../../external/corefx/src/Common/src/System/IO/PathInternal.Windows.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.Win32.cs
../../../external/corefx/src/Common/src/System/Net/ContextAwareResult.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/Crypt32/Interop.FindOidInfo.cs
../../../external/corefx/src/System.Security.Cryptography.Encoding/src/Internal/Cryptography/OidLookup.Windows.cs
../../../external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCompiler.cs
../../../external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/CompiledRegexRunner.cs
../../../external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/CompiledRegexRunnerFactory.cs
../../../external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexLWCGCompiler.cs

View File

@ -0,0 +1,81 @@
#include testing_aot_full_System_test.dll.exclude.sources
Microsoft.Win32/IntranetZoneCredentialPolicyCas.cs
Microsoft.Win32/IntranetZoneCredentialPolicyTest.cs
Microsoft.Win32/PowerModeChangedEventArgsCas.cs
Microsoft.Win32/SessionEndedEventArgsCas.cs
Microsoft.Win32/SessionEndingEventArgsCas.cs
Microsoft.Win32/SessionSwitchEventArgsCas.cs
Microsoft.Win32/SessionSwitchEventArgsTest.cs
Microsoft.Win32/SystemEventsCas.cs
Microsoft.Win32/TimerElapsedEventArgsCas.cs
Microsoft.Win32/UserPreferenceChangedEventArgsCas.cs
Microsoft.Win32/UserPreferenceChangingEventArgsCas.cs
System.Collections.Specialized/BitVector32Cas.cs
System.Collections.Specialized/CollectionsUtilCas.cs
System.Collections.Specialized/HybridDictionaryCas.cs
System.Collections.Specialized/ListDictionaryCas.cs
System.Collections.Specialized/NameObjectCollectionBaseCas.cs
System.Collections.Specialized/NameValueCollectionCas.cs
System.Collections.Specialized/OrderedDictionaryCas.cs
System.Collections.Specialized/StringCollectionCas.cs
System.Collections.Specialized/StringDictionaryCas.cs
System.ComponentModel.Design.Serialization/InstanceDescriptorCas.cs
System/FileStyleUriParserCas.cs
System/FtpStyleUriParserCas.cs
System/GenericUriParserCas.cs
System/GopherStyleUriParserCas.cs
System/HttpStyleUriParserCas.cs
System.IO.Compression/DeflateStreamCas.cs
System.IO.Compression/GZipStreamCas.cs
System/LdapStyleUriParserCas.cs
System.Net/DnsCas.cs
System.Net/FileWebRequestCas.cs
System.Net/HttpListener2Test.cs
System.Net/HttpListenerRequestTest.cs
System.Net/HttpWebRequestCas.cs
System/NetPipeStyleUriParserCas.cs
System.Net.Sockets/NetworkStreamCas.cs
System.Net.Sockets/SocketCas.cs
System.Net.Sockets/TcpClientCas.cs
System/NetTcpStyleUriParserCas.cs
System/NewsStyleUriParserCas.cs
System.Security.Cryptography.X509Certificates/PublicKeyCas.cs
System.Security.Cryptography.X509Certificates/X500DistinguishedNameCas.cs
System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509CertificateCollectionCas.cs
System.Security.Cryptography.X509Certificates/X509ChainCas.cs
System.Security.Cryptography.X509Certificates/X509ChainPolicyCas.cs
System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509ExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509KeyUsageExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509StoreCas.cs
System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtensionCas.cs
System.Security.Permissions/ResourcePermissionBaseCas.cs
System.Security.Permissions/ResourcePermissionBaseEntryCas.cs
System.Security.Permissions/ResourcePermissionBaseEntryTest.cs
System.Security.Permissions/ResourcePermissionBaseTest.cs
System.Security.Permissions/StorePermissionAttributeCas.cs
System.Security.Permissions/StorePermissionAttributeTest.cs
System.Security.Permissions/StorePermissionCas.cs
System.Security.Permissions/StorePermissionTest.cs
System.Text.RegularExpressions/CaptureCas.cs
System.Text.RegularExpressions/CaptureCollectionCas.cs
System.Text.RegularExpressions/GroupCas.cs
System.Text.RegularExpressions/GroupCollectionCas.cs
System.Text.RegularExpressions/MatchCas.cs
System.Text.RegularExpressions/MatchCollectionCas.cs
System.Text.RegularExpressions/RegexCas.cs
System.Text.RegularExpressions/RegexCompilationInfoCas.cs
System.Text.RegularExpressions/RegexRunnerCas.cs
System.Text.RegularExpressions/RegexRunnerFactoryCas.cs
System.Threading/SemaphoreCas.cs
System.Threading/SemaphoreFullExceptionCas.cs
System.Threading/ThreadExceptionEventArgsCas.cs
System.Timers/ElapsedEventArgsCas.cs
System.Timers/TimerCas.cs
System.Timers/TimersDescriptionAttributeCas.cs
System/UriBuilderCas.cs
System/UriCas.cs
System/UriFormatExceptionCas.cs
System/UriParserCas.cs
System/UriTypeConverterCas.cs

View File

@ -0,0 +1,20 @@
../../../external/corefx/src/System.CodeDom/tests/CodeCollections/*.cs
../../../external/corefx/src/System.CodeDom/tests/CodeExpressions/*.cs
../../../external/corefx/src/System.CodeDom/tests/CodeObjects/*.cs
../../../external/corefx/src/System.CodeDom/tests/CodeStatements/*.cs
../../../external/corefx/src/System.CodeDom/tests/CodeTypeMembers/*.cs
../../../external/corefx/src/System.CodeDom/tests/Compiler/*.cs
../../../external/corefx/src/System.CodeDom/tests/Other/*.cs
../../../external/corefx/src/System.CodeDom/tests/Microsoft/CSharp/*.cs
../../../external/corefx/src/System.CodeDom/tests/Microsoft/VisualBasic/*.cs
../../../external/corefx/src/System.CodeDom/tests/*.cs
../../../external/corefx/src/System.Net.Security/tests/UnitTests/Fakes/*.cs
../../../external/corefx/src/System.Text.RegularExpressions/tests/*.cs
System/RemoteExecutorTests.cs
# FileSystemWatcher_Path fails with "System.ArgumentException : The directory name is invalid"
../../../external/corefx/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs

View File

@ -150,7 +150,7 @@ namespace System
stdout = TextWriter.Synchronized (new UnexceptionalStreamWriter (OpenStandardOutput (0), outputEncoding) { AutoFlush = true });
stderr = TextWriter.Synchronized (new UnexceptionalStreamWriter (OpenStandardError (0), outputEncoding) { AutoFlush = true });
#if MONODROID
#if MONODROID && !MOBILE_DESKTOP_HOST
if (LogcatTextWriter.IsRunningOnAndroid ()) {
stdout = TextWriter.Synchronized (new LogcatTextWriter ("mono-stdout", stdout));
stderr = TextWriter.Synchronized (new LogcatTextWriter ("mono-stderr", stderr));

View File

@ -957,7 +957,7 @@ namespace System {
}
// private methods
#if (MONOTOUCH || MONODROID || XAMMAC)
#if (MONOTOUCH || MONODROID || XAMMAC) && !MOBILE_DESKTOP_HOST
internal const bool IsRunningOnWindows = false;
#else
internal static bool IsRunningOnWindows {

View File

@ -149,7 +149,7 @@ namespace System
return true;
}
#if !MONODROID && !MONOTOUCH && !XAMMAC && !WASM
#if (!MONODROID && !MONOTOUCH && !XAMMAC && !WASM) || MOBILE_DESKTOP_HOST
static TimeZoneInfo CreateLocal ()
{
#if WIN_PLATFORM

View File

@ -0,0 +1,28 @@
#include System.IO.platformnotsupported.sources
corert/PreAllocatedOverlapped.platformnotsupported.cs
corert/ThreadPoolBoundHandle.platformnotsupported.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Number.Unix.cs
../../../external/corert/src/Common/src/Interop/Unix/System.Private.CoreLib.Native/Interop.Number.cs
corefx/Interop.GetRandomBytes.Mono.cs
corefx/Mono.SafePasswordHandle.Unix.cs
../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/Microsoft/Win32/SafeHandles/SafePasswordHandle.Unix.cs
Microsoft.Win32/IRegistryApi.cs
Microsoft.Win32/Registry.cs
Microsoft.Win32/RegistryKey.cs
Microsoft.Win32/Win32RegistryApi.cs
Microsoft.Win32/Win32ResultCode.cs
Microsoft.Win32/UnixRegistryApi.cs
System.Security.AccessControl/RegistryAccessRule.cs
System.Security.AccessControl/RegistryAuditRule.cs
System.Security.AccessControl/RegistrySecurity.cs
../referencesource/mscorlib/microsoft/win32/safehandles/saferegistryhandle.cs
../referencesource/mscorlib/system/timezoneinfo.cs
corefx/TimeZoneInfo.cs
System/TimeZoneInfo.cs
System/TimeZoneInfo.Android.cs
System/TimeZoneInfo.MonoTouch.cs
System/TimeZoneInfo.Serialization.cs
System/TimeZoneInfo.WinRT.cs

View File

@ -0,0 +1,67 @@
#include corlib.dll.sources
#include win32_build_corlib.dll.sources
../../../external/corert/src/Common/src/Interop/Windows/Interop.Libraries.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/BCrypt/Interop.NTSTATUS.cs
../../../external/corert/src/Common/src/Interop/Windows/mincore/Interop.MemAllocFree.cs
../../../external/corert/src/Common/src/Interop/Windows/mincore/Interop.ThreadPoolIO.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Errors.cs
../../../external/corert/src/System.Private.CoreLib/shared/System/Threading/DeferredDisposableLifetime.cs
../../../external/corert/src/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeThreadPoolIOHandle.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/ThreadPoolCallbackWrapper.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolBoundHandle.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.OverlappedData.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolPreAllocatedOverlapped.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.TimeZone.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.FreeLibrary.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.TimeZone.Registry.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.MUI.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.LoadLibraryEx.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/Interop.MAX_PATH.cs
../../../external/corefx/src/Common/src/CoreLib/Interop/Windows/User32/Interop.LoadString.cs
../../../external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/SafeLibraryHandle.cs
../../../external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.AdjustmentRule.cs
../../../external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.StringSerializer.cs
../../../external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.TransitionTime.cs
../../../external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Win32.cs
../../../external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.cs
corert/RuntimeImports.cs
../../../external/corert/src/System.Private.CoreLib/src/System/Number.Windows.cs
../../../external/corert/src/Runtime.Base/src/System/Runtime/InteropServices/NativeCallableAttribute.cs
../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/Microsoft/Win32/SafeHandles/SafePasswordHandle.Windows.cs
corefx/Mono.SafePasswordHandle.Windows.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/SafeHandles/SafeRegistryHandle.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/System/Security/AccessControl/RegistrySecurity.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/System/Security/AccessControl/RegistrySecurity.Windows.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/SafeHandles/SafeRegistryHandle.Windows.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.Windows.cs
../../../external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/Registry.cs
corefx/Registry.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegCloseKey.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegConnectRegistry.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegCreateKeyEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegDeleteKeyEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegDeleteValue.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegEnumKeyEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegEnumValue.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegFlushKey.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegisterServiceCtrlHandler.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegisterServiceCtrlHandlerEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegistryOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegOpenKeyEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegQueryInfoKey.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegQueryValueEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RegSetValueEx.cs

View File

@ -0,0 +1,52 @@
Microsoft.Win32/RegistryKeyTest.cs
System/ActivatorCas.cs
System/AppDomainCas.cs
System/BadImageFormatExceptionCas.cs
System/ConsoleCas.cs
System.Diagnostics/StackFrameCas.cs
System.Diagnostics/StackTraceCas.cs
System/EnvironmentCas.cs
System/ExceptionCas.cs
System.IO/DirectoryCas.cs
System.IO/FileLoadExceptionCas.cs
System.IO/FileNotFoundExceptionCas.cs
System.IO/FileStreamCas.cs
System.IO.IsolatedStorage/IsolatedStorageFileCas.cs
System.IO.IsolatedStorage/IsolatedStorageFileStreamCas.cs
System.IO/PathCas.cs
System.IO/StreamCas.cs
System/MarshalByRefObjectCas.cs
System.Reflection/AssemblyCas.cs
System.Reflection/AssemblyNameCas.cs
System.Reflection.Emit/MethodRentalCas.cs
System.Reflection/ModuleCas.cs
System.Reflection/StrongNameKeyPairCas.cs
System.Reflection/VisibilityTest.cs
System.Resources/ResourceReaderCas.cs
System.Resources/ResourceSetCas.cs
System.Runtime.CompilerServices/RuntimeWrappedExceptionCas.cs
System.Runtime.InteropServices/RuntimeEnvironmentCas.cs
System/RuntimeMethodHandleCas.cs
System.Runtime.Serialization.Formatters.Binary/BinaryFormatterCas.cs
System.Runtime.Versioning/ResourceConsumptionAttributeCas.cs
System.Runtime.Versioning/ResourceExposureAttributeCas.cs
System.Runtime.Versioning/VersioningHelperCas.cs
System.Security.AccessControl/DirectorySecurityTest.cs
System.Security.AccessControl/EventWaitHandleSecurityTest.cs
System.Security.AccessControl/FileSecurityTest.cs
System.Security/CodeAccessPermissionCas.cs
System.Security.Cryptography/CryptoAPITransformCas.cs
System.Security.Cryptography/CryptoConfigCas.cs
System.Security.Cryptography.X509Certificates/X509CertificateCas.cs
System.Security/PermissionSetCas.cs
System.Security.Policy/ApplicationSecurityManagerCas.cs
System.Security/SecureStringCas.cs
System.Security/SecurityContextCas.cs
System.Security/SecurityExceptionCas.cs
System.Security/SecurityManagerCas.cs
System.Threading/CompressedStackCas.cs
System.Threading/ExecutionContextCas.cs
System.Threading/MutexCas.cs
System.Threading/ThreadCas.cs
System.Threading/WaitHandleCas.cs
System/TypedReferenceCas.cs

View File

@ -1 +1 @@
14d787933ad15dc36ee3efc0d3fae792f1114bf0
6f691a810c44556f6d3819ff36448333ac9cdfc1

View File

@ -1 +1 @@
4e694108ab6ce31e0ff213923741724e2ca501e7
20d7780a6363d0658a5fe4025c73831c94d1dbdb

View File

@ -1 +1 @@
14a8dbaadd0cfe44cefa667308fb88b0ab0cdcd7
e1b9a73d26689833996d7af80cd71cf4661cb904

View File

@ -1 +1 @@
8430214dfd5236fe314c5883b589f884c52d0334
d00b85d6ba7c06c1275a595dec4b036954ab6fb7

View File

@ -1 +1 @@
f0df12ea11d13f03ddbb71d5700411d69ece6364
c337e11cb31be1dfbd12c38ef380f2dad5f1c291

View File

@ -1 +1 @@
20d701373f7adad80dc853f53cbf4b09570edc67
979f1900057452a63be86ef29dd9110a2f37aca0

View File

@ -1 +1 @@
d13f038c1a229acb3e3070edc26b5ce0a20d12a6
3864f11078b36c8d22a1da80d0145ebe94aa5da7

View File

@ -1 +1 @@
14d787933ad15dc36ee3efc0d3fae792f1114bf0
6f691a810c44556f6d3819ff36448333ac9cdfc1

View File

@ -1 +1 @@
4e694108ab6ce31e0ff213923741724e2ca501e7
20d7780a6363d0658a5fe4025c73831c94d1dbdb

View File

@ -1 +1 @@
14a8dbaadd0cfe44cefa667308fb88b0ab0cdcd7
e1b9a73d26689833996d7af80cd71cf4661cb904

View File

@ -1 +1 @@
8430214dfd5236fe314c5883b589f884c52d0334
d00b85d6ba7c06c1275a595dec4b036954ab6fb7

View File

@ -1 +1 @@
f0df12ea11d13f03ddbb71d5700411d69ece6364
c337e11cb31be1dfbd12c38ef380f2dad5f1c291

View File

@ -1 +1 @@
20d701373f7adad80dc853f53cbf4b09570edc67
979f1900057452a63be86ef29dd9110a2f37aca0

View File

@ -1 +1 @@
d13f038c1a229acb3e3070edc26b5ce0a20d12a6
3864f11078b36c8d22a1da80d0145ebe94aa5da7

View File

@ -1 +1 @@
14d787933ad15dc36ee3efc0d3fae792f1114bf0
6f691a810c44556f6d3819ff36448333ac9cdfc1

View File

@ -1 +1 @@
4e694108ab6ce31e0ff213923741724e2ca501e7
20d7780a6363d0658a5fe4025c73831c94d1dbdb

View File

@ -1 +1 @@
14a8dbaadd0cfe44cefa667308fb88b0ab0cdcd7
e1b9a73d26689833996d7af80cd71cf4661cb904

View File

@ -1 +1 @@
8430214dfd5236fe314c5883b589f884c52d0334
d00b85d6ba7c06c1275a595dec4b036954ab6fb7

View File

@ -1 +1 @@
f0df12ea11d13f03ddbb71d5700411d69ece6364
c337e11cb31be1dfbd12c38ef380f2dad5f1c291

View File

@ -1 +1 @@
20d701373f7adad80dc853f53cbf4b09570edc67
979f1900057452a63be86ef29dd9110a2f37aca0

View File

@ -1 +1 @@
d13f038c1a229acb3e3070edc26b5ce0a20d12a6
3864f11078b36c8d22a1da80d0145ebe94aa5da7

View File

@ -1 +1 @@
14d787933ad15dc36ee3efc0d3fae792f1114bf0
6f691a810c44556f6d3819ff36448333ac9cdfc1

View File

@ -1 +1 @@
4e694108ab6ce31e0ff213923741724e2ca501e7
20d7780a6363d0658a5fe4025c73831c94d1dbdb

View File

@ -1 +1 @@
6647725e8f8c13ff110f04020622646b960e8255
8bf09eefaca8f68b5f006adfde10597321c0f2ea

View File

@ -1 +1 @@
8430214dfd5236fe314c5883b589f884c52d0334
d00b85d6ba7c06c1275a595dec4b036954ab6fb7

View File

@ -1 +1 @@
f0df12ea11d13f03ddbb71d5700411d69ece6364
c337e11cb31be1dfbd12c38ef380f2dad5f1c291

View File

@ -1 +1 @@
20d701373f7adad80dc853f53cbf4b09570edc67
979f1900057452a63be86ef29dd9110a2f37aca0

View File

@ -1 +1 @@
8fe0105db58518214b4f64b3156e12bb557c07d0
05142c973b13ab2880ae8807597bcb1af6e8f156

View File

@ -508,7 +508,7 @@ namespace System.Net {
throw new PlatformNotSupportedException ();
#elif MONOTOUCH
return Mono.Net.CFNetwork.GetDefaultProxy ();
#elif MONODROID
#elif MONODROID && !MOBILE_DESKTOP_HOST
// Return the system web proxy. This only works for ICS+.
var data = AndroidPlatform.GetDefaultProxy ();
if (data != null)

View File

@ -292,7 +292,7 @@ namespace System.Threading
context = GetWinRTContext();
#endif
#if MONODROID
#if MONODROID && !MOBILE_DESKTOP_HOST
if (context == null)
context = AndroidPlatform.GetDefaultSyncContext ();
#endif

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/c857c27"
#define FULL_VERSION "explicit/bb3c9db"

View File

@ -1442,10 +1442,10 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@CROSS_COMPILE_TRUE@test-local:
@HOST_WIN32_TRUE@test-local:
@CROSS_COMPILE_TRUE@clean-local:
@HOST_WIN32_TRUE@clean-local:
@CROSS_COMPILE_TRUE@test-local:
@HOST_WIN32_TRUE@test-local:
clean: clean-am
clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \

Binary file not shown.

View File

@ -1 +1 @@
c757d7a44db101a3b9c4885d7b52c81eb42e19d2
3a83891f3ec0915757a28705da1dec27a73a7b11

Binary file not shown.

View File

@ -1 +1 @@
bb43cbb5b347d38d1864a06910b750d2de7c68ac
145e6d888e716a826092864caa01fb0be24873b0

Binary file not shown.

View File

@ -1 +1 @@
0a026aeea84e8a8d426f1ca62e4a45bf05e7fe42
b6803a4c2d038bd2bf1ed42bc985a9597869d081

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 6.0.0.243\n"
"Project-Id-Version: mono 6.0.0.246\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2019-05-17 08:12+0000\n"
"POT-Creation-Date: 2019-05-18 08:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
e78fd09501fbb0a5ab66c1a7f806eb75066c14d5
7b0d39cfa1cd0031699f7c05e0ab09629b6c3b03