Worked on fixing the daily email in support of #390. #349
Annotations
10 warnings
Messaging/Program.cs#L834
Dereference of a possibly null reference.
|
Messaging/Program.cs#L1577
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.
|
Messaging/Program.cs#L1584
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.
|
NumberSearch.Ingest/Owned.cs#L530
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Owned.cs#L542
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Owned.cs#L762
Possible null reference argument for parameter 'source' in 'EmergencyInformation? Enumerable.FirstOrDefault<EmergencyInformation>(IEnumerable<EmergencyInformation> source, Func<EmergencyInformation, bool> predicate)'.
|
NumberSearch.Ingest/Orders.cs#L91
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L100
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L148
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L165
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading