You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -688,8 +696,8 @@ public void ProcessModelFinalizing(IConventionModelBuilder modelBuilder, IConven
688
696
#pragma warning restore EF1001 // Internal EF Core API usage
689
697
}}
690
698
691
-
private sealed class UninitializedInstantiationBinding
692
-
: InstantiationBinding
699
+
[CompilerGenerated]
700
+
private sealed class UninitializedInstantiationBinding : InstantiationBinding
693
701
{{
694
702
[SuppressMessage(""Trimming"", ""IL2111:Method with DynamicallyAccessedMembersAttribute is accessed via reflection"", Justification = ""Fallback only, and we have annotated the input we take for this."")]
Copy file name to clipboardExpand all lines: DomainModeling/DomainModeling.csproj
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ Misc improvements:
61
61
- Bug fix: Fixed a bug where source-generated WrapperValueObject/Identity types would not recognize manual member implementations if they were explicit interface implementations.
62
62
- Bug fix: Fixed a bug where the DummyBuilder generator struggled with nested types.
63
63
- Bug fix: Fixed a bug where the analyzer would not properly warn that source generation on nested types is unsupported.
64
+
- Enhancement: Generated types now have the CompilerGeneratedAttribute.
64
65
- Enhancement: Improved clarity of analyzer warnings, by stopping before subsequent problems occur.
0 commit comments