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
Possible null reference argument for parameter 'olEvent' in 'Task<Event?> OlSynapseMessageConsolidation.ConsolidateEventAsync(Event olEvent, string runId)'.
Argument of type 'List<Inputs?>' cannot be used for parameter 'collection' of type 'IEnumerable<Inputs>' in 'void List<Inputs>.AddRange(IEnumerable<Inputs> collection)' due to differences in the nullability of reference types.
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.