Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/msbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aff5455940
Choose a base ref
...
head repository: dotnet/msbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 405618191c
Choose a head ref
  • 3 commits
  • 45 files changed
  • 5 contributors

Commits on Feb 19, 2025

  1. Cache process info where possible and dispose Process objects. (#11274)

    * Cache process info where possible and dispose Process objects.
    
    * cherry pick re-added those long deleted filed. remedying that
    
    * Undo unnecessary addition of local function
    
    ---------
    
    Co-authored-by: SimaTian <tom.bartonek@volny.cz>
    Erarndt and SimaTian authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    6172e6f View commit details
    Browse the repository at this point in the history
  2. Localized file check-in by OneLocBuild Task: Build definition ID 9434…

    …: Build ID 11036910 (#11429)
    
    * Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 11000488
    
    * Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 11025080
    dotnet-bot authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    82c3342 View commit details
    Browse the repository at this point in the history
  3. Official Build MpPreference workaround (#11464)

    Try disabling AV in the official build script to avoid build breaks that manifest as
    
    ```
    D:\a\_work\1\s\.packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Sign.proj(72,5): error MSB4018: The "Microsoft.DotNet.SignTool.SignToolTask" task failed unexpectedly.
    System.Runtime.Serialization.SerializationException: Type 'System.AssemblyLoadEventArgs' in assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.
       at Microsoft.Build.BackEnd.Components.RequestBuilder.AssemblyLoadsTracker.CurrentDomainOnAssemblyLoad(Object sender, AssemblyLoadEventArgs args)
       at System.AppDomain.OnAssemblyLoadEvent(RuntimeAssembly LoadedAssembly)
       at Microsoft.Build.Framework.ITask.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() [D:\a\_work\1\s\.packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Sign.proj]
    ```
    
    ---------
    
    Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>
    rainersigwald and JanProvaznik authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    4056181 View commit details
    Browse the repository at this point in the history
Loading