Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@@ -1 +1 @@
e180cb5c5ae74aba136635e15db40031c56ba552
a203d193d404a4813ea1c6ef40970b3be451581b

View File

@@ -8,7 +8,6 @@ namespace System.CodeDom.Compiler
{
public partial class CompilerParameters
{
[NonSerialized]
private Evidence _evidence;
[Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework."

View File

@@ -12,8 +12,6 @@ namespace System.CodeDom.Compiler
private readonly StringCollection _assemblyNames = new StringCollection();
private readonly StringCollection _embeddedResources = new StringCollection();
private readonly StringCollection _linkedResources = new StringCollection();
[NonSerialized]
private TempFileCollection _tempFiles;
public CompilerParameters() : this(null, null)

View File

@@ -13,8 +13,6 @@ namespace System.CodeDom.Compiler
private readonly CompilerErrorCollection _errors = new CompilerErrorCollection();
private readonly StringCollection _output = new StringCollection();
private Assembly _compiledAssembly;
[NonSerialized]
private TempFileCollection _tempFiles;
public CompilerResults(TempFileCollection tempFiles)

View File

@@ -106,9 +106,6 @@
<Compile Include="$(CommonTestPath)\System\Collections\TestBase.NonGeneric.cs">
<Link>Common\System\Collections\TestBase.NonGeneric.cs</Link>
</Compile>
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
<Link>CommonTest\System\PlatformDetection.cs</Link>
</Compile>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>