Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix batch for inheritance details #224

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

bratchikov
Copy link
Member

No description provided.

legoBlockColor.SetExistObjectPrimaryKey(KeyGuid.NewGuid());
legoBlockColor.InitDataCopy();

legoBlockColor.Name = "Рыжий";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

                LegoBlockColor legoBlockColor = new LegoBlockColor() { Name = "Оранжевый" };
                legoBlockColor.SetExistObjectPrimaryKey(KeyGuid.NewGuid());
                legoBlockColor.InitDataCopy();

                legoBlockColor.Name = "Рыжий";

Что за черная магия? Не вижу явных причин её использовать

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это для более точного повторения прикладной ситуации, которая приводит к ошибке. Пока повторить не удалось, даже с использованием этой магии - слишком хитрый случай.

@turbcool turbcool changed the base branch from develop-v5.2 to develop April 7, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants