diff --git a/doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-net8.0.apilist.cs b/doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-net8.0.apilist.cs deleted file mode 100644 index ae7e842..0000000 --- a/doc/api-list/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-net8.0.apilist.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.dll (Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks-1.6.0) -// Name: Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks -// AssemblyVersion: 1.6.0.0 -// InformationalVersion: 1.6.0+6da2e2bdd2ac6b4c3e58e59b5366b3c597dea2dc -// TargetFramework: .NETCoreApp,Version=v8.0 -// Configuration: Release -// Referenced assemblies: -// Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -// Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -// Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 -// Smdn.Reflection.ReverseGenerating, Version=1.4.0.0, Culture=neutral -// Smdn.Reflection.ReverseGenerating.ListApi.Core, Version=1.4.0.0, Culture=neutral -// System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -// System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -// System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -#nullable enable annotations - -using Microsoft.Build.Framework; -using Microsoft.Build.Utilities; - -namespace Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks { - public class GenerateApiList : Task { - public GenerateApiList() {} - - [Required] - public ITaskItem[]? Assemblies { get; set; } - public bool GenerateAssemblyInfo { get; set; } - public bool GenerateAttributeWithNamedArguments { get; set; } - public bool GenerateEmbeddedResources { get; set; } - public bool GenerateFullTypeName { get; set; } - public bool GenerateLanguagePrimitiveType { get; set; } - public string? GenerateMethodBody { get; set; } - public bool GenerateNullableAnnotations { get; set; } - public bool GenerateRecordTypes { get; set; } - public bool GenerateReferencedAssemblies { get; set; } - public bool GenerateStaticMembersFirst { get; set; } - public bool GenerateTypeNameWithDeclaringTypeName { get; set; } - public bool GenerateValueWithDefaultLiteral { get; set; } - [Output] - public ITaskItem[]? GeneratedFiles { get; } - public bool ThrowIfForwardedTypesCouldNotLoaded { get; set; } - - public override bool Execute() {} - } -} -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.6.0.0. -// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.4.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)