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.0.3
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.0.4
Choose a head ref
  • 12 commits
  • 31 files changed
  • 3 contributors

Commits on Dec 15, 2020

  1. 🖆 Apply kzu/oss template

    kzu committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    c5b93cf View commit details
    Browse the repository at this point in the history
  2. Fix nullable warning

    kzu committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    48966a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    e0de311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e79a2 View commit details
    Browse the repository at this point in the history
  3. ♡ Add sponsors section

    kzu committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    43eb32f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Fix ThisAssembly.Project documentation

    The README incorrectly states that project properties may be added to the `ThisAssembly.Project` class through the `ThisAssemblyProject` MSBuild items.
    
    The correct MSBuild item to use is actually `ProjectProperty`.
    0xced authored and kzu committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c76b922 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    62ccd97 View commit details
    Browse the repository at this point in the history
  2. 🔗 Support linked files in FileConstant

    It's not uncommon to include files from outside the current project cone by linking them so they get properly copied to a desired output location (or shown in the project structure properly). If a `%(Link)` is present, use that instead of `RelativeDir` to determine the constant area and value to generate.
    
    Fixes #38
    kzu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    fc42655 View commit details
    Browse the repository at this point in the history
  3. 📦 Embed Scriban for reduced size and improved isolation

    For cases where more than one analyzer is using Scriban for source generators, we might get conflicts and generation might fail if they use a different version than our generators.
    
    Luckily, scriban now supports source embedding so we can eliminate that risk by leveraging that feature.
    
    Fixes #39
    kzu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9d53dae View commit details
    Browse the repository at this point in the history
  4. 🧪 Bring back the unit tests

    This exercises supported features and ensures we don't break stuff accidentally.
    kzu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c8cdc28 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Remove CI nuget from top header, since we have a dogfooding section

    The AzDO CI isn't used anymore, so drop the badge too.
    kzu authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    832f991 View commit details
    Browse the repository at this point in the history
Loading