Nate McMaster

Results 130 comments of Nate McMaster
trafficstars

Marking as help wanted. Let me know if you're interested in contributing this feature request.

So first of all > But I want to renew a Certificate earlier than actual expiry. Did you try using this? The default is that renewal occurs 30 days before...

I ran into this as well, but found a workaround. I had to manually allow incoming connections for the `phantom-macos` binary in firewall settings.  > System Preferences... > Security...

@seejaym - I'm not completely sure what I did to make it work. If you're on macOS Catalina (10.15), try removing the "quarantine" attribute: `xattr -d com.apple.quarantine ./phantom-macos`

Migrations do not automatically run when your application begins. Running `dotnet App.dll` will only start the web server. A separate action is required to run migrations. @ajcvickers - do you...

Any progress on this? I'm struggling with this right now because VSTest output does not appear on the console or in MSBuild logging. I can't figure out why tests are...

I don't develop features myself (project status https://github.com/natemcmaster/dotnet-serve/issues/43), but if this is something you would like to contribute, feel free to send a pull request.

Released in https://github.com/natemcmaster/dotnet-serve/releases/tag/v1.10.155

No, it doesn't support this. I'm not sure how to implement it either. If you have ideas and want to contribute, feel free to propose something.

I've just merged https://github.com/natemcmaster/LettuceEncrypt/pull/279. Can you take a look at this and see if it solves your problem? In addition, I am marking this as help wanted. I would be...