Change type of simulators to web api #430
Annotations
10 warnings
examples/HttpApiSimulator/Infra/DAL/RedisRepository.cs#L13
Non-nullable field '_database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
examples/HttpApiSimulator/Infra/DAL/SQLiteRepository.cs#L10
Cannot convert null literal to non-nullable reference type.
|
examples/HttpApiSimulator/Infra/DAL/SQLiteRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
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#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/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/Controllers/CookiesAuthenticationController.cs#L48
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/HttpApiSimulator/Controllers/CookiesAuthenticationController.cs#L47
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading