Skip to content

Resolve merge conflicts. #38

Resolve merge conflicts.

Resolve merge conflicts. #38

Triggered via push December 24, 2024 22:33
Status Success
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
fetch-vars
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / deploy: Core/Entities/NameEntry.cs#L7
Non-nullable property 'Meaning' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy / deploy: Core/Entities/NameEntry.cs#L9
Non-nullable property 'FamousPeople' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy / deploy: Core/Dto/Response/NameEntryMiniDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy / deploy: 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.
deploy / deploy: 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.
deploy / deploy: 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.
deploy / deploy: 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.
deploy / deploy: 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.
deploy / deploy: 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.