Change type of simulators to web api #428
Annotations
10 warnings
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.
|
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.
|
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.
|
examples/HttpApiSimulator/Program.cs#L38
Possible null reference argument for parameter 'settings' in 'RedisRepository.RedisRepository(RedisSettings settings)'.
|
examples/HttpApiSimulator/Program.cs#L32
Possible null reference argument for parameter 'settings' in 'SQLiteDBRepository.SQLiteDBRepository(SQLiteSettings settings)'.
|
examples/HttpApiSimulator/Contracts/User.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|
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.
|
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.
|
examples/GrpcClient/GrpcClient.cs#L140
The variable 'e' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading