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/roslyn-analyzers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 628d239421
Choose a base ref
...
head repository: dotnet/roslyn-analyzers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b1f39d7b8
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 28, 2024

  1. Remove UsingToolNetFrameworkReferenceAssemblies

    UsingToolNetFrameworkReferenceAssemblies got removed from Arcade a while ago as the SDK supports that natively.
    ViktorHofer authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3ee9acc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    64bf048 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #7220 from mpidash/issue-6923

    Remove temporary .NET 8 reference assemblies
    mavasani authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8b72e68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7211 from ViktorHofer/patch-1

    Remove UsingToolNetFrameworkReferenceAssemblies
    mavasani authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4af0601 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Use offline validation for any kind of VMR build (#7227)

    * Use offline validation for any kind of VMR build
    
    We were only doing this for source-build before but it makes sense to turn this on for any VMR build.
    
    * Update GenerateAnalyzerNuspec.targets
    akoeplinger authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7b1f39d View commit details
    Browse the repository at this point in the history
Loading