natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.55k stars 153 forks source link

Nuget package not working #233

Closed gromilQaaaa closed 2 years ago

gromilQaaaa commented 2 years ago

Hello, I found this plugin and would like to use it because it is on forst pages of google. But apparently its nuget package is not usable, its just simply not visible by code. I even found an article where other person mentions the same problem.

The only solution by now is to download the project and put it directly into yours, but this approach just increases chances for this plugin to die. Maybe the reason is in missing namespace, or Microsoft changed something idk...

https://www.linkedin.com/pulse/how-get-free-lets-encrypt-certificates-net-core-docker-carlos-carre%C3%B1o?articleId=6619160196977688576

image

natemcmaster commented 2 years ago

You are probably missing a “using” statement. Please see the samples and the README.md file for working examples of code.