Added a Messaging page to Ops in support of #383. #508
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Messaging/Program.cs#L1430
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#L1437
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/Orders.cs#L88
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L97
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L134
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L149
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L189
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L203
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L217
Dereference of a possibly null reference.
|
NumberSearch.Ingest/Orders.cs#L231
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading