TigerMan
09/22/2024, 10:43 AMskttl
09/22/2024, 6:08 PMMike Chambers
09/22/2024, 9:01 PMAspNetCoreGeneratedDocument
though even then it's not all that easy to reverse engineer back to a cshtml file? Other's might have insight here....
But hopefully you do simply have a physical View (template) that you can manipulate.. though saying that if it's marked immutable by the package developer then any changes you make will be reverted on build (as nuget restores them back to the package developers intended state) So then you'll have to have your own buildtarget that copies your duplicated external file back in, if you want to leverage MSBuild.. or a script in your deploy process to do the same..