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

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    d04739b View commit details
    Browse the repository at this point in the history
  2. ⬆️ Bump files with dotnet-file sync

    # clarius/pages
    
    - Run bundle install as sudo to avoid errors clarius/pages@afcb042
    devlooped-bot authored and kzu committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    d1db9fa View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Fix logic for determining default text resources

    We cannot use semicolons for properties passed to analyzers, we always lose all items except for the first one.
    
    So we switch to a pipe instead. The existing logic was also not accurate since it should consider file extensions, not file name.
    kzu committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    2e37397 View commit details
    Browse the repository at this point in the history
  2. Fix ThisAssembly.Resources assembly name for analyzer

    If the analyzer is named as ThisAssembly.Resources.dll, the dotnet SDK just skips the entire assembly. If we rename it, it gets added as expected.
    kzu committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    b823fa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Bump Scriban from 5.5.1 to 5.5.2

    Bumps [Scriban](https://github.com/scriban/scriban) from 5.5.1 to 5.5.2.
    - [Release notes](https://github.com/scriban/scriban/releases)
    - [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
    - [Commits](scriban/scriban@5.5.1...5.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: Scriban
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8aa2b6e View commit details
    Browse the repository at this point in the history
  2. Ensure incremental source generators are supported

    We should do this by checking the compiler API version, rather than the C# language version.
    
    The incremental interface showed up first on v4.0.1, so we use that as the minimum version to check against.
    
    Fixes #101
    kzu committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bf51bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f74ca View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Fix nullable build warnings

    kzu committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    cd544b2 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    kzu committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e9461e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e7533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f84a37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b661832 View commit details
    Browse the repository at this point in the history
  6. +Mᐁ includes

    devlooped-bot authored and kzu committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    54d46c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f01a375 View commit details
    Browse the repository at this point in the history
Loading