James John McGuire

Results 5 issues of James John McGuire

Change if (php_sapi_name() === 'cli' && PHP_OS != 'WINNT') { to if (php_sapi_name() === 'cli') { Otherwise, the command line arguments are completely ignored on Windows. At some points, you...

1. I have installed NUnit console 3.15.0 through the MSI installer from the releases assets on GitHub. 2. I then created a fresh NUnit project (non-framework) through visual studio, with...

Bug
Needs Confirmation

I'm getting the following msbuild warning: Warning NETSDK1138 The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for...

I was just trying this out, when I got this: php cli help seed PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in...

Perhaps I was misunderstanding my attempted regexes but trying to use $, as an indicator of the end of text input, didn't seem to work. I've moved on from the...