|
| 1 | +// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.3.0) |
| 2 | +// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks |
| 3 | +// AssemblyVersion: 1.3.0.0 |
| 4 | +// InformationalVersion: 1.3.0+26ff166439449b3d7ec53cbaf3e1d66c2264a611 |
| 5 | +// TargetFramework: .NETCoreApp,Version=v8.0 |
| 6 | +// Configuration: Release |
| 7 | +// Referenced assemblies: |
| 8 | +// Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a |
| 9 | +// Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a |
| 10 | +// Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 |
| 11 | +// Smdn.Reflection.ReverseGenerating, Version=1.1.6.0, Culture=neutral |
| 12 | +// Smdn.Reflection.ReverseGenerating.ListApi.Core, Version=1.2.0.0, Culture=neutral |
| 13 | +// System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a |
| 14 | +// System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a |
| 15 | +// System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a |
| 16 | +#nullable enable annotations |
| 17 | + |
| 18 | +using Microsoft.Build.Framework; |
| 19 | +using Microsoft.Build.Utilities; |
| 20 | + |
| 21 | +namespace Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks { |
| 22 | + public class GenerateApiList : Task { |
| 23 | + public GenerateApiList() {} |
| 24 | + |
| 25 | + [Required] |
| 26 | + public ITaskItem[]? Assemblies { get; set; } |
| 27 | + public bool GenerateAssemblyInfo { get; set; } |
| 28 | + public bool GenerateAttributeWithNamedArguments { get; set; } |
| 29 | + public bool GenerateEmbeddedResources { get; set; } |
| 30 | + public bool GenerateFullTypeName { get; set; } |
| 31 | + public bool GenerateLanguagePrimitiveType { get; set; } |
| 32 | + public string? GenerateMethodBody { get; set; } |
| 33 | + public bool GenerateNullableAnnotations { get; set; } |
| 34 | + public bool GenerateReferencedAssemblies { get; set; } |
| 35 | + public bool GenerateStaticMembersFirst { get; set; } |
| 36 | + public bool GenerateTypeNameWithDeclaringTypeName { get; set; } |
| 37 | + public bool GenerateValueWithDefaultLiteral { get; set; } |
| 38 | + [Output] |
| 39 | + public ITaskItem[]? GeneratedFiles { get; } |
| 40 | + |
| 41 | + public override bool Execute() {} |
| 42 | + } |
| 43 | +} |
| 44 | +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0. |
| 45 | +// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) |
0 commit comments