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: 37fc8280dd
Choose a base ref
...
head repository: dotnet/msbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e73ffcba1f
Choose a head ref
  • 8 commits
  • 69 files changed
  • 8 contributors

Commits on Nov 19, 2024

  1. Do not output helplink for custom check diags (#10923)

    * No helplink for custom check diags
    
    * Add help link customization
    
    * Fix typo
    JanKrivanek authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6db1243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df9e3fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea8de8e View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/source-build-refer…

    …ence-packages build 20241118.3 (#10997)
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24517.1 -> To Version 9.0.0-alpha.1.24568.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8f6b8ad View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Update dependencies from https://github.com/dotnet/roslyn build 20241…

    …117.1 (#10994)
    
    Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.Net.Compilers.Toolset
     From Version 4.13.0-2.24561.1 -> To Version 4.13.0-2.24567.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
    3 people authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dd52710 View commit details
    Browse the repository at this point in the history
  2. add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and Tre… (

    #10942)
    
    * add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and TreatWarningsAsErrors to the engine (e.g. variant without prefix). test those so that nothing breaks
    
    * Optional output in BuildProjectExpectFailure
    
    Optionally capture output in BuildProjectExpectFailure for better test
    diagnosability.
    
    * Capture output logging in new tests
    
    * working through the review. Some test improvements. Changewave used. Comments.
    
    * addressing review comments
    
    * final review round, minor test update
    
    ---------
    
    Co-authored-by: Rainer Sigwald <raines@microsoft.com>
    SimaTian and rainersigwald authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4dff69f View commit details
    Browse the repository at this point in the history
  3. Revert "Update dependencies from https://github.com/dotnet/roslyn bui…

    …ld 20241…" (#11006)
    
    This reverts commit dd52710.
    surayya-MS authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9c89563 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Add 'Prefer Project Reference' Check (#10955)

    * Add EvaluatedItemCheckData
    
    * Fix build
    
    * Add 'Prefer Project Reference' Check
    
    * Remove extra code
    
    * Fix typo
    
    * Update Codes.md
    
    * Update documentation/specs/BuildCheck/Codes.md
    
    Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
    
    * Reflect PR suggestions
    
    * Reflected PR comments
    
    ---------
    
    Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
    Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
    3 people authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e73ffcb View commit details
    Browse the repository at this point in the history
Loading