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/ThisAssembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 5 commits
  • 17 files changed
  • 2 contributors

Commits on Feb 3, 2023

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

Commits on Feb 4, 2023

  1. Improve detection of supported SourceLink Git provider

    Instead of declaring a dependency on Microsoft.SourceLink.Common, just detect a missing provider by the lack of a SourceLinkUrl on the source root (or an empty source root altogether).
    
    Warn in that case, so it's clearer that the other package will be needed to populate the right values.
    kzu committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0c09ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926510e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c05d02c View commit details
    Browse the repository at this point in the history
  4. Properly report package versions

    We use major.minor only
    kzu committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4d708fd View commit details
    Browse the repository at this point in the history
Loading