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: 14cf235
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96dde2c
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 29, 2021

  1. 🖉 Update changelog with v1.0.8

    github-actions committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    0976e12 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    0b17c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2bb06b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    7412eed View commit details
    Browse the repository at this point in the history
  2. Bump Scriban from 3.7.0 to 4.0.1

    Bumps [Scriban](https://github.com/scriban/scriban) from 3.7.0 to 4.0.1.
    - [Release notes](https://github.com/scriban/scriban/releases)
    - [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
    - [Commits](scriban/scriban@3.7.0...4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: Scriban
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    697186c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Bump NuGetizer from 0.7.0 to 0.7.1

    dependabot[bot] authored and kzu committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    57612ef View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Bump NuGetizer from 0.7.1 to 0.7.2

    dependabot[bot] authored and kzu committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e89ca2e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.10.0...v16.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ffb058d View commit details
    Browse the repository at this point in the history
  2. Bump NuGetizer from 0.7.2 to 0.7.4

    dependabot[bot] authored and kzu committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    598af97 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Bump Scriban from 4.0.1 to 4.1.0

    Bumps [Scriban](https://github.com/scriban/scriban) from 4.0.1 to 4.1.0.
    - [Release notes](https://github.com/scriban/scriban/releases)
    - [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
    - [Commits](scriban/scriban@4.0.1...4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: Scriban
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b83a3df View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Fix issue when attribute has no constructor arguments

    The generator is called even if the syntax tree is partially valid, such as when the constructor arguments for an assembly-level attribute is still not complete. In those cases, we'd fail and the generator would get disabled.
    
    Fixes #77
    kzu committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a66c0c4 View commit details
    Browse the repository at this point in the history
  2. Don't fail if an invalid duplicate attribute is present

    Even if the compilation will fail, the generator can still be invoked with duplicate assembly-level attributes.
    
    Fixes #78
    kzu committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c86881a View commit details
    Browse the repository at this point in the history
  3. Bump NuGetizer from 0.7.4 to 0.7.5

    dependabot[bot] authored and kzu committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    96dde2c View commit details
    Browse the repository at this point in the history
Loading