Closed blairlearn closed 3 years ago
The CreateWebHostBuilder method in NciApiProgramBase was incorrectly written to return an IWebHostBuilder (as in .Net 2.x) instead of an IHostBuilder (as .Net 3.x apps do). This appears to be an oversight from the original transition to 3.x.
CreateWebHostBuilder
NciApiProgramBase
IWebHostBuilder
IHostBuilder
Parent Issue: Glossary API issue 146
Closed by cc5dbffb7d3d9f3c57ece022b6bad6d7b1432077
The
CreateWebHostBuilder
method inNciApiProgramBase
was incorrectly written to return anIWebHostBuilder
(as in .Net 2.x) instead of anIHostBuilder
(as .Net 3.x apps do). This appears to be an oversight from the original transition to 3.x.Parent Issue: Glossary API issue 146
Sub-Tasks
Notes