You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding that with each build, the combined XML documentation file for the assembly grows. I have a case where the file grew from 2MB to 500MB.
The symptoms of this are increasingly longer build times and eventually a Visual Studio 2010 crash with the exception (shown when the crash is debugged) of System.OutOfMemoryException at the method ExecutionContext.CreateCopy.
To resolve I deleted the obj and bin folder of the projects that are using ILRepack and I can then compile, but the XML documentation file size continues to grow.
The text was updated successfully, but these errors were encountered:
I am finding that with each build, the combined XML documentation file for the assembly grows. I have a case where the file grew from 2MB to 500MB.
The symptoms of this are increasingly longer build times and eventually a Visual Studio 2010 crash with the exception (shown when the crash is debugged) of System.OutOfMemoryException at the method ExecutionContext.CreateCopy.
To resolve I deleted the obj and bin folder of the projects that are using ILRepack and I can then compile, but the XML documentation file size continues to grow.
The text was updated successfully, but these errors were encountered: