edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
561 stars 106 forks source link

Overridding views - ImageUtils is marked as internal #65

Closed cornelha closed 2 years ago

cornelha commented 2 years ago

When overriding views for customisation (themeing etc), the images cannot be displayed due to the ImageUtils class being marked as internal.

Currently the only way to get past this is to copy the code and have a copy of it in the main application.

edandersen commented 2 years ago

In 2.6.0 ImageUtils will be public 👍