Skip to content

V10: fix build warnings nucache#12500

Merged
Zeegaan merged 3 commits intov10/devfrom
v10/bugfix/fix-build-warnings-Nucache
Jun 20, 2022
Merged

V10: fix build warnings nucache#12500
Zeegaan merged 3 commits intov10/devfrom
v10/bugfix/fix-build-warnings-Nucache

Conversation

@Zeegaan
Copy link
Copy Markdown
Member

@Zeegaan Zeegaan commented May 30, 2022

Notes

For notes, please look at #12479

Comment on lines -7 to -32
internal class ContentSourceDto : IReadOnlyContentBase
{
public int Id { get; set; }
public Guid Key { get; set; }
public int ContentTypeId { get; set; }

public int Level { get; set; }
public string Path { get; set; } = string.Empty;
public int SortOrder { get; set; }
public int ParentId { get; set; }

public bool Published { get; set; }
public bool Edited { get; set; }

public DateTime CreateDate { get; set; }
public int CreatorId { get; set; }

// edited data
public int VersionId { get; set; }
public string? EditName { get; set; }
public DateTime EditVersionDate { get; set; }
public int EditWriterId { get; set; }
public int EditTemplateId { get; set; }
public string? EditData { get; set; }
public byte[]? EditDataRaw { get; set; }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This looks like it was laid out into sections, header data, draft data, published data which makes sense but after formatting it's just mangled up props and the section comments don't make much sense anymore.

@Zeegaan Zeegaan merged commit 29961d4 into v10/dev Jun 20, 2022
@Zeegaan Zeegaan deleted the v10/bugfix/fix-build-warnings-Nucache branch June 20, 2022 07:21
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