Skip to content

Change type of simulators to web api #434

Change type of simulators to web api

Change type of simulators to web api #434

Triggered via pull request April 8, 2025 12:38
Status Success
Total duration 45s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/HttpApiSimulator/Contracts/User.cs#L6
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Contracts/User.cs#L14
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Contracts/User.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Infra/DAL/SQLiteRepository.cs#L10
Cannot convert null literal to non-nullable reference type.
build: examples/HttpApiSimulator/Infra/DAL/SQLiteRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
build: examples/HttpApiSimulator/Program.cs#L7
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Program.cs#L13
Non-nullable property 'ServerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Program.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/HttpApiSimulator/Program.cs#L38
Possible null reference argument for parameter 'settings' in 'RedisRepository.RedisRepository(RedisSettings settings)'.
build: examples/HttpApiSimulator/Program.cs#L32
Possible null reference argument for parameter 'settings' in 'SQLiteDBRepository.SQLiteDBRepository(SQLiteSettings settings)'.