Brad Knowles
Brad Knowles
When attempting to execute action `DiscardPayment`, this error message is returned: ``` { "StatusCode": 500, "Error": "The request matched multiple endpoints. Matches: \r\n\r\nPayments.Api.Controllers.PaymentsController.DiscardPayment (Payments.Api)\r\nPayments.Api.Controllers.PaymentsController.TimeoutPayment (Payments.Api)" } ``` Both actions are...
### Describe the bug When using `Microsoft.Extensions.Configuration.Json` version `7.0.0` and specifying a path for a JSON file, like so ```csharp var logConfig = new ConfigurationBuilder() .AddJsonFile("logging.json") .Build(); ``` `logging.json` is...
If you have a line like so `:setvar RedeployJobs "YES" -- "YES" to redeploy jobs, "NO" to skip redeploy` A syntax error results ``` Sqlcmd: Error: Syntax error at line...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. - [X]...
### Prerequisites - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. ### Criteria - [X] Reasonably well-known and widely used (e.g. if...
Oracle changed the download path for the Extension Pack. Updated autoupdate URL, then updated manifest using `checkver.ps1`. Closes #356 - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
## Bug Report **Package Name:** virtualbox-with-extension-pack-np ### Current Behaviour `Checkver.ps1` fails to update manifest ### Expected Behaviour When running `checkver.ps1` I expect the manifest to update to latest version, 7.1.2...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. - [X]...
##### SUMMARY ```yaml - name: Ensure Default Web Site Configuration community.windows.win_iis_website: name: Default Web Site application_pool: DefaultAppPool port: 80 physical_path: '%SystemDrive%\inetpub\wwwroot' state: started ``` This task fails even though `%SystemDrive%\inetpub\wwwroot`...
Even though there has been a recent commit to fix vulnerabilities (#130), those have not been pushed to NuGet. https://www.nuget.org/packages/NBuilder Is it possible to push the latest changes to NuGet?...