You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var hashUnsupportedSystemType = UnsupportedSystemType == null ? 0 : UnsupportedSystemType.GetHashCode();
96
+
var hashUnresolvedType = UnresolvedType == null ? 0 : UnresolvedType.GetHashCode();
97
+
^^^^^^^^^^^
98
+
var hashUnsupportedEnum = UnsupportedEnum.GetHashCode();
99
99
*/
100
-
Message: Using the generic type 'TestTypeParams<T>' requires 1 type arguments,
100
+
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?),
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?),
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?),
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?),
0 commit comments