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

Commits on Feb 11, 2023

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

Commits on Feb 13, 2023

  1. Fix support for platform-suffixed build output

    Turns out that the new-ish platform-suffixed TF names (i.e. net7.0-windows, net7.0-maccatalyst and so on) all end up being the same TFM (.NETCoreApp, Version=7.0), which ends up packing assets to duplicate package paths in pack inference.
    
    It seems like we might need to rethink nugetier reliance on the TFM for most of its multi-targeting and TF-specific packing. We currently use the TFM as the default to determine target package path, unless a TF is specified for an item. This ends up being incorrect if the TF contains a platform suffix, as noted.
    
    For now, provide a specific and localized fix for just primary output assembly, symbols and docs.
    
    We should do an extensive examination of other scenarios for xplat MAUI packages.
    kzu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    4ae1e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b17f54 View commit details
    Browse the repository at this point in the history
  3. Fix license badge

    kzu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    4c82bab View commit details
    Browse the repository at this point in the history
  4. Install docfx before running it

    kzu authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b5338b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6605e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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