I found out a bug when AddRazorRuntimeCompilation() is used on my original Startup.cs class in the ASP.NET Core web project.
I provide more information written as comment in a similar issue from April 2020 - #377:
@ivaylokenov I found out the same problem writing simple test case in order to see the work of the library. Thank you for the "hack", but it will be fine if this bug is solved in the next releases of the library. :)
P.P. @ivaylokenov After making the required changes in #377, I receive the same error: "Object reference not set to an instance of an object.".
Originally posted by @stanislavstoyanov99 in #377 (comment)
I found out a bug when AddRazorRuntimeCompilation() is used on my original Startup.cs class in the ASP.NET Core web project.
I provide more information written as comment in a similar issue from April 2020 - #377:
@ivaylokenov I found out the same problem writing simple test case in order to see the work of the library. Thank you for the "hack", but it will be fine if this bug is solved in the next releases of the library. :)
P.P. @ivaylokenov After making the required changes in #377, I receive the same error: "Object reference not set to an instance of an object.".
Originally posted by @stanislavstoyanov99 in #377 (comment)