We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a5cb5d + c2180a8 commit 78a8e10Copy full SHA for 78a8e10
1 file changed
Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/SourceConfiguration/SourceConfigurationModel.cs
@@ -255,7 +255,7 @@ private string GetTypeName(Type fieldType)
255
return "[String]";
256
}
257
258
- throw new NotImplementedException();
+ throw new NotImplementedException($"Property of type {fieldType.Name} is not assignable to any implemented types");
259
260
261
0 commit comments