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

Commits on Feb 8, 2025

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

Commits on Feb 18, 2025

  1. ⬆️ Bump files with dotnet-file sync

    # devlooped/SponsorLink
    
    - Remove workaround for previous buggy targets from TA devlooped/SponsorLink@8f0e621
    devlooped-bot authored and kzu committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    96b2aa0 View commit details
    Browse the repository at this point in the history
  2. Avoid conflicts with multiple helper classes from multiple assemblies

    Since we were adding the EmbeddedResource helper as a global, project-wide class, if multiple projects happened to use resources, collisions would start to arise, with no way to disambiguate.
    
    Since the code in the helper is actually pretty straightforward and will very likely be inlined into the IL in the end anyway, we instead just add its code as part of the resource area being emitted itself. This might result in a slightly larger assembly if there are a ton of areas, but that's a somewhat unlikely scenario.
    
    Fixes #442
    kzu committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    ad9242c View commit details
    Browse the repository at this point in the history
  3. Improve detection of git root by leveraging SourceLink

    The built-in .NET SDKs incorporate source control information already. If we find that, we don't really need to read from the file system the HEAD branch.
    kzu committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    8620b39 View commit details
    Browse the repository at this point in the history
Loading