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)'!=''" />
343
322
</ItemGroup>
344
323
345
-
346
324
<!-- Dotnet SDK requires SimpleResolution to be true Legacy project system build not -->
<ErrorCondition="'$(ExpectedCompile)' != '' and '$(ExpectedCompile)' != '@(Compile)'"Text="ExpectedCompile: expected:'$(ExpectedCompile)' actual:'@(Compile)'" />
22
-
23
20
<ErrorCondition="'$(ExpectedDotnetFscCompilerPath)' == '' and '$(DotnetFscCompilerPath)' != ''"Text="DotnetFscCompilerPath expected to be empty actual:'$(DotnetFscCompilerPath)'" />
24
21
25
22
<ErrorCondition="'$(ExpectedDotnetFscCompilerPath)' != '' and $([System.String]::new('$(DotnetFscCompilerPath)').EndsWith('$(ExpectedDotnetFscCompilerPath)')) == true"Text="DotnetFscCompilerPath expected to end with: '$(ExpectedDotnetFscCompilerPath)' actual:'$(DotnetFscCompilerPath)'" />
0 commit comments