Benny Coomans
Results
3
comments of
Benny Coomans
I have the same issue. The nonce worked correctly in our project when it was a `netcoreapp2.2`, but after upgrading to a `netcoreapp3.0` the `asp-add-nonce="true"' attributes are no longer replaced...
Thanks, my issue is indeed resolved after using version 3.0.0.
The workaround of @seansanchez did not work for me, but I managed to get it working using this code: ``` public partial class GeneratedClient // Replace by your client name...