updated TimescaleDB example #379
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
examples/Demo/WebBrowsers/Puppeteer/PuppeteerExample.cs#L23
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
examples/Demo/WebBrowsers/Playwright/PlaywrightExample.cs#L25
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
examples/Demo/Features/DataDemo/JsonFeed.cs#L25
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
|
build:
examples/Demo/DB/LiteDB/LiteDBExample.cs#L14
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.
|
build:
examples/Demo/DB/LiteDB/LiteDBExample.cs#L22
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.
|
build:
examples/Demo/DB/LiteDB/LiteDBExample.cs#L32
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.
|
build:
examples/Demo/DB/LiteDB/LiteDBExample.cs#L46
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.
|
build:
examples/Demo/Features/DataDemo/InMemoryFeed.cs#L19
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
|
build:
examples/Demo/Features/DataDemo/FakeDataGen.cs#L28
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
|
build:
examples/Demo/Features/DataDemo/CsvFeed.cs#L25
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
|