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.
1 parent 6b2dd2e commit e6fa1d5Copy full SHA for e6fa1d5
src/Remote.Linq.protobuf-net/ProtoBufTypeModel.cs
@@ -6,9 +6,7 @@ namespace Remote.Linq.ProtoBuf;
6
using global::ProtoBuf.Meta;
7
using Remote.Linq.ProtoBuf.DynamicQuery;
8
using Remote.Linq.ProtoBuf.Expressions;
9
-using System.ComponentModel;
10
11
-[EditorBrowsable(EditorBrowsableState.Never)]
12
public static class ProtoBufTypeModel
13
{
14
public static AquaTypeModel ConfigureRemoteLinq(string? name = null, bool configureDefaultSystemTypes = true)
0 commit comments