Add and use a simplified pubg model to cut down on tokens used #112
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L124
Non-nullable property 'Self' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L118
Non-nullable property 'Team' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L119
Non-nullable property 'Participants' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L100
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L101
Non-nullable property 'PlayerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L77
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L79
Non-nullable property 'Stats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L82
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L83
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L84
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|