Added "JetBrains.Annotations" to assembly exclusion list

Fixes #10801
This commit is contained in:
Anders Bjerner
2021-08-06 15:18:17 +02:00
parent be32f776ff
commit 37a141a204

View File

@@ -146,6 +146,7 @@ namespace Umbraco.Cms.Core.Composing
"HtmlDiff,",
"ICSharpCode.",
"Iesi.Collections,", // used by NHibernate
"JetBrains.Annotations,",
"LightInject.", // DI
"LightInject,",
"Lucene.",