Thanks to visit codestin.com
Credit goes to github.com

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: 7832c5d302
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1f65c27d9
Choose a head ref
  • 8 commits
  • 42 files changed
  • 7 contributors

Commits on Sep 17, 2024

  1. [release/9.0] BinaryFormatter tests improvements (#107540)

    * Remove package references from library tests (#106737)
    
    * Remove package references from library tests
    
    These tests should be referencing the product assemblies so that they
    test latest and not old bits.
    
    * Reference the OOB version of SRSF and make sure it's copied
    
    * BinaryFormatter tests should be skipped only on AOT, WASM and Mobile (#106858)
    
    * respect AppContext switch (which is currently enabled for all projects in the root Directory.Build.props file)
    
    * add project reference to all test projects that need working BF (and were being skipped for a while)
    
    * adjust to changes from #104202: EqualityComparer<string>.Default is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer<string>
    
    * Don't use WeakReferences in the round trip test, as the target may get freed in the meantime, fixes #104905 (#106967)
    
    * Enable more BinaryFormatter tests (#107408)
    
    * enable the BinaryFormatter tests in System.Runtime.Serialization.Formatters.Tests
    
    * add new test project, where the flag is disabled and it runs only 3 tests in total that ensure that
    
    * The SerializationGuard is no longer activated since BF was moved to the OOB package, the tests need to reflect that.
    
    * Disable binary formatter tests when DotNetBuildSourceOnly. (#107549)
    
    * [mono][tvos] Do not treat assembly.pdb/xml files as native files to bundle when AOTing on Helix (#107079)
    
    * Do not treat assembly.pdb/xml files as native files to bundle
    
    * Bundle satellite assemblies as well
    
    * [mono][ci] Include PDBs from runtime pack when building on Helix if required (#107348)
    
    ---------
    
    Co-authored-by: Eric StJohn <[email protected]>
    Co-authored-by: Tom Deseyn <[email protected]>
    Co-authored-by: Ivan Povazan <[email protected]>
    4 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    34b0d9d View commit details
    Browse the repository at this point in the history
  2. [release/9.0] Update dependencies from dotnet/source-build-reference-…

    …packages (#107474)
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240815.1
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24374.1 -> To Version 8.0.0-alpha.1.24415.1
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240906.1
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 8.0.0-alpha.1.24415.1 -> To Version 9.0.0-alpha.1.24456.1
    
    * Bump intellisense to 9.0.0-preview-20240830.1
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240909.3
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24456.1 -> To Version 9.0.0-alpha.1.24459.3
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240916.2
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24459.3 -> To Version 9.0.0-alpha.1.24466.2
    
    * Add System.Composition*/8.* to SourceBuildPrebuiltBaseline
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Sánchez López <[email protected]>
    Co-authored-by: Eric StJohn <[email protected]>
    4 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b310f25 View commit details
    Browse the repository at this point in the history
  3. [release/9.0] Branding for GA (#107879)

    * Branding PreReleaseVersionLabel and PreReleaseVersionIteration
    
    * Set PRERELEASE 0 in configureplatform.cmake
    
    * Add check to properly handle release/rtm naming for workloads
    
    Ported from a419d35
    
    ---------
    
    Co-authored-by: Eric StJohn <[email protected]>
    carlossanlop and ericstj authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4e61baa View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/source-build-exter…

    …nals build 20240916.2 (#107914)
    
    Microsoft.SourceBuild.Intermediate.source-build-externals
     From Version 9.0.0-alpha.1.24459.2 -> To Version 9.0.0-alpha.1.24466.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ea0edba View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/icu build 20240916…

    ….4 (#107918)
    
    Microsoft.NETCore.Runtime.ICU.Transport
     From Version 9.0.0-rc.2.24466.2 -> To Version 9.0.0-rtm.24466.4
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    39246d1 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/hotreload-utils bu…

    …ild 20240917.1 (#107916)
    
    Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
     From Version 9.0.0-alpha.0.24459.2 -> To Version 9.0.0-alpha.0.24467.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    11dfc7d View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/cecil build 202409…

    …16.1 (#107915)
    
    Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
     From Version 0.11.5-alpha.24460.1 -> To Version 0.11.5-alpha.24466.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    faf8acd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. [release/9.0] Update dependencies from dotnet/source-build-reference-…

    …packages (#107938)
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240917.3
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24466.2 -> To Version 9.0.0-alpha.1.24467.3
    
    * Bump private intellisense version
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Sánchez López <[email protected]>
    3 people authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d1f65c2 View commit details
    Browse the repository at this point in the history
Loading