We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b287b commit 22f5bb5Copy full SHA for 22f5bb5
src/Application/src/RazorPagesTestSample/Startup.cs
@@ -11,6 +11,7 @@ public class Startup
11
{
12
public void ConfigureServices(IServiceCollection services)
13
14
+ //add comment to trigger workflow
15
services.AddDbContext<AppDbContext>(options => options.UseInMemoryDatabase("InMemoryDb"));
16
17
services.AddRazorPages();
0 commit comments