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: ed2f092
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e794f23
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 30, 2024

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    6ea45bd View commit details
    Browse the repository at this point in the history
  2. Allow project properties to specify custom comment

    This can help workaround the issue of the value having invalid content for an XML summary element (i..e. the value has XML).
    
    Further fixes #390
    kzu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8dd8763 View commit details
    Browse the repository at this point in the history
  3. +Mᐁ includes

    devlooped-bot authored and kzu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    79bb2ba View commit details
    Browse the repository at this point in the history
  4. Properly emit AssemblyInfo even if GenerateAssemblyInfo=false

    We were missing this since the SDK defaults the specific attributes to `true` only if the overall flag `GenerateAssemblyInfo` is `true`. We change that in our targets, but without forcing `GenerateAssemblyInfo=true`. This allows to turn off codegen, but still get the attributes as items.
    
    Fixes #407
    kzu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e794f23 View commit details
    Browse the repository at this point in the history
Loading