Skip to content

Commit

Permalink
Enable request delegate generator
Browse files Browse the repository at this point in the history
- Enable the source generator for Minimal APIs.
- Exclude RDG types from code coverage.
  • Loading branch information
martincostello committed Aug 8, 2023
1 parent 1112de8 commit 3f1ab50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LondonTravel.Site/LondonTravel.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<Description>https://londontravel.martincostello.com/</Description>
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CA1716</NoWarn>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 3f1ab50

Please sign in to comment.