1
1
[
2
2
{/*
3
- public Exception UnsupportedSystemType ;
4
- public UnresolvedType UnresolvedType ;
5
- ^^^^^ ^^^^^^^^^
6
- public LocalEnum UnsupportedEnum ;
3
+ SpacetimeDB.Internal.Module.RegisterTable<global::TestUniqueNotEquatable, SpacetimeDB.Internal.TableHandles.TestUniqueNotEquatable>() ;
4
+ SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_FILTER) ;
5
+ ^^^^^^^^^
6
+ SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_FOURTH_FILTER) ;
7
7
*/
8
- Message: The type or namespace name 'UnresolvedType' could not be found (are you missing a using directive or an assembly reference?) ,
8
+ Message: 'Module.MY_FILTER' is inaccessible due to its protection level ,
9
9
Severity: Error,
10
10
Descriptor: {
11
- Id: CS0246 ,
11
+ Id: CS0122 ,
12
12
Title: ,
13
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0246 ),
14
- MessageFormat: The type or namespace name '{0}' could not be found (are you missing a using directive or an assembly reference?) ,
13
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0122 ),
14
+ MessageFormat: '{0}' is inaccessible due to its protection level ,
15
15
Category: Compiler,
16
16
DefaultSeverity: Error,
17
17
IsEnabledByDefault: true,
46
46
}
47
47
},
48
48
{/*
49
- {
50
- internal static readonly TRW Field = new();
51
- ^^^
49
+
50
+ partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, SpacetimeDB.BSATN.IStructuralReadWrite {
51
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^
52
52
53
53
*/
54
- Message: The type or namespace name 'TRW' could not be found (are you missing a using directive or an assembly reference?) ,
54
+ Message: 'TestTypeParams<T>' does not implement interface member 'IEquatable<TestTypeParams>.Equals(TestTypeParams?)' ,
55
55
Severity: Error,
56
56
Descriptor: {
57
- Id: CS0246 ,
57
+ Id: CS0535 ,
58
58
Title: ,
59
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0246 ),
60
- MessageFormat: The type or namespace name '{0}' could not be found (are you missing a using directive or an assembly reference?) ,
59
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0535 ),
60
+ MessageFormat: '{0}' does not implement interface member '{1}' ,
61
61
Category: Compiler,
62
62
DefaultSeverity: Error,
63
63
IsEnabledByDefault: true,
69
69
}
70
70
},
71
71
{/*
72
-
73
- partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, SpacetimeDB.BSATN.IStructuralReadWrite {
74
- ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^
75
-
72
+ var ___hashUnsupportedSystemType = UnsupportedSystemType == null ? 0 : UnsupportedSystemType.GetHashCode();
73
+ var ___hashUnresolvedType = UnresolvedType == null ? 0 : UnresolvedType.GetHashCode();
74
+ ^^^^^^^^^^^
75
+ var ___hashUnsupportedEnum = UnsupportedEnum.GetHashCode();
76
76
*/
77
- Message: 'TestTypeParams<T> ' does not implement interface member 'IEquatable<TestTypeParams>.Equals(TestTypeParams?)' ,
77
+ Message: 'UnresolvedType ' does not contain a definition for 'GetHashCode' and no accessible extension method 'GetHashCode' accepting a first argument of type 'UnresolvedType' could be found (are you missing a using directive or an assembly reference?) ,
78
78
Severity: Error,
79
79
Descriptor: {
80
- Id: CS0535 ,
80
+ Id: CS1061 ,
81
81
Title: ,
82
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0535 ),
83
- MessageFormat: '{0}' does not implement interface member '{1}',
82
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1061 ),
83
+ MessageFormat: '{0}' does not contain a definition for '{1}' and no accessible extension method '{1}' accepting a first argument of type '{0}' could be found (are you missing a using directive or an assembly reference?) ,
84
84
Category: Compiler,
85
85
DefaultSeverity: Error,
86
86
IsEnabledByDefault: true,
@@ -92,18 +92,18 @@ partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, Spacetime
92
92
}
93
93
},
94
94
{/*
95
-
96
- partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, SpacetimeDB.BSATN.IStructuralReadWrite {
97
- ^^^^^^^^^^^^^^
98
-
95
+ SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_SECOND_FILTER);
96
+ SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_THIRD_FILTER);
97
+ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
98
+ }
99
99
*/
100
- Message: Using the generic type 'TestTypeParams<T>' requires 1 type arguments ,
100
+ Message: Argument 1: cannot convert from 'string' to 'SpacetimeDB.Filter' ,
101
101
Severity: Error,
102
102
Descriptor: {
103
- Id: CS0305 ,
103
+ Id: CS1503 ,
104
104
Title: ,
105
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0305 ),
106
- MessageFormat: Using the generic {1} '{0 }' requires {2} type arguments ,
105
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1503 ),
106
+ MessageFormat: Argument {0}: cannot convert from '{1 }' to ' {2}' ,
107
107
Category: Compiler,
108
108
DefaultSeverity: Error,
109
109
IsEnabledByDefault: true,
@@ -115,18 +115,18 @@ partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, Spacetime
115
115
}
116
116
},
117
117
{/*
118
- var ___hashUnsupportedSystemType = UnsupportedSystemType == null ? 0 : UnsupportedSystemType.GetHashCode();
119
- var ___hashUnresolvedType = UnresolvedType == null ? 0 : UnresolvedType.GetHashCode ();
120
- ^^^^^^^^ ^^^
121
- var ___hashUnsupportedEnum = UnsupportedEnum.GetHashCode();
118
+ {
119
+ internal static readonly TRW Field = new ();
120
+ ^^^
121
+
122
122
*/
123
- Message: 'UnresolvedType' does not contain a definition for 'GetHashCode' and no accessible extension method 'GetHashCode' accepting a first argument of type 'UnresolvedType' could be found (are you missing a using directive or an assembly reference?),
123
+ Message: The type or namespace name 'TRW' could not be found (are you missing a using directive or an assembly reference?),
124
124
Severity: Error,
125
125
Descriptor: {
126
- Id: CS1061 ,
126
+ Id: CS0246 ,
127
127
Title: ,
128
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1061 ),
129
- MessageFormat: '{0}' does not contain a definition for '{1}' and no accessible extension method '{1}' accepting a first argument of type '{ 0}' could be found (are you missing a using directive or an assembly reference?),
128
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0246 ),
129
+ MessageFormat: The type or namespace name '{ 0}' could not be found (are you missing a using directive or an assembly reference?),
130
130
Category: Compiler,
131
131
DefaultSeverity: Error,
132
132
IsEnabledByDefault: true,
@@ -138,18 +138,18 @@ var ___hashUnsupportedEnum = UnsupportedEnum.GetHashCode();
138
138
}
139
139
},
140
140
{/*
141
- SpacetimeDB.Internal.Module.RegisterTable<global::TestUniqueNotEquatable, SpacetimeDB.Internal.TableHandles.TestUniqueNotEquatable>() ;
142
- SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_FILTER) ;
143
- ^^^^^^^^^
144
- SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_FOURTH_FILTER) ;
141
+ public Exception UnsupportedSystemType ;
142
+ public UnresolvedType UnresolvedType ;
143
+ ^^^^^ ^^^^^^^^^
144
+ public LocalEnum UnsupportedEnum ;
145
145
*/
146
- Message: 'Module.MY_FILTER' is inaccessible due to its protection level ,
146
+ Message: The type or namespace name 'UnresolvedType' could not be found (are you missing a using directive or an assembly reference?) ,
147
147
Severity: Error,
148
148
Descriptor: {
149
- Id: CS0122 ,
149
+ Id: CS0246 ,
150
150
Title: ,
151
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0122 ),
152
- MessageFormat: '{0}' is inaccessible due to its protection level ,
151
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0246 ),
152
+ MessageFormat: The type or namespace name '{0}' could not be found (are you missing a using directive or an assembly reference?) ,
153
153
Category: Compiler,
154
154
DefaultSeverity: Error,
155
155
IsEnabledByDefault: true,
@@ -161,18 +161,18 @@ SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_FOU
161
161
}
162
162
},
163
163
{/*
164
- SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_SECOND_FILTER);
165
- SpacetimeDB.Internal.Module.RegisterClientVisibilityFilter(global::Module.MY_THIRD_FILTER);
166
- ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
167
- }
164
+
165
+ partial struct TestTypeParams<T> : System.IEquatable<TestTypeParams>, SpacetimeDB.BSATN.IStructuralReadWrite {
166
+ ^^^^^^^^^^^^^^
167
+
168
168
*/
169
- Message: Argument 1: cannot convert from 'string' to 'SpacetimeDB.Filter' ,
169
+ Message: Using the generic type 'TestTypeParams<T>' requires 1 type arguments ,
170
170
Severity: Error,
171
171
Descriptor: {
172
- Id: CS1503 ,
172
+ Id: CS0305 ,
173
173
Title: ,
174
- HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1503 ),
175
- MessageFormat: Argument {0}: cannot convert from '{1 }' to ' {2}' ,
174
+ HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS0305 ),
175
+ MessageFormat: Using the generic {1} '{0 }' requires {2} type arguments ,
176
176
Category: Compiler,
177
177
DefaultSeverity: Error,
178
178
IsEnabledByDefault: true,
0 commit comments