Skip to content

updated example

updated example #361

Triggered via push April 5, 2024 06:02
Status Success
Total duration 46s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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/MQTT/PingPongMqttTest.cs#L19
'ScenarioInfo.ThreadId' is obsolete: 'Please use InstanceId instead'
build: examples/Demo/MQTT/PingPongMqttTest.cs#L27
'ScenarioInfo.ThreadId' is obsolete: 'Please use InstanceId instead'
build: examples/Demo/Features/DynamicWorkload/ThreadIdDistributionExample.cs#L11
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DynamicWorkload/ThreadIdDistributionExample.cs#L20
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DataDemo/JsonFeed.cs#L25
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DataDemo/InMemoryFeed.cs#L19
'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.