Skip to content

Commit

Permalink
Re-enable request delegate generator
Browse files Browse the repository at this point in the history
Nullability issue is resolved.
  • Loading branch information
martincostello committed May 28, 2024
1 parent 2c95d3f commit 7afedd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SignInWithApple/SignInWithApple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<ContainerFamily>noble</ContainerFamily>
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
<!-- HACK Workaround for https://github.com/dotnet/aspnetcore/issues/54020 -->
<EnableRequestDelegateGenerator>false</EnableRequestDelegateGenerator>
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
<NeutralLanguage>en-US</NeutralLanguage>
<OutputType>Exe</OutputType>
<PreserveCompilationContext>true</PreserveCompilationContext>
Expand Down

0 comments on commit 7afedd8

Please sign in to comment.