Skip to content

line endings normalization#1033

Draft
TomKovac wants to merge 16 commits intodevfrom
1032-line-endings-normalization
Draft

line endings normalization#1033
TomKovac wants to merge 16 commits intodevfrom
1032-line-endings-normalization

Conversation

@TomKovac
Copy link
Collaborator

closes #1032

@TomKovac TomKovac linked an issue Feb 17, 2026 that may be closed by this pull request
public DateTime Modified { get; set; }

// Added due to IBrowsableDataObject interface and compatibility with Prometheus.
public DateTime? ModifiedAt { get { return Modified; } set { Modified = value.Value; } }
public DateTime? ModifiedAt { get { return Modified; } set { Modified = value.Value; } }

// Added due to IBrowsableDataObject interface and compatibility with Prometheus.
public DateTime? CreatedAt { get { return Created; } set { Created = value.Value; } }
public DateTime Modified { get; set; }

// Added due to IBrowsableDataObject interface and compatibility with Prometheus.
public DateTime? ModifiedAt { get { return Modified; } set { Modified = value.Value; } }
public DateTime? ModifiedAt { get { return Modified; } set { Modified = value.Value; } }

// Added due to IBrowsableDataObject interface and compatibility with Prometheus.
public DateTime? CreatedAt { get { return Created; } set { Created = value.Value; } }
//Assert
try
{
user = _fixture.Repository.UserRepository.Read(_fixture.SeedData.RemoveUser.Id);
//Assert
try
{
user = _fixture.Repository.UserRepository.Read(_fixture.SeedData.RemoveUser.Id);
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.

line endings normalization

1 participant

Comments