Skip to content

Commit e6fa1d5

Browse files
committed
make ProtoBufTypeModel visible
1 parent 6b2dd2e commit e6fa1d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Remote.Linq.protobuf-net/ProtoBufTypeModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ namespace Remote.Linq.ProtoBuf;
66
using global::ProtoBuf.Meta;
77
using Remote.Linq.ProtoBuf.DynamicQuery;
88
using Remote.Linq.ProtoBuf.Expressions;
9-
using System.ComponentModel;
109

11-
[EditorBrowsable(EditorBrowsableState.Never)]
1210
public static class ProtoBufTypeModel
1311
{
1412
public static AquaTypeModel ConfigureRemoteLinq(string? name = null, bool configureDefaultSystemTypes = true)

0 commit comments

Comments
 (0)