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: microsoft/MSBuildLocator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: microsoft/MSBuildLocator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.2
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 29, 2025

  1. Fix hostfxr_get_available_sdks_result_fn array size type. (#340)

    This changes the array size type to 'int' so it matches the 'int32_t' native type.
    
    This was typed as an enum.
    The enum type is accepted by CoreCLR.
    Mono throws a MarshalDirectiveException because it requires the array size to be an integral type.
    tmds authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    16c6687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5ddc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Modernize DotNetSdkLocationHelper and hostfxr interop. (#339)

    * Use framework API to resolve symlink.
    
    * Refactor hostfxr bindings and use the P/Invoke source generator.
    
    * Use newer APIs in `DotNetSdkLocationHelper`.
    
    * Use custom marshaller for auto-encoding strings.
    
    * Remove BOM.
    
    * Remove assertions inside native callbacks.
    
    * Some more cleanups.
    teo-tsirpanis authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6bbaaa5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Make SDK resolution error messages more helpful. (#341)

    * Make SDK resolution error messages more helpful.
    
    * Shorten exception message.
    teo-tsirpanis authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    8acc4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097f57d View commit details
    Browse the repository at this point in the history
  3. Update MicroBuildSigningPlugin version and parameters (#345)

    * Update MicroBuildSigningPlugin version and parameters
    
    * Update MicroBuild plugin configuration in pipeline
    YuliiaKovalova authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    694ff39 View commit details
    Browse the repository at this point in the history
Loading