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 bc22e18 commit 1f3a50bCopy full SHA for 1f3a50b
src/Generator/Generators/CLI/CLIGenerator.cs
@@ -37,7 +37,7 @@ public static bool ShouldGenerateClassNativeField(Class @class)
37
if (@class.IsStatic)
38
return false;
39
40
- return @class.IsRefType && (!@class.HasBase || !@class.HasRefBase());
+ return @class.IsRefType && (!@class.NeedsBase || !@class.HasRefBase());
41
}
42
43
protected override string TypePrinterDelegate(Type type)
0 commit comments