File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 7474- Fix: Fixed bug where DummyBuilder generator struggled with nested types.
7575- Fix: Fixed bug where "no source generation on nested type" warning would not show.
7676- Enhancement: CompilerGeneratedAttribute throughout.
77- - Enhancement: Entity.Id has private init.
7877- Enhancement: DebuggerDisplay for Wrappers/Identities.
7978- Enhancement: Analyzer warning clarity.
8079- Enhancement: Improved correctness of trimming.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public abstract class Entity<
8181 /// <summary>
8282 /// The entity's unique identity.
8383 /// </summary>
84- public TId Id { get ; private init ; }
84+ public TId Id { get ; }
8585
8686 /// <param name="id">The unique identity for the entity.</param>
8787 protected Entity ( TId id )
You can’t perform that action at this time.
0 commit comments