File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public partial class XenRef<T> where T : XenObject<T>
43
43
/// <param name="opaqueRef">May not be null.</param>
44
44
public XenRef ( string opaqueRef )
45
45
{
46
- System . Diagnostics . Trace . Assert ( opaqueRef != null , "'opaqueRef' parameter must not be null" ) ;
46
+ System . Diagnostics . Debug . Assert ( opaqueRef != null , "'opaqueRef' parameter must not be null" ) ;
47
47
this . opaqueRef = opaqueRef ;
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ and json_serialization_attr fr =
1186
1186
sprintf " \n [JsonConverter(typeof(StringStringMapConverter))]"
1187
1187
| Map (Ref u , Set String) ->
1188
1188
sprintf
1189
- " \n [JsonConverer (typeof(XenRefStringSetMapConverter<%s>))]"
1189
+ " \n [JsonConverter (typeof(XenRefStringSetMapConverter<%s>))]"
1190
1190
(exposed_class_name u)
1191
1191
| Map (Ref _ , _ ) | Map (_ , Ref _ ) ->
1192
1192
failwith (sprintf " Need converter for %s" fr.field_name)
You can’t perform that action at this time.
0 commit comments