From 471271939f0ff19a3ba0448366cd26026f0e5453 Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 12 Jul 2023 17:24:49 +0100 Subject: [PATCH] Enable request delegate generator - Enable the source generator for Minimal APIs. - Exclude RDG types from code coverage. --- src/LondonTravel.Site/LondonTravel.Site.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LondonTravel.Site/LondonTravel.Site.csproj b/src/LondonTravel.Site/LondonTravel.Site.csproj index e1761c258..7614ca020 100644 --- a/src/LondonTravel.Site/LondonTravel.Site.csproj +++ b/src/LondonTravel.Site/LondonTravel.Site.csproj @@ -2,6 +2,7 @@ InProcess https://londontravel.martincostello.com/ + true true $(NoWarn);CA1716 Exe