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: 7a090fb
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7bb40a
Choose a head ref
  • 10 commits
  • 38 files changed
  • 1 contributor

Commits on Oct 15, 2020

  1. No need to pin .NET5 for local builds, assume VS16.8+

    Since that's what's required to work with source generators anyway...
    kzu committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3cf9caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e333be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8214c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    60526b8 View commit details
    Browse the repository at this point in the history
  2. Add ThisAssembly.Constants to generate arbitrary constants from MSBuild

    Add support for both Constant and FileConstant items:
    
    ```xml
      <ItemGroup>
        <Constant Include="Foo.Bar" Value="Baz" Comment="Yay!" />
        <FileConstant Include="@(None)" />
      <ItemGroup>
    ```
    kzu committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3d07066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af2a78d View commit details
    Browse the repository at this point in the history
  4. Remove design-time fix, share DebugSourceGenerators property

    The design-time intellisense issues are gone now, so no need for the fix package.
    
    Also, the MSBuild comparison needs to work on pre-16.8 MSBuild (that ValueLessThan is
    new in .NET5), so switch to a backwards-compatible check.
    kzu committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a629f18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a933da7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    579fb67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7bb40a View commit details
    Browse the repository at this point in the history
Loading