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

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Since types can be public, ensure we always have XML comments

    This is important in particular when we add intermediate automatic "area"
    classes (such as when a constant is Foo.Bar.Baz), since in those cases,
    the user has no way of specifying a comment to fix the issue.
    kzu committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    583063f View commit details
    Browse the repository at this point in the history
  2. Make sure we escape constants XML comments

    This ensures we get valid XML doc comments, rather than potentially nested (invalid) XML if the property happens to contain XML.
    kzu committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    077512b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9cbe2 View commit details
    Browse the repository at this point in the history
Loading