Skip to content

Conversation

@viceroypenguin
Copy link
Contributor

This PR addresses various improvements for ThisAssembly.Resources:

`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.
@kzu kzu added the bug Something isn't working label Jan 10, 2023
@kzu kzu merged commit c6e238d into devlooped:main Jan 10, 2023
@viceroypenguin viceroypenguin deleted the address-issues branch January 10, 2023 20:54
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Embedded resources with the same filename but different extensions will create collisions Problems with Resources generator generated code

2 participants