You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the EcoreNetto
I have searched open and closed issues to ensure it has not already been reported
Description
Summary: Two ResourceLoader classes with overlapping embedded-resource loading logic exist in ECoreNetto.Tools/Resources and ECoreNetto.Reporting/Resources. The Tools version adds QueryVersion/QueryLogo.
Proposed solution: Factor the shared embedded-resource loading into one place (or accept the small duplication intentionally and document why). Keep project-specific helpers separate.
Acceptance criteria:
Shared loading logic is not duplicated, or the duplication is documented as intentional.
Prerequisites
Description
ResourceLoaderclasses with overlapping embedded-resource loading logic exist inECoreNetto.Tools/ResourcesandECoreNetto.Reporting/Resources. The Tools version addsQueryVersion/QueryLogo.ECoreNetto.Tools/Resources/ResourceLoader.cs,ECoreNetto.Reporting/Resources/ResourceLoader.cs