Added ScenarioWeightExample #388
Annotations
11 warnings
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/Program.cs#L10
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/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/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.
|
Build:
examples/WebAppSimulator/Program.cs#L16
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/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/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.
|
Loading