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.1.1
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.1.2
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 6, 2023

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

Commits on Jan 10, 2023

  1. ThisAssembly.Resources Improvements (#157)

    * Improve collection of extensions
    
    `HashSet<>` is not cacheable, so it will not be effective at reducing the number of calls to generator. This will reduce performance. Switching to `.Collect()`/`ImmutableArray` will allow the caching system to work as intended.
    
    * Add support for files w/ different extensions; invalid filenames
    
    Fixes #155 
    Fixes #156
    viceroypenguin authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c6e238d View commit details
    Browse the repository at this point in the history
Loading