Antaris/RazorEngine

- error: (25, 6) The name 'model' does not exist in the current context - error: (18, 19) There is no argument given that corresponds to the required formal parameter 'componentContext' of 'ViewBase<InteractiveSubjectPageExportReport>.ViewBase(IComponentContext)'

x2affy opened this issue · 0 comments

Hi, we have just updated our RazorEngine to 3.10.0 and RazorEngine.NetCore to 3.1.0, but have hit an issue which we cant seem to resolve.

All projects are compiling but when trying to RunComple we get the above error message. Its a project that hasnt been updated for a long time and the devs involved have long gone.

We have made some changes withe regards to the httpContextAccessor.HttpContext.Request.EnableRewind() not supported now and even removed the the TEMP_Issue415ReferenceResolver that had been used previously, but still have same issue.

The model defo has values going in as do all other values in the call.

Any pointers to would be greatfully appreciated.