Skip to content

Commit 9854311

Browse files
committed
add exceptions to type naming conventions from new json.net 11 types
1 parent 578d2d2 commit 9854311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tests/CodeStandards/NamingConventions.doc.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ public void AllNestTypesAreInNestNamespace()
154154
{
155155
nestAssembly.GetType("System.AssemblyVersionInformation", throwOnError: false),
156156
nestAssembly.GetType("System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", throwOnError: false),
157+
nestAssembly.GetType("Microsoft.CodeAnalysis.EmbeddedAttribute", throwOnError: false),
158+
nestAssembly.GetType("System.Runtime.CompilerServices.IsReadOnlyAttribute", throwOnError: false),
157159
#if DOTNETCORE
158160
typeof(SynchronizedCollection<>),
159161
nestAssembly.GetType("System.ComponentModel.Browsable", throwOnError: false)

0 commit comments

Comments
 (0)