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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 262b509
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72f18b5
Choose a head ref
  • 1 commit
  • 11 files changed
  • 2 contributors

Commits on Aug 27, 2021

  1. Make JsonGenerator be an incremental generator (#57088) (#58278)

    * Make JsonGenerator be an incremental generator
    
    * Improve incrementalism by doing less work when not applicable
    
    * Change SourceGeneration.UnitTests to SourceGeneration.Unit.Tests so it is built and executed in CI
    
    * Get unit tests running after IIncrementalGenerator migration
    
    * Fix duplicate file name tests by working around dotnet/roslyn#54185.
    
    * Fix unit tests now that they are running in CI against non-English languages.
    
    * Fix System.Text.Json.SourceGeneration.Unit.Tests on WASM
    
    * Disable STJ.SourceGeneration.Unit.Tests on Browser
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    
    Co-authored-by: Chris Sienkiewicz <chsienki@microsoft.com>
    eerhardt and chsienki authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    72f18b5 View commit details
    Browse the repository at this point in the history
Loading