Skip to content

Conversation

svdimitr
Copy link
Contributor

@svdimitr svdimitr commented Jul 17, 2023

svdimitr and others added 7 commits July 6, 2023 15:47
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
@svdimitr svdimitr requested a review from a team as a code owner July 17, 2023 13:46
@svdimitr svdimitr self-assigned this Jul 17, 2023
@svdimitr svdimitr requested a review from a team July 17, 2023 13:47
Comment on lines 383 to 389
{
Id = i,
Name = "Product name " + i,
Price = (decimal)(rnd.Next(1, 50) * 3.14),
Released = DateTime.Now.AddDays(-rnd.Next(1, 365)).AddYears(-rnd.Next(1, 10)).Date,
Discontinued = i % 5 == 0
});
Copy link
Contributor

Choose a reason for hiding this comment

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

There is one extra tab here?

Comment on lines 357 to 362
{
Member = nameof(Product.Price),
MemberType = typeof(int),
Operator = FilterOperator.IsGreaterThanOrEqualTo,
Value = 55
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra tab?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It should not be, its aligned by VS, but I will fix that

@svdimitr svdimitr merged commit 2185164 into master Jul 18, 2023
@github-actions github-actions bot deleted the docs-columnmenu-improvements branch July 18, 2023 07:25
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