User strings used by the program exceeds allowed limit by visual studio 2019
问题 I have been working with RazorGenerator.Mvc and RazorGenerator.MSBuild to precompile the views. The error i face when i try to build the project. CS8103 C# Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals. Visual Studio 2019 Version 16.3 When i remove RazorGenerator packages, clean and rebuild, the error is gone. This github issue indicated that the fix will be in VS 2019. I tried everything to debug the issue but could not