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.
2 parents dc3f851 + ee1f2e3 commit 9b901c0Copy full SHA for 9b901c0
src/dotnetCampus.CodeAnalysisUtils/GeneratorInfo.g.cs
@@ -73,7 +73,8 @@ public static string ToGlobalTypeOfDisplayString(this INamedTypeSymbol symbol)
73
/// </summary>
74
/// <param name="builder"></param>
75
/// <returns></returns>
76
- public static IAllowAttributes AddGeneratedToolAndEditorBrowsingAttributes(this IAllowAttributes builder)
+ public static T AddGeneratedToolAndEditorBrowsingAttributes<T>(this T builder)
77
+ where T : IAllowAttributes
78
{
79
return builder
80
.AddAttribute("[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]")
0 commit comments