Resolve merge conflicts. #50
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 project:
Core/Dto/Response/NameEntryDto.cs#L10
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 project:
Core/Dto/Response/NameEntryDto.cs#L11
Non-nullable property 'Meaning' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L14
Non-nullable property 'Variants' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L15
Non-nullable property 'Syllables' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L17
Non-nullable property 'Morphology' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L19
Non-nullable property 'GeoLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L21
Non-nullable property 'FamousPeople' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L22
Non-nullable property 'Media' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L25
Non-nullable property 'Etymology' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Core/Dto/Response/NameEntryDto.cs#L26
Non-nullable property 'Videos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading