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.2.12
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.2.13
Choose a head ref
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 22, 2023

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

Commits on Mar 28, 2023

  1. Fix license file path

    kzu committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    94f1391 View commit details
    Browse the repository at this point in the history
  2. Apply dotnet-format

    kzu committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    135e9c4 View commit details
    Browse the repository at this point in the history
  3. ⬆️ Bump files with dotnet-file sync

    # devlooped/oss
    
    - Ignore test analyzer rules recursively. devlooped/oss@fd5b554
    devlooped-bot authored and kzu committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    31d973c View commit details
    Browse the repository at this point in the history
  4. Bump NuGetizer from 1.0.0 to 1.0.1

    dependabot[bot] authored and kzu committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5837f06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aafd44 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Allow using ThisAssembly.Resources and ThisAssembly.Strings SxS

    This fixes an issue where the additional file metadata (as persisted by the generated editorconfig for that) is duplicated and overriden between these two packages since both use EmbeddedResource item to drive the source generator.
    
    Switch to per-generator item metadata and avoid using AdditionalFiles item metadata, which has this problem.
    kzu committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    da44b55 View commit details
    Browse the repository at this point in the history
Loading