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
// e.g.: "The method 'Method1' uses 'System.Date.Now' that may cause non-deterministic behavior when invoked from orchestration 'MyOrchestrator'"
83
+
// e.g.: "The method 'Method1' uses 'System.DateTime.Now' that may cause non-deterministic behavior when invoked from orchestration 'MyOrchestrator'"
84
+
// e.g.: "The method 'Method1' uses 'System.DateTimeOffset.Now' that may cause non-deterministic behavior when invoked from orchestration 'MyOrchestrator'"
createChangedDocument: c =>ReplaceDateTime(context.Document,orchestrationContext.Root,dateTimeExpression,contextParameterName,isDateTimeToday),
71
+
createChangedDocument: c =>ReplaceDateTime(context.Document,orchestrationContext.Root,dateTimeExpression,contextParameterName,isDateTimeToday,isDateTimeOffset),
54
72
equivalenceKey:title),// This key is used to prevent duplicate code fixes.
0 commit comments