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: d0473775c2
Choose a base ref
...
head repository: dotnet/msbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 428195cb74
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 5, 2025

  1. Allow MSBuildWarningsAsMessages with comma separation (#11522)

    Fixes #7094
    
    Context
    We don't support NAT011,NAT012, when warnings with comma separation, the Warings are not suppressed.
    
    Changes Made
    Parse warning codes with comma separation and semicolon
    
    Testing
    MSBuildWarningsAsMessagesWithCommaSeparation()
    JaynieBai authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    d0cb70a View commit details
    Browse the repository at this point in the history
  2. null check logging mechanism before logging glob failure (#11537)

    * null check logging mechanism before logging glob failure
    
    * turn on nullable annotation and resolve issues
    JanProvaznik authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    428195c View commit details
    Browse the repository at this point in the history
Loading