Skip to content

Commit 4171114

Browse files
authored
Merge pull request #28 from smdn/releases/Smdn.Reflection.ReverseGenerating-1.1.5-1674565492
Release main/Smdn.Reflection.ReverseGenerating-1.1.5
2 parents 8b0234f + 1e3dd5a commit 4171114

5 files changed

+47
-16
lines changed

doc/api-list/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating-net45.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.4)
1+
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.5)
22
// Name: Smdn.Reflection.ReverseGenerating
3-
// AssemblyVersion: 1.1.4.0
4-
// InformationalVersion: 1.1.4+474aa1799ff8a98167dc9760f2acafaa15b81d4c
3+
// AssemblyVersion: 1.1.5.0
4+
// InformationalVersion: 1.1.5+8b0234f9aa81d64e62185c0c566a560c630f934b
55
// TargetFramework: .NETFramework,Version=v4.5
66
// Configuration: Release
77
// Referenced assemblies:
@@ -101,6 +101,7 @@ public class TypeDeclarationOptions {
101101
public TypeDeclarationOptions() {}
102102

103103
public bool OmitEndOfStatement { get; set; }
104+
public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
104105
public bool WithAccessibility { get; set; }
105106
public bool WithDeclaringTypeName { get; set; }
106107
public bool WithNamespace { get; set; }
@@ -129,3 +130,5 @@ public virtual GeneratorOptions Clone() {}
129130
object ICloneable.Clone() {}
130131
}
131132
}
133+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.1.0.
134+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

doc/api-list/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating-net47.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.4)
1+
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.5)
22
// Name: Smdn.Reflection.ReverseGenerating
3-
// AssemblyVersion: 1.1.4.0
4-
// InformationalVersion: 1.1.4+474aa1799ff8a98167dc9760f2acafaa15b81d4c
3+
// AssemblyVersion: 1.1.5.0
4+
// InformationalVersion: 1.1.5+8b0234f9aa81d64e62185c0c566a560c630f934b
55
// TargetFramework: .NETFramework,Version=v4.7
66
// Configuration: Release
77
// Referenced assemblies:
@@ -100,6 +100,7 @@ public class TypeDeclarationOptions {
100100
public TypeDeclarationOptions() {}
101101

102102
public bool OmitEndOfStatement { get; set; }
103+
public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
103104
public bool WithAccessibility { get; set; }
104105
public bool WithDeclaringTypeName { get; set; }
105106
public bool WithNamespace { get; set; }
@@ -128,3 +129,5 @@ public virtual GeneratorOptions Clone() {}
128129
object ICloneable.Clone() {}
129130
}
130131
}
132+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.1.0.
133+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

doc/api-list/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating-net6.0.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.4)
1+
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.5)
22
// Name: Smdn.Reflection.ReverseGenerating
3-
// AssemblyVersion: 1.1.4.0
4-
// InformationalVersion: 1.1.4+474aa1799ff8a98167dc9760f2acafaa15b81d4c
3+
// AssemblyVersion: 1.1.5.0
4+
// InformationalVersion: 1.1.5+8b0234f9aa81d64e62185c0c566a560c630f934b
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -112,6 +112,7 @@ public TypeDeclarationOptions() {}
112112

113113
public NullabilityInfoContext? NullabilityInfoContext { get; set; }
114114
public bool OmitEndOfStatement { get; set; }
115+
public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
115116
public bool WithAccessibility { get; set; }
116117
public bool WithDeclaringTypeName { get; set; }
117118
public bool WithNamespace { get; set; }
@@ -140,3 +141,5 @@ public virtual GeneratorOptions Clone() {}
140141
object ICloneable.Clone() {}
141142
}
142143
}
144+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.1.0.
145+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.4)
1+
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.5)
22
// Name: Smdn.Reflection.ReverseGenerating
3-
// AssemblyVersion: 1.1.4.0
4-
// InformationalVersion: 1.1.4+474aa1799ff8a98167dc9760f2acafaa15b81d4c
5-
// TargetFramework: .NETCoreApp,Version=v5.0
3+
// AssemblyVersion: 1.1.5.0
4+
// InformationalVersion: 1.1.5+8b0234f9aa81d64e62185c0c566a560c630f934b
5+
// TargetFramework: .NETCoreApp,Version=v7.0
66
// Configuration: Release
7+
// Referenced assemblies:
8+
// Smdn.Fundamental.Reflection, Version=3.3.2.0, Culture=neutral
9+
// System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
10+
// System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
11+
// System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
12+
// System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
13+
// System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
714
#nullable enable annotations
815

916
using System;
@@ -31,13 +38,20 @@ public enum MethodBodyOption : int {
3138
public static class CSharpFormatter {
3239
public static string EscapeString(string s, bool escapeSingleQuote = false, bool escapeDoubleQuote = false) {}
3340
public static string FormatAccessibility(Accessibility accessibility) {}
41+
public static string FormatParameter(ParameterInfo p, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
3442
public static string FormatParameter(ParameterInfo p, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
43+
public static string FormatParameterList(MethodBase m, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
3544
public static string FormatParameterList(MethodBase m, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
45+
public static string FormatParameterList(ParameterInfo[] parameterList, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
3646
public static string FormatParameterList(ParameterInfo[] parameterList, bool typeWithNamespace = true, bool useDefaultLiteral = false) {}
3747
public static string FormatSpecialNameMethod(MethodBase methodOrConstructor, out MethodSpecialName nameType) {}
48+
public static string FormatTypeName(this EventInfo ev, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
3849
public static string FormatTypeName(this EventInfo ev, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
50+
public static string FormatTypeName(this FieldInfo f, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
3951
public static string FormatTypeName(this FieldInfo f, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
52+
public static string FormatTypeName(this ParameterInfo p, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
4053
public static string FormatTypeName(this ParameterInfo p, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
54+
public static string FormatTypeName(this PropertyInfo p, NullabilityInfoContext? nullabilityInfoContext, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
4155
public static string FormatTypeName(this PropertyInfo p, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
4256
public static string FormatTypeName(this Type t, ICustomAttributeProvider? attributeProvider = null, bool typeWithNamespace = true, bool withDeclaringTypeName = true, bool translateLanguagePrimitiveType = true) {}
4357
public static string FormatValueDeclaration(object? val, Type typeOfValue, bool typeWithNamespace = true, bool findConstantField = false, bool useDefaultLiteral = false) {}
@@ -78,6 +92,7 @@ public MemberDeclarationOptions() {}
7892

7993
public MethodBodyOption AccessorBody { get; set; }
8094
public MethodBodyOption MethodBody { get; set; }
95+
public NullabilityInfoContext? NullabilityInfoContext { get; set; }
8196
public bool OmitEndOfStatement { get; set; }
8297
public bool WithAccessibility { get; set; }
8398
public bool WithDeclaringTypeName { get; set; }
@@ -95,7 +110,9 @@ public ParameterDeclarationOptions() {}
95110
public class TypeDeclarationOptions {
96111
public TypeDeclarationOptions() {}
97112

113+
public NullabilityInfoContext? NullabilityInfoContext { get; set; }
98114
public bool OmitEndOfStatement { get; set; }
115+
public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
99116
public bool WithAccessibility { get; set; }
100117
public bool WithDeclaringTypeName { get; set; }
101118
public bool WithNamespace { get; set; }
@@ -124,3 +141,5 @@ public virtual GeneratorOptions Clone() {}
124141
object ICloneable.Clone() {}
125142
}
126143
}
144+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.1.0.
145+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

doc/api-list/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating-netstandard2.0.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.4)
1+
// Smdn.Reflection.ReverseGenerating.dll (Smdn.Reflection.ReverseGenerating-1.1.5)
22
// Name: Smdn.Reflection.ReverseGenerating
3-
// AssemblyVersion: 1.1.4.0
4-
// InformationalVersion: 1.1.4+474aa1799ff8a98167dc9760f2acafaa15b81d4c
3+
// AssemblyVersion: 1.1.5.0
4+
// InformationalVersion: 1.1.5+8b0234f9aa81d64e62185c0c566a560c630f934b
55
// TargetFramework: .NETStandard,Version=v2.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -98,6 +98,7 @@ public class TypeDeclarationOptions {
9898
public TypeDeclarationOptions() {}
9999

100100
public bool OmitEndOfStatement { get; set; }
101+
public bool OmitEnumUnderlyingTypeIfPossible { get; set; }
101102
public bool WithAccessibility { get; set; }
102103
public bool WithDeclaringTypeName { get; set; }
103104
public bool WithNamespace { get; set; }
@@ -126,3 +127,5 @@ public virtual GeneratorOptions Clone() {}
126127
object ICloneable.Clone() {}
127128
}
128129
}
130+
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.2.1.0.
131+
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

0 commit comments

Comments
 (0)