|
1 |
| -// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.3.0) |
| 1 | +// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.4.0) |
2 | 2 | // Name: Smdn.Reflection.ReverseGenerating
|
3 |
| -// AssemblyVersion: 1.3.0.0 |
4 |
| -// InformationalVersion: 1.3.0+1e9a9d918b8a2ba6fe994e2fa60ff5f7c5b2544e |
| 3 | +// AssemblyVersion: 1.4.0.0 |
| 4 | +// InformationalVersion: 1.4.0+18ee669c79d1bf31c72c392aff42f18f4184ea59 |
5 | 5 | // TargetFramework: .NETCoreApp,Version=v8.0
|
6 | 6 | // Configuration: Release
|
7 | 7 | // Referenced assemblies:
|
8 |
| -// Smdn.Fundamental.Reflection, Version=3.6.0.0, Culture=neutral |
| 8 | +// Smdn.Fundamental.Reflection, Version=3.7.0.0, Culture=neutral |
9 | 9 | // System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
10 | 10 | // System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
11 | 11 | // System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
@@ -89,6 +89,7 @@ public AttributeDeclarationOptions() {}
|
89 | 89 | public AttributeSectionFormat GenericParameterFormat { get; set; }
|
90 | 90 | public AttributeSectionFormat MethodParameterFormat { get; set; }
|
91 | 91 | public bool OmitAttributeSuffix { get; set; }
|
| 92 | + public bool OmitInaccessibleMembersInNullStateAttribute { get; set; } |
92 | 93 | public AttributeTypeFilter? TypeFilter { get; set; }
|
93 | 94 | public bool WithDeclaringTypeName { get; set; }
|
94 | 95 | public bool WithNamedArguments { get; set; }
|
@@ -119,10 +120,12 @@ public ParameterDeclarationOptions() {}
|
119 | 120 | public class TypeDeclarationOptions {
|
120 | 121 | public TypeDeclarationOptions() {}
|
121 | 122 |
|
| 123 | + public bool EnableRecordTypes { get; set; } |
122 | 124 | public NullabilityInfoContext? NullabilityInfoContext { get; set; }
|
123 | 125 | public object? NullabilityInfoContextLockObject { get; set; }
|
124 | 126 | public bool OmitEndOfStatement { get; set; }
|
125 | 127 | public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
|
| 128 | + public bool OmitRecordImplicitInterface { get; set; } |
126 | 129 | public bool WithAccessibility { get; set; }
|
127 | 130 | public bool WithDeclaringTypeName { get; set; }
|
128 | 131 | public bool WithNamespace { get; set; }
|
@@ -151,5 +154,5 @@ public virtual GeneratorOptions Clone() {}
|
151 | 154 | object ICloneable.Clone() {}
|
152 | 155 | }
|
153 | 156 | }
|
154 |
| -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.1.0. |
155 |
| -// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) |
| 157 | +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.5.0.0. |
| 158 | +// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.3.1.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) |
0 commit comments