Added NBomber_Studio reporting example #396
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
examples/WebAppSimulator/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/WebAppSimulator/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.
|
build:
examples/WebAppSimulator/Infra/DAL/SQLiteRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
build:
examples/WebAppSimulator/Infra/DAL/SQLiteRepository.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
examples/WebAppSimulator/Infra/DAL/RedisRepository.cs#L12
Non-nullable field '_database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
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/Infra/DAL/RedisRepository.cs#L32
Possible null reference argument for parameter 'json' in 'User? JsonSerializer.Deserialize<User>(string json, JsonSerializerOptions? options = null)'.
|
build:
examples/WebAppSimulator/Infra/DAL/RedisRepository.cs#L33
Possible null reference return.
|
build:
examples/WebAppSimulator/Program.cs#L15
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|