You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/Functions_AsyncStartupToLower_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public FunctionsZipOutput_ToLower_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build FunctionsZipOutput and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/Functions_AsyncStartupToUpper_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public Functions_ToUpper_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build Functions and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/GreeterExecutable_SayHelloAsync_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public Greeter_SayHelloAsync_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build Greeter and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/GreeterExecutable_SayHello_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public Greeter_SayHello_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build Greeter and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Add_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Add_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_DivideAsync_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_DivideAsync_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Multiply_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Multiply_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Pi_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Pi_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Random_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Random_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Randoms_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Randoms_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
Copy file name to clipboardExpand all lines: Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/SimpleCalculator_Subtract_Generated.g.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ public SimpleCalculator_Subtract_Generated()
33
33
varstartup=newTestServerlessApp.Startup();
34
34
startup.ConfigureServices(services);
35
35
serviceProvider=services.BuildServiceProvider();
36
+
37
+
// Intentionally eagerly build SimpleCalculator and its dependencies.
38
+
// This causes time spent in the Constructor to appear on INIT_REPORTs
0 commit comments