You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<EmbeddedFilesInclude="@(FsGeneratedSource)"KeepDuplicates="false"Condition="'$(SourceLink)'!='' or '$(EmbeddedFiles)'!='' or '$(EmbedAllSources)'!=''" />
322
341
</ItemGroup>
323
342
343
+
324
344
<!-- Dotnet SDK requires SimpleResolution to be true Legacy project system build not -->
<ErrorCondition="'$(ExpectedCompile)' != '' and '$(ExpectedCompile)' != '@(Sources)'"Text="ExpectedCompile: expected:'$(ExpectedCompile)' actual:'@(Compile)'" />
22
+
20
23
<ErrorCondition="'$(ExpectedDotnetFscCompilerPath)' == '' and '$(DotnetFscCompilerPath)' != ''"Text="DotnetFscCompilerPath expected to be empty actual:'$(DotnetFscCompilerPath)'" />
21
24
22
25
<ErrorCondition="'$(ExpectedDotnetFscCompilerPath)' != '' and $([System.String]::new('$(DotnetFscCompilerPath)').EndsWith('$(ExpectedDotnetFscCompilerPath)')) == true"Text="DotnetFscCompilerPath expected to end with: '$(ExpectedDotnetFscCompilerPath)' actual:'$(DotnetFscCompilerPath)'" />
0 commit comments