Skip to content

added HttpSendJsonExample #355

added HttpSendJsonExample

added HttpSendJsonExample #355

Triggered via push February 6, 2024 12:32
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/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/WebAppSimulator/Program.cs#L36
Possible null reference argument for parameter 'settings' in 'SQLiteDBRepository.SQLiteDBRepository(SQLiteSettings settings)'.
build: examples/WebAppSimulator/Program.cs#L42
Possible null reference argument for parameter 'settings' in 'RedisRepository.RedisRepository(RedisSettings settings)'.
build: examples/WebAppSimulator/Program.cs#L15
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: examples/WebAppSimulator/Program.cs#L16
Non-nullable property 'ServerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.