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: devlooped/nugetizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4679aa7
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5de84b
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Oct 16, 2025

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

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    60bccf8 View commit details
    Browse the repository at this point in the history
  2. Expand image url as well as link url, use robust Markdig (#662)

    * Expand image url as well as link url, use robust Markdig
    
    Rather than the brittle regex-based matching we were doing, switch to proper markdown processing so we can better support arbitrary content within the readme without potentially breaking due to the flaky nature of the regex.
    
    We were also not expanding the image url if it contained a link, so now we're more consistent.
    
    * Attempt to fix the broken test from obsolete MAUI Mac
    
    * Split restore from build for better logging
    
    * Avoid incompatible assembly from being copied to test output
    
    This assembly seems to be a new transitive dep from some prior updates. By excluding it explicitly, we prevent hard-to-diagnose test failures in local builds
    kzu authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    dd0858a View commit details
    Browse the repository at this point in the history
  3. ⬆️ Bump files with dotnet-file sync

    devlooped-bot authored and kzu committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a5de84b View commit details
    Browse the repository at this point in the history
Loading