Skip to content

Updated WebBrowser Testing #381

Updated WebBrowser Testing

Updated WebBrowser Testing #381

Triggered via push July 4, 2024 09:29
Status Success
Total duration 57s
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/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/CsvFeed.cs#L25
'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/FakeDataGen.cs#L28
'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/WebAppSimulator/Program.cs#L10
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: examples/WebAppSimulator/Contracts/User.cs#L6
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.