Skip to content

Added ScenarioWeightExample #388

Added ScenarioWeightExample

Added ScenarioWeightExample #388

Triggered via push October 16, 2024 07:09
Status Success
Total duration 54s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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/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.