Add Project Template for an API application with minimal dependencies #45526
Labels
area-web-frameworks
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
Related to #32485
We should have a template that produces an API application, but is very bare-bones, can be published using
PublishAot=true
with no warnings, and produces a minimally sized executable.This template would:
application/json
response using JSON source generationTrimMode=full
by defaultPublishAot=true|false
cc @DamianEdwards
The text was updated successfully, but these errors were encountered: