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
Or the generic type must have constraints on string, or T shall reference a specific interface which is able to convert any T into a string, or T shall be substituted with string.
Other project use the function always with a string type and indeed it works for now.
The text was updated successfully, but these errors were encountered:
In the following line
DDMChat/src/CommunicationLib/CommunicationModule.cs
Line 285 in 9c13d60
string
like inDDMChat/src/CommunicationLib/CommunicationModule.cs
Line 295 in 9c13d60
Or the generic type must have constraints on
string
, orT
shall reference a specific interface which is able to convert anyT
into astring
, orT
shall be substituted withstring
.Other project use the function always with a
string
type and indeed it works for now.The text was updated successfully, but these errors were encountered: