ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,596 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
we have a .net core 6 MVC area based project. There are 10 area here. Project size about 5 gb. we have used visual studio 22 community version 64byte. Dapper is used for database access.
String literals go into pool, so if duplicated there is only one copy. You are hitting the max size of literal pool supported by the compiler. Move some of your larger string literals to resource strings.