- 
                Notifications
    
You must be signed in to change notification settings  - Fork 4.2k
 
Remove MSBuild dependencies from BuidlHost deps.json #80957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/dev17.8
Are you sure you want to change the base?
Conversation
| <PackageReference Include="System.CommandLine" Version="$(SystemCommandLineVersion)" /> | ||
| <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingConsoleVersion)" /> | ||
| <PackageReference Include="System.Text.Json" Version="$(SystemTextJsonFixedVersion)" PrivateAssets="All" Condition="'$(DotnetBuildFromSource)' != 'true'"/> | ||
| <PackageReference Include="System.Threading.Tasks.Dataflow" Version="$(SystemThreadingTasksDataflowVersion)" /> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessary for StreamJsonRpc which we eventually move away from
        
          
                ...Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | 
               | 
          ||
| - job: Correctness_TodoCheck | ||
| pool: | ||
| vmImage: ubuntu-20.04 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image no longer exists so I updated things to match what we do in dev17.10
| 
           @JoeRobich We should take a look at the failing integration test legs; there are failures in the MSBuildWorkspace tests.  | 
    
basically a backport of #75561, #71584, and #78118 .