提交 ee6b2496 编写于 作者: A Andy Gocke

Merge remote-tracking branch 'upstream/dev16.0' into merges/dev16.0-to-master

......@@ -6,8 +6,8 @@ variables:
SignType: real
SkipTests: false
SkipApplyOptimizationData: false
IbcSourceBranchName: 'master-vs-deps'
IbcDropId: '75e3797e1105a4da4c10dddda76c3b9398f7725a/223453/935479/1'
IbcSourceBranchName: 'default'
IbcDropId: 'default'
jobs:
- job: OfficialBuild
......
......@@ -1155,7 +1155,7 @@ private void VisitPattern(BoundExpression expression, TypeWithState expressionRe
this.StateWhenFalse[mainSlot] = whenFalse;
}
if (whenTrue.IsNotNull()|| whenFalse.IsNotNull())
if (whenTrue.IsNotNull() || whenFalse.IsNotNull())
{
var slotBuilder = ArrayBuilder<int>.GetInstance();
GetSlotsToMarkAsNotNullable(expression, slotBuilder);
......
......@@ -5,7 +5,6 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Editor.CSharp</RootNamespace>
<TargetFramework>net472</TargetFramework>
<ApplyPartialNgenOptimization>true</ApplyPartialNgenOptimization>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
......
......@@ -5,7 +5,6 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Editor</RootNamespace>
<TargetFramework>net472</TargetFramework>
<ApplyPartialNgenOptimization>true</ApplyPartialNgenOptimization>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
......
......@@ -5,7 +5,6 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
<TargetFramework>net472</TargetFramework>
<ApplyPartialNgenOptimization>true</ApplyPartialNgenOptimization>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
......
......@@ -56,7 +56,8 @@
<ExpectedDependency Include="System.Reflection.Metadata" OptimizeAssemblies="lib/netstandard2.0/System.Reflection.Metadata.dll" UnsignAssemblies="lib/netstandard1.1/System.Reflection.Metadata.dll" />
<ExpectedDependency Include="System.Memory"/>
<ExpectedDependency Include="System.Runtime.CompilerServices.Unsafe" OptimizeAssemblies="lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" />
<ExpectedDependency Include="System.Text.Encoding.CodePages" OptimizeAssemblies="lib/netstandard2.0/System.Text.Encoding.CodePages.dll" />
<!-- We do not have a training scenario that covers lib/netstandard2.0/System.Text.Encoding.CodePages.dll -->
<ExpectedDependency Include="System.Text.Encoding.CodePages" />
<ExpectedDependency Include="System.Numerics.Vectors"/>
<!--
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册