.NET Plugin Event Reference
Create Program File
Creates the main Program.cs file for the .NET application.
Event Name
CreateProgramFile
Event Parameters
An array of code blocks to be added to the builder.Services
section in Program.cs
.
An array of code blocks to be added to the application configuration section in Program.cs
.
Was this page helpful?