We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe1419 commit 6143624Copy full SHA for 6143624
src/Generators/Foundation/Codelisk.Foundation.Generator/Generators/FullModelGenerator.cs
@@ -61,6 +61,7 @@ IEnumerable<RecordDeclarationSyntax> baseDtos
61
.WithAccessModifier(Accessibility.Public);
62
result
63
.AddConstructor()
64
+ .AddAttribute("System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute")
65
.AddParameter(dto.GetName(), dto.GetName().GetParameterName())
66
.WithBody(x =>
67
{
0 commit comments