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.0-rc.1
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.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    740f10d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0a1be View commit details
    Browse the repository at this point in the history
  3. Fix missing source link information in ThisAssembly.Git

    Try switching to a package file for the common dependency. It seems to be interfering with properly collecting the sourcelink info otherwise.
    kzu committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f9939f8 View commit details
    Browse the repository at this point in the history
  4. When building locally, default branch to HEAD

    If we can't find an envvar with the right value, default to checkout HEAD.
    kzu committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f6f9a0a View commit details
    Browse the repository at this point in the history
  5. Don't generate duplicate code for localized resources

    Only the neutral resources file should cause codegen. The localized ones basically have to be ignored.
    
    Closes #173
    kzu committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1eb951d View commit details
    Browse the repository at this point in the history
  6. Deduplicate project properties before generation

    Avoids build failures due to misconfiguration.
    
    Closes #172
    kzu committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0f01535 View commit details
    Browse the repository at this point in the history
Loading