Feature/assistant #33
Merged
Annotations
11 warnings
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/PubgClient.cs#L34
Dereference of a possibly null reference.
|
Build:
src/Application/Infrastructure/Pubg/PubgModel.cs#L14
Non-nullable property 'Data' 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#L15
Non-nullable property 'Included' 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#L16
Non-nullable property 'Links' 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#L17
Non-nullable property 'Meta' 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#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#L22
Non-nullable property 'Type' 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#L24
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading