Skip to content

Commit 8e9c3f0

Browse files
author
vp
committed
Remove DebuggerDisplay from AggregateRootId<TId>
Removed the [DebuggerDisplay("{Value}")] attribute from AggregateRootId<TId> to simplify debugging output and align with updated code standards. This change affects how instances are displayed in the debugger, no longer showing the Value property directly.
1 parent 55c506c commit 8e9c3f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Domain/Model/AggregateRootId.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace BridgingIT.DevKit.Domain.Model;
77

88
using System.Diagnostics;
99

10-
1110
[DebuggerDisplay("{Value}")]
1211
public abstract class AggregateRootId<TId> : EntityId<TId> // TODO: this is obsolete with the new codegen TypedIds, remove in future (DinnerFiesta depends on it for now)
1312
{

0 commit comments

Comments
 (0)