File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1- // Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0 )
1+ // Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1 )
22// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3- // AssemblyVersion: 1.1.0 .0
4- // InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
3+ // AssemblyVersion: 1.1.1 .0
4+ // InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
55// TargetFramework: .NETCoreApp,Version=v6.0
66// Configuration: Release
77#nullable enable annotations
@@ -15,9 +15,14 @@ public GenerateApiList() {}
1515
1616 [ Required ]
1717 public ITaskItem [ ] ? Assemblies { get ; set ; }
18+ public bool GenerateAttributeWithNamedArguments { get ; set ; }
1819 public bool GenerateFullTypeName { get ; set ; }
20+ public bool GenerateLanguagePrimitiveType { get ; set ; }
1921 public string ? GenerateMethodBody { get ; set ; }
22+ public bool GenerateNullableAnnotations { get ; set ; }
2023 public bool GenerateStaticMembersFirst { get ; set ; }
24+ public bool GenerateTypeNameWithDeclaringTypeName { get ; set ; }
25+ public bool GenerateValueWithDefaultLiteral { get ; set ; }
2126 [ Output ]
2227 public ITaskItem [ ] ? GeneratedFiles { get ; }
2328
Original file line number Diff line number Diff line change 1- // Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.0 )
1+ // Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.1.1 )
22// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
3- // AssemblyVersion: 1.1.0 .0
4- // InformationalVersion: 1.1.0+64b5c72527e2ce0705ed5d9ed2328179311a4c94
3+ // AssemblyVersion: 1.1.1 .0
4+ // InformationalVersion: 1.1.1+eb4f4a6e529b87faf061f136793c18a560867f3b
55// TargetFramework: .NETCoreApp,Version=v3.1
66// Configuration: Release
77#nullable enable annotations
@@ -15,9 +15,14 @@ public GenerateApiList() {}
1515
1616 [ Required ]
1717 public ITaskItem [ ] ? Assemblies { get ; set ; }
18+ public bool GenerateAttributeWithNamedArguments { get ; set ; }
1819 public bool GenerateFullTypeName { get ; set ; }
20+ public bool GenerateLanguagePrimitiveType { get ; set ; }
1921 public string ? GenerateMethodBody { get ; set ; }
22+ public bool GenerateNullableAnnotations { get ; set ; }
2023 public bool GenerateStaticMembersFirst { get ; set ; }
24+ public bool GenerateTypeNameWithDeclaringTypeName { get ; set ; }
25+ public bool GenerateValueWithDefaultLiteral { get ; set ; }
2126 [ Output ]
2227 public ITaskItem [ ] ? GeneratedFiles { get ; }
2328
You can’t perform that action at this time.
0 commit comments