0
system15 created
Hi there, When I create an entity using the ASP.NET Zero Power Tool. In the EntityNameExcelExporter.cs file the following is being auto generated:
public EntityNameExcelExporter(
ITimeZoneConverter timeZoneConverter,
IAbpSession abpSession,
ICacheManager cacheManager) : base(cacheManager)
{
_timeZoneConverter = timeZoneConverter;
_abpSession = abpSession;
}
The using Abp.Runtime.Caching is added to the file and the word base is underlined in red. As a result the solution won't build I have created other entites using the power tool and I'm not familiar with this happening. Does anyone know how to resolve this or can I just simply delete it?
1 Answer(s)
-
0
Here is the related issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1552">https://github.com/aspnetzero/aspnet-ze ... ssues/1552</a>. We will fix it in a short time.