We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971c4c8 commit 05621fcCopy full SHA for 05621fc
src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/MarkupCompiler/MarkupCompiler.cs
@@ -225,8 +225,7 @@ public void Compile(CompilationUnit cu)
225
{
226
// Don't rely on next compilation to reset as that would unnecessarily delay
227
// garbage collection of this static data that cannot be reused by the next compilation.
228
- // Also, the ReflectionHelper must be disposed now to release file locks on assemblies.
229
- XamlTypeMapper.Clear();
+ // Also, the ReflectionHelper must be disposed now to release file locks on assemblies
230
KnownTypes.Clear();
231
ReflectionHelper.Dispose();
232
}
0 commit comments