A community member has associated this post with a similar question:
How do I fix static assets not showing on implementing project with .Net9
Only moderators can edit this content.
js Static web assets in .net9 appera blank in the browser
I can navigate to my file from the browser but the file is blank. the reference in the obj folder is correct, and the file generated inside the .nuget folder is also correct and has all the methods, but when accesing the file from the browser it appears blank. If I try the compressed version .gz then I can see the file contents. Seems like a bug.
I tried different approaches:
Github code:
https://github.com/Krypto-IT/GoogleCaptchaClass/tree/UpgradeWithDem9.0