Imported Upstream version 5.10.0.91
Former-commit-id: 79b479e76cd93ed8fe10a2598140a56207457027
This commit is contained in:
parent
104a9a4d34
commit
738df3e2cc
@ -1 +1 @@
|
||||
e886f52a12041f216837188d2c25257084578671
|
||||
5c04f91573d0557a2c64610620433a17a53fc635
|
@ -1 +1 @@
|
||||
a7850d85dfce721f1d9b19f626a4fb1833943306
|
||||
a544c273ddbf680c2fc1cfbf5a6d2e0a1c551fc9
|
@ -1 +1 @@
|
||||
b803f86ef29cfff6559c08f5186f8bdf441b8d4b
|
||||
8b04034feaab27d73164bdaa4db83c03b88c77b6
|
@ -1 +1 @@
|
||||
b803f86ef29cfff6559c08f5186f8bdf441b8d4b
|
||||
8b04034feaab27d73164bdaa4db83c03b88c77b6
|
@ -1 +1 @@
|
||||
1f8d4c968568f6efbbb436418f27bf2ed01bc649
|
||||
abb67671d9d4ec35e02a5a80985f9f8f29fedd36
|
@ -20,7 +20,9 @@ namespace System.Threading.Tasks
|
||||
/// Represents an exception used to communicate task cancellation.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
#endif
|
||||
public class TaskCanceledException : OperationCanceledException
|
||||
{
|
||||
[NonSerialized]
|
||||
|
@ -21,7 +21,9 @@ namespace System.Threading.Tasks
|
||||
/// <see cref="T:System.Threading.Tasks.TaskScheduler"/>.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
#endif
|
||||
public class TaskSchedulerException : Exception
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -16,7 +16,7 @@
|
||||
// return TaskToApm.End<int>(asyncResult);
|
||||
// }
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
|
||||
namespace System.Threading.Tasks
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
|
||||
namespace System.Threading.Tasks
|
||||
{
|
||||
|
@ -3,6 +3,7 @@
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.ExceptionServices;
|
||||
|
||||
|
@ -392,7 +392,7 @@ namespace System.Data.SqlClient.SNI
|
||||
/// </summary>
|
||||
public override void DisableSsl()
|
||||
{
|
||||
#if !MONO || MONO_FEATURE_BTLS || MONO_FEATURE_APPLETLS
|
||||
#if !MONO || MONO_FEATURE_BTLS || ONLY_APPLETLS
|
||||
// SSLStream.Dispose causes an unexpected behavior with legacy ssl implementation
|
||||
_sslStream.Dispose();
|
||||
#endif
|
||||
|
@ -1 +1 @@
|
||||
38e0b56f769c5af73557977145de437792eed731
|
||||
eb3ea56a8b8a9c2c2fab5ba555b0ac2aa412b00b
|
@ -31,6 +31,7 @@ using System.Collections.Concurrent;
|
||||
#endif
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System.Threading.Tasks
|
||||
|
@ -1 +1 @@
|
||||
671122ad9b0b9cf5402090153b5999e24d96ea14
|
||||
d38d3be91c131cc64ac5b985b3611c4307c4d453
|
@ -10,6 +10,7 @@
|
||||
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
|
||||
// Prevents compiler warnings/errors regarding the use of ref params in Interlocked methods
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
//
|
||||
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.Private;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
#pragma warning disable 0420
|
||||
|
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.exe
vendored
Normal file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.exe
vendored
Normal file
Binary file not shown.
149
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.exe.config
vendored
Normal file
149
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.exe.config
vendored
Normal file
@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<gcServer enabled="true" />
|
||||
<gcConcurrent enabled="false" />
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipes" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.4.1.0" newVersion="1.4.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
55
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.rsp
vendored
Normal file
55
external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/vbc.rsp
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
# This file contains command-line options that the VB
|
||||
# command line compiler (VBC) will process as part
|
||||
# of every compilation, unless the "/noconfig" option
|
||||
# is specified.
|
||||
|
||||
# Reference the common Framework libraries
|
||||
/r:Accessibility.dll
|
||||
/r:System.Configuration.dll
|
||||
/r:System.Configuration.Install.dll
|
||||
/r:System.Data.dll
|
||||
/r:System.Data.OracleClient.dll
|
||||
/r:System.Deployment.dll
|
||||
/r:System.Design.dll
|
||||
/r:System.DirectoryServices.dll
|
||||
/r:System.dll
|
||||
/r:System.Drawing.Design.dll
|
||||
/r:System.Drawing.dll
|
||||
/r:System.EnterpriseServices.dll
|
||||
/r:System.Management.dll
|
||||
/r:System.Messaging.dll
|
||||
/r:System.Runtime.Remoting.dll
|
||||
/r:System.Runtime.Serialization.Formatters.Soap.dll
|
||||
/r:System.Security.dll
|
||||
/r:System.ServiceProcess.dll
|
||||
/r:System.Transactions.dll
|
||||
/r:System.Web.dll
|
||||
/r:System.Web.Mobile.dll
|
||||
/r:System.Web.RegularExpressions.dll
|
||||
/r:System.Web.Services.dll
|
||||
/r:System.Windows.Forms.dll
|
||||
/r:System.Xml.dll
|
||||
|
||||
/r:System.Workflow.Activities.dll
|
||||
/r:System.Workflow.ComponentModel.dll
|
||||
/r:System.Workflow.Runtime.dll
|
||||
/r:System.Runtime.Serialization.dll
|
||||
/r:System.ServiceModel.dll
|
||||
|
||||
/r:System.Core.dll
|
||||
/r:System.Xml.Linq.dll
|
||||
/r:System.Data.Linq.dll
|
||||
/r:System.Data.DataSetExtensions.dll
|
||||
/r:System.Web.Extensions.dll
|
||||
/r:System.Web.Extensions.Design.dll
|
||||
/r:System.ServiceModel.Web.dll
|
||||
|
||||
# Import System and Microsoft.VisualBasic
|
||||
/imports:System
|
||||
/imports:Microsoft.VisualBasic
|
||||
/imports:System.Linq
|
||||
/imports:System.Xml.Linq
|
||||
|
||||
/optioninfer+
|
@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.10.0.83";
|
||||
public const string MonoVersion = "5.10.0.91";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -1 +1 @@
|
||||
50e48a0a5c2d98e4d786321ed1d9d416d31190cb
|
||||
af2124cfbb3fc8ad0adb58c7b36b4760b57c0c16
|
@ -1 +1 @@
|
||||
1a014325a38fda404cc88831d3bc5a315f7178ad
|
||||
bf376e2ebb2d1f9ffc17868794d31c4901de43b0
|
@ -1 +1 @@
|
||||
bb17d47aa2372108b18993567a839d9c2bf41e6b
|
||||
7319297a7d7dccc075bcc6de8bf3a09c4a85aebc
|
@ -1 +1 @@
|
||||
b47a0a8e619c5e7078d41295c5ca19e51b9bfb90
|
||||
52bdf6ac55dbbc3dbe83c65f4ed8680763bdf70c
|
@ -1 +1 @@
|
||||
0c69026deebbb2caef0928290165c38c87008284
|
||||
0bbfbbfd8573f69a64164fcba1da857e0e1e4159
|
@ -1 +1 @@
|
||||
2b5abd33a20ead8837e499cd0935f4acd7b63ae7
|
||||
c77975dc0ecd88db8912d9bae7fabed8d1f1096d
|
@ -1 +1 @@
|
||||
b1ea276d5680d8d29c92d4f37047c74a69dc58ed
|
||||
43d9743098b81645a85431b5b3a042ab89e132fa
|
@ -1 +1 @@
|
||||
50e48a0a5c2d98e4d786321ed1d9d416d31190cb
|
||||
af2124cfbb3fc8ad0adb58c7b36b4760b57c0c16
|
@ -1 +1 @@
|
||||
1a014325a38fda404cc88831d3bc5a315f7178ad
|
||||
bf376e2ebb2d1f9ffc17868794d31c4901de43b0
|
@ -1 +1 @@
|
||||
bb17d47aa2372108b18993567a839d9c2bf41e6b
|
||||
7319297a7d7dccc075bcc6de8bf3a09c4a85aebc
|
@ -1 +1 @@
|
||||
b47a0a8e619c5e7078d41295c5ca19e51b9bfb90
|
||||
52bdf6ac55dbbc3dbe83c65f4ed8680763bdf70c
|
@ -1 +1 @@
|
||||
0c69026deebbb2caef0928290165c38c87008284
|
||||
0bbfbbfd8573f69a64164fcba1da857e0e1e4159
|
@ -1 +1 @@
|
||||
2b5abd33a20ead8837e499cd0935f4acd7b63ae7
|
||||
c77975dc0ecd88db8912d9bae7fabed8d1f1096d
|
@ -1 +1 @@
|
||||
b1ea276d5680d8d29c92d4f37047c74a69dc58ed
|
||||
43d9743098b81645a85431b5b3a042ab89e132fa
|
@ -1 +1 @@
|
||||
50e48a0a5c2d98e4d786321ed1d9d416d31190cb
|
||||
af2124cfbb3fc8ad0adb58c7b36b4760b57c0c16
|
@ -1 +1 @@
|
||||
1a014325a38fda404cc88831d3bc5a315f7178ad
|
||||
bf376e2ebb2d1f9ffc17868794d31c4901de43b0
|
@ -1 +1 @@
|
||||
bb17d47aa2372108b18993567a839d9c2bf41e6b
|
||||
7319297a7d7dccc075bcc6de8bf3a09c4a85aebc
|
@ -1 +1 @@
|
||||
b47a0a8e619c5e7078d41295c5ca19e51b9bfb90
|
||||
52bdf6ac55dbbc3dbe83c65f4ed8680763bdf70c
|
@ -1 +1 @@
|
||||
0c69026deebbb2caef0928290165c38c87008284
|
||||
0bbfbbfd8573f69a64164fcba1da857e0e1e4159
|
@ -1 +1 @@
|
||||
2b5abd33a20ead8837e499cd0935f4acd7b63ae7
|
||||
c77975dc0ecd88db8912d9bae7fabed8d1f1096d
|
@ -1 +1 @@
|
||||
b1ea276d5680d8d29c92d4f37047c74a69dc58ed
|
||||
43d9743098b81645a85431b5b3a042ab89e132fa
|
@ -10,6 +10,9 @@ ROSLYN_FILES_FOR_MONO = \
|
||||
$(ROSLYN_CSC_DIR)/csi.exe \
|
||||
$(ROSLYN_CSC_DIR)/csi.exe.config \
|
||||
$(ROSLYN_CSC_DIR)/csi.rsp \
|
||||
$(ROSLYN_CSC_DIR)/vbc.exe \
|
||||
$(ROSLYN_CSC_DIR)/vbc.exe.config \
|
||||
$(ROSLYN_CSC_DIR)/vbc.rsp \
|
||||
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.CSharp.dll \
|
||||
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.CSharp.Scripting.dll \
|
||||
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.VisualBasic.dll \
|
||||
|
Binary file not shown.
@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<gcServer enabled="true" />
|
||||
<gcConcurrent enabled="false" />
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.0.0" newVersion="2.6.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipes" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.4.1.0" newVersion="1.4.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
@ -0,0 +1,55 @@
|
||||
# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
# This file contains command-line options that the VB
|
||||
# command line compiler (VBC) will process as part
|
||||
# of every compilation, unless the "/noconfig" option
|
||||
# is specified.
|
||||
|
||||
# Reference the common Framework libraries
|
||||
/r:Accessibility.dll
|
||||
/r:System.Configuration.dll
|
||||
/r:System.Configuration.Install.dll
|
||||
/r:System.Data.dll
|
||||
/r:System.Data.OracleClient.dll
|
||||
/r:System.Deployment.dll
|
||||
/r:System.Design.dll
|
||||
/r:System.DirectoryServices.dll
|
||||
/r:System.dll
|
||||
/r:System.Drawing.Design.dll
|
||||
/r:System.Drawing.dll
|
||||
/r:System.EnterpriseServices.dll
|
||||
/r:System.Management.dll
|
||||
/r:System.Messaging.dll
|
||||
/r:System.Runtime.Remoting.dll
|
||||
/r:System.Runtime.Serialization.Formatters.Soap.dll
|
||||
/r:System.Security.dll
|
||||
/r:System.ServiceProcess.dll
|
||||
/r:System.Transactions.dll
|
||||
/r:System.Web.dll
|
||||
/r:System.Web.Mobile.dll
|
||||
/r:System.Web.RegularExpressions.dll
|
||||
/r:System.Web.Services.dll
|
||||
/r:System.Windows.Forms.dll
|
||||
/r:System.Xml.dll
|
||||
|
||||
/r:System.Workflow.Activities.dll
|
||||
/r:System.Workflow.ComponentModel.dll
|
||||
/r:System.Workflow.Runtime.dll
|
||||
/r:System.Runtime.Serialization.dll
|
||||
/r:System.ServiceModel.dll
|
||||
|
||||
/r:System.Core.dll
|
||||
/r:System.Xml.Linq.dll
|
||||
/r:System.Data.Linq.dll
|
||||
/r:System.Data.DataSetExtensions.dll
|
||||
/r:System.Web.Extensions.dll
|
||||
/r:System.Web.Extensions.Design.dll
|
||||
/r:System.ServiceModel.Web.dll
|
||||
|
||||
# Import System and Microsoft.VisualBasic
|
||||
/imports:System
|
||||
/imports:Microsoft.VisualBasic
|
||||
/imports:System.Linq
|
||||
/imports:System.Xml.Linq
|
||||
|
||||
/optioninfer+
|
@ -1391,6 +1391,24 @@ class Tests
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
class LdobjStobj {
|
||||
public int counter;
|
||||
public LdobjStobj buffer1;
|
||||
public LdobjStobj buffer2;
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
private static void swap<T>(ref T first, ref T second) {
|
||||
second = first;
|
||||
}
|
||||
|
||||
public static int test_42_ldobj_stobj_ref () {
|
||||
var obj = new LdobjStobj ();
|
||||
obj.counter = 42;
|
||||
swap (ref obj.buffer1, ref obj.buffer2);
|
||||
return obj.counter;
|
||||
}
|
||||
}
|
||||
|
||||
#if !__MOBILE__
|
||||
|
@ -1 +1 @@
|
||||
eea5e72ef9cbab5e5d8de0a261f23736a24d878c
|
||||
8397456fca14422578ee02395c3e5cb6be9c5a07
|
@ -1 +1 @@
|
||||
#define FULL_VERSION "explicit/bfc7397"
|
||||
#define FULL_VERSION "explicit/fa7740e"
|
||||
|
BIN
po/mcs/de.gmo
BIN
po/mcs/de.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
722693e8c9971a494927f0e5879eb7ccd7e97bfe
|
||||
57751d630bde4168012986417017c5045f28ed74
|
BIN
po/mcs/es.gmo
BIN
po/mcs/es.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
9ab1dfa946ad506f2620cac1bda0f20833be239b
|
||||
2b87e62bf2d943d513f877cf2d1c5ef7d059c656
|
BIN
po/mcs/ja.gmo
BIN
po/mcs/ja.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
1c2efa4927cf770c88686b77bc121e73700c9514
|
||||
789ac78ddd6eeedd86886366e1e52553647d1c71
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mono 5.10.0.83\n"
|
||||
"Project-Id-Version: mono 5.10.0.91\n"
|
||||
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
|
||||
"POT-Creation-Date: 2018-02-05 19:33+0000\n"
|
||||
"POT-Creation-Date: 2018-02-06 18:52+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"
|
||||
|
BIN
po/mcs/pt_BR.gmo
BIN
po/mcs/pt_BR.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
4f711b7f815b1dca7d92b875fb71e2b0b7b179b2
|
||||
71c6a58881155d5d7342489cd27d148796ffc2d7
|
@ -36,7 +36,8 @@ bin_SCRIPTS = \
|
||||
mono-test-install \
|
||||
peverify \
|
||||
mcs \
|
||||
csc \
|
||||
csc \
|
||||
vbc \
|
||||
csi \
|
||||
mono-package-runtime \
|
||||
mono-heapviz \
|
||||
@ -158,6 +159,7 @@ EXTRA_DIST = \
|
||||
update_submodules.sh \
|
||||
mcs.in \
|
||||
csc.in \
|
||||
vbc.in \
|
||||
dmcs.in \
|
||||
csi.in \
|
||||
mono-package-runtime \
|
||||
@ -208,6 +210,10 @@ csc: csc.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/csc.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
||||
vbc: vbc.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/vbc.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
||||
dmcs: dmcs.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
@ -409,7 +409,7 @@ COMPAT_4_0_SUFFIX = 4$(SCRIPT_SUFFIX)
|
||||
bin_SCRIPTS = $(scripts_4_0_umask) $(scripts_defaults) $(scripts_2_0) \
|
||||
$(scripts_service) $(scripts_nunit) $(scripts_rpmhelpers) \
|
||||
$(MDOC_SUBCOMMANDS) $(MDOC_COMPAT) mono-test-install peverify \
|
||||
mcs csc csi mono-package-runtime mono-heapviz \
|
||||
mcs csc vbc csi mono-package-runtime mono-heapviz \
|
||||
$(scripts_mono_configuration_crypto) $(am__append_1)
|
||||
scripts_4_0_umask = \
|
||||
makecert$(SCRIPT_SUFFIX) \
|
||||
@ -520,6 +520,7 @@ EXTRA_DIST = \
|
||||
update_submodules.sh \
|
||||
mcs.in \
|
||||
csc.in \
|
||||
vbc.in \
|
||||
dmcs.in \
|
||||
csi.in \
|
||||
mono-package-runtime \
|
||||
@ -795,6 +796,10 @@ csc: csc.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/csc.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
||||
vbc: vbc.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/vbc.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
||||
dmcs: dmcs.in Makefile
|
||||
$(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
|
||||
mv -f $@.tmp $@
|
||||
|
2
scripts/vbc.in
Normal file
2
scripts/vbc.in
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec @bindir@/mono --gc-params=nursery-size=64m $MONO_OPTIONS @mono_instdir@/4.5/vbc.exe "$@"
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
//If we're compiling to API level < 16 this won't be available
|
||||
#if __ANDROID_API__ < 16
|
||||
#if defined (HOST_ANDROID) && __ANDROID_API__ < 16
|
||||
#define ANDROID_NO_XATTR
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user