Brad Knowles

Results 14 comments of Brad Knowles

I didn't attempt a PR on this one as I don't know how you'd like to solve it. Do you want `DiscardPayment` and `TimeoutPayment` to be part of the route?...

I am experiencing this same issue running Rider 2023 on Windows 10. One thing to note, very quickly after launching, the IDE switches to the Debug Console displays `Can't initialize...

I was doing some more testing and everything works correctly if the project is made from the `Lambda ASP.NET Core Web API (AWS)` blueprint. Is it somehow hosted differently?

Is there any more help I can provide in tracking this down?

A potential fix would be to call `[System.Environment]::ExpandEnvironmentVariables($physical_path)` in the line validating the path https://github.com/ansible-collections/community.windows/blob/e618a2fd429f999fd311029a886829ab23ad7ed6/plugins/modules/win_iis_website.ps1#L53 ```powershell ElseIf (-not (Test-Path -LiteralPath [System.Environment]::ExpandEnvironmentVariables($physical_path))) { ``` That would expand the path, test it...

For Version 5, they removed the MSI installers and added CLI parameters. > MSI installers were removed for BC5. > > To silently install for all users and disable the...