Skip to content

Commit ab7909f

Browse files
authored
Remove exclusion of DebuggerTypeProxyAttribute (#251)
***NO_CI***
1 parent 32a57c5 commit ab7909f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nanoFramework.CoreLibrary/System/Diagnostics/DebuggerAttributes.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Runtime.CompilerServices;
@@ -244,7 +244,6 @@ public DebuggerBrowsableState State
244244
/// </summary>
245245
/// <remarks>Available only in mscorlib build with support for System.Reflection.</remarks>
246246
[AttributeUsage(AttributeTargets.Struct | AttributeTargets.Class | AttributeTargets.Assembly, AllowMultiple = true)]
247-
[ExcludeType]
248247
public sealed class DebuggerTypeProxyAttribute : Attribute
249248
{
250249
private readonly string _typeName;

0 commit comments

Comments
 (0)