Skip to content

Commit 3c0024d

Browse files
committed
Crashes during getting assembly name are not supposed to be fatal.
1 parent 328fdaf commit 3c0024d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Common/AssemblyNameExtractor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ public static string GetAssemblyNameFromProject(string projectFilePath)
8686
return assemblyName;
8787
}
8888
}
89+
catch
90+
{
91+
}
8992
finally
9093
{
9194
ProjectCollection.GlobalProjectCollection.UnloadAllProjects();

0 commit comments

Comments
 (0)