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.11
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.12
Choose a head ref
  • 6 commits
  • 30 files changed
  • 2 contributors

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca0fb63 View commit details
    Browse the repository at this point in the history
  2. Remove dependency on Prerequisites package

    The work done by the prerequisites package was a simple trivial targets file. Move that to be an included target in all packages and imported by the first one instead.
    kzu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    044bd0f View commit details
    Browse the repository at this point in the history
  3. Report 3 segment version to SL

    This will allow finer-grained reporting.
    kzu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c6d359d View commit details
    Browse the repository at this point in the history
  4. Remove obsolete [Generator] attribute on SponsorLink

    We no longer depend on a source generator.
    kzu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ff4e3f1 View commit details
    Browse the repository at this point in the history
  5. Only run targets when necessary and no earlier

    When we add items/propeties that need to be visible to the generators, we only really need to run before the editorconfig is emitted, and no earlier. This happens right before compilation, so it's a safe late-stage target to depend on.
    
    We cannot run later since that would mean outdated info to the generator, but this should avoid early-run issues such as devlooped/GitInfo#260.
    kzu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    64ad452 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9a0d7e View commit details
    Browse the repository at this point in the history
Loading