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>
4343 /// <param name="opaqueRef">May not be null.</param>
4444 public XenRef ( string opaqueRef )
4545 {
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" ) ;
4747 this . opaqueRef = opaqueRef ;
4848 }
4949
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ and json_serialization_attr fr =
11861186 sprintf " \n [JsonConverter(typeof(StringStringMapConverter))]"
11871187 | Map (Ref u , Set String) ->
11881188 sprintf
1189- " \n [JsonConverer (typeof(XenRefStringSetMapConverter<%s>))]"
1189+ " \n [JsonConverter (typeof(XenRefStringSetMapConverter<%s>))]"
11901190 (exposed_class_name u)
11911191 | Map (Ref _ , _ ) | Map (_ , Ref _ ) ->
11921192 failwith (sprintf " Need converter for %s" fr.field_name)
You can’t perform that action at this time.
0 commit comments