File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Orleans.CodeGenerator Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,8 @@ private CompoundTypeAliasComponent[] GetCompoundTypeAlias(ISymbol symbol)
600600 AttributeArgument ( typeof ( CodeGenerator ) . Assembly . GetName ( ) . Version . ToString ( ) . GetLiteralExpression ( ) ) ) ,
601601 Attribute ( ParseName ( "global::System.ComponentModel.EditorBrowsableAttribute" ) )
602602 . AddArgumentListArguments (
603- AttributeArgument ( ParseName ( "global::System.ComponentModel.EditorBrowsableState" ) . Member ( "Never" ) ) )
603+ AttributeArgument ( ParseName ( "global::System.ComponentModel.EditorBrowsableState" ) . Member ( "Never" ) ) ) ,
604+ Attribute ( ParseName ( "global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" ) )
604605 ) ;
605606
606607 internal static AttributeSyntax GetMethodImplAttributeSyntax ( ) => MethodImplAttributeSyntax ;
You can’t perform that action at this time.
0 commit comments