@@ -19,7 +19,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
19
19
{
20
20
TestName = "Generic method" ,
21
21
ExpectedResult =
22
- "System.Collections.Concurrent.ConcurrentDictionary<T, T>.TryAddInternal(T, System.Nullable<int32 >, T, bool, bool, T&)" ,
22
+ "System.Collections.Concurrent.ConcurrentDictionary<T, T>.TryAddInternal(T, System.Nullable<int >, T, bool, bool, T&)" ,
23
23
} ;
24
24
yield return new TestCaseData (
25
25
"System.Threading.ExecutionContext" ,
@@ -28,7 +28,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
28
28
{
29
29
TestName = "Normal method" ,
30
30
ExpectedResult =
31
- "System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object )" ,
31
+ "System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, object )" ,
32
32
} ;
33
33
yield return new TestCaseData (
34
34
"System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[Contoso.Cookies.Cookies.EntryFetched,Contoso.Cookies.CookieSet+<GetEntryAsync>d__24]" ,
@@ -72,23 +72,23 @@ private static IEnumerable<TestCaseData> TestCaseSource()
72
72
{
73
73
TestName = "ref/in/ptr parameters" ,
74
74
ExpectedResult =
75
- "System.Diagnostics.Tracing.EventPipeEventProvider.EventWriteTransfer(System.Diagnostics.Tracing.EventDescriptor&, int, System.Guid*, System.Guid*, int32 , EventData*)" ,
75
+ "System.Diagnostics.Tracing.EventPipeEventProvider.EventWriteTransfer(System.Diagnostics.Tracing.EventDescriptor&, int, System.Guid*, System.Guid*, int , EventData*)" ,
76
76
} ;
77
77
yield return new TestCaseData (
78
78
"Contoso.Cookies.CookieEntry" ,
79
79
"TryGet" ,
80
80
"instance generic value class Contoso.Cookies.EntryGetResult (!!0&,class System.Exception&,int32,bool)" )
81
81
{
82
82
TestName = "Generic method with !!0" ,
83
- ExpectedResult = "Contoso.Cookies.CookieEntry.TryGet(T&, System.Exception&, int32 , bool)" ,
83
+ ExpectedResult = "Contoso.Cookies.CookieEntry.TryGet(T&, System.Exception&, int , bool)" ,
84
84
} ;
85
85
yield return new TestCaseData (
86
86
"System.Collections.Immutable.ImmutableDictionary`2[Contoso.Banners.Configuration.Inventory.Sources.InventoryAvailabilityKey,Contoso.Banners.Configuration.Inventory.Sources.AvailableBanner]" ,
87
87
"Wrap" ,
88
88
"class System.Collections.Immutable.ImmutableDictionary`2<!0,!1> (class System.Collections.Immutable.SortedInt32KeyNode`1<value class HashBucket<!0,!1>>,class Comparers<!0,!1>,int32)" )
89
89
{
90
90
TestName = "Generic arguments using angle brackets and no tilde" ,
91
- ExpectedResult = "System.Collections.Immutable.ImmutableDictionary<Contoso.Banners.Configuration.Inventory.Sources.InventoryAvailabilityKey, Contoso.Banners.Configuration.Inventory.Sources.AvailableBanner>.Wrap(System.Collections.Immutable.SortedInt32KeyNode<HashBucket<T, T>>, Comparers<T, T>, int32 )" ,
91
+ ExpectedResult = "System.Collections.Immutable.ImmutableDictionary<Contoso.Banners.Configuration.Inventory.Sources.InventoryAvailabilityKey, Contoso.Banners.Configuration.Inventory.Sources.AvailableBanner>.Wrap(System.Collections.Immutable.SortedInt32KeyNode<HashBucket<T, T>>, Comparers<T, T>, int )" ,
92
92
} ;
93
93
yield return new TestCaseData (
94
94
"Sdk.Connection.GhostClientBase`2+<Process>d__42[System.__Canon,System.__Canon]" ,
@@ -140,7 +140,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
140
140
{
141
141
TestName = "Value tuple argument" ,
142
142
ExpectedResult =
143
- "Program.InstanceMethod(System.ValueTuple<int32, int16, float32, System.String , System.Guid>)" ,
143
+ "Program.InstanceMethod(System.ValueTuple<int, short, float, string , System.Guid>)" ,
144
144
} ;
145
145
yield return new TestCaseData (
146
146
"Program+<InstanceMethodAsync>d__3" ,
@@ -189,7 +189,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
189
189
{
190
190
TestName = "Lambda in constructor" ,
191
191
ExpectedResult =
192
- "System.Threading.Tasks.Task+DelayPromiseWithCancellation.()=>{}.<.ctor>b__1_0(System.Object , System.Threading.CancellationToken)" ,
192
+ "System.Threading.Tasks.Task+DelayPromiseWithCancellation.()=>{}.<.ctor>b__1_0(object , System.Threading.CancellationToken)" ,
193
193
} ;
194
194
yield return new TestCaseData (
195
195
"System.Net.Http.HttpConnectionPool+<>c" ,
@@ -205,7 +205,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
205
205
"instance void (class System.Object)" )
206
206
{
207
207
TestName = "Generic lambda" ,
208
- ExpectedResult = "System.Threading.Tasks.ValueTask<T>+ValueTaskSourceAsTask.()=>{}<System.Int32 >.<.cctor>b__4_0(System.Object )" ,
208
+ ExpectedResult = "System.Threading.Tasks.ValueTask<T>+ValueTaskSourceAsTask.()=>{}<int >.<.cctor>b__4_0(object )" ,
209
209
} ;
210
210
yield return new TestCaseData (
211
211
"Program" ,
@@ -237,15 +237,15 @@ private static IEnumerable<TestCaseData> TestCaseSource()
237
237
"instance class System.Threading.Tasks.Task`1<bool> (class Microsoft.EntityFrameworkCore.DbContext,class AsyncEnumerator<!0>,value class System.Threading.CancellationToken)" )
238
238
{
239
239
TestName = "Async enumerable method" ,
240
- ExpectedResult = "Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable<T>+AsyncEnumerator.()=>{}<System.Int32 >.<MoveNextAsync>b__19_0(Microsoft.EntityFrameworkCore.DbContext, AsyncEnumerator<T>, System.Threading.CancellationToken)" ,
240
+ ExpectedResult = "Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable<T>+AsyncEnumerator.()=>{}<int >.<MoveNextAsync>b__19_0(Microsoft.EntityFrameworkCore.DbContext, AsyncEnumerator<T>, System.Threading.CancellationToken)" ,
241
241
} ;
242
242
yield return new TestCaseData (
243
243
"Program+<>c" ,
244
244
"<Main>b__7_0" ,
245
245
"instance void (int32,class System.Object)" )
246
246
{
247
247
TestName = "Lambda" ,
248
- ExpectedResult = "Program.()=>{}.<Main>b__7_0(int32, System.Object )" ,
248
+ ExpectedResult = "Program.()=>{}.<Main>b__7_0(int, object )" ,
249
249
} ;
250
250
yield return new TestCaseData (
251
251
"Contoso.CookiesUpdater.PublisherCookiesUpdater+<>c__DisplayClass10_0+<<OnBidRequest>b__0>d" ,
@@ -261,7 +261,7 @@ private static IEnumerable<TestCaseData> TestCaseSource()
261
261
"instance void (class System.String)" )
262
262
{
263
263
TestName = "Closure" ,
264
- ExpectedResult = "Program.()=>{}.<Main>b__1(System.String )" ,
264
+ ExpectedResult = "Program.()=>{}.<Main>b__1(string )" ,
265
265
RunState = RunState . Ignored ,
266
266
} ;
267
267
}
0 commit comments