PeachPied.WordPress.AspNetCore/RequestDelegateExtension.cs
there's a reference to WP
as a type both in code an documentation comments. VS complains that the type is undefined. This type is defined in the WordPress PHP code IIRC. Is there something we can do to let VS know about it for better "go to definition" and such?
Severity Code Description Project File Line Suppression State Suppression State
Error PHP1018 Class 'WPMailSMTP\MailCatcher' doesn't implement abstract method System\IDisposable::Dispose() net.WordPress.plugin.wp-mail-smtp C:\Users\yabea\source\repos\diddledan\bowlhat-wpdotnet\net.WordPress.plugin.wp-mail-smtp\wp-content\plugins\wp-mail-smtp\src\MailCatcher.php 16
Array
looks like something is doing echo
on an array value
Test::getMissingRequirements()
to figure out if it can run the test$missing
where it stores the missing requirements. This variable is initialized to an empty array at the start of the method.$missing
is filled suddenly with data (even though its initialized to an empty array at the start).$missing
variable. My theory is that somehow this $missing
overrides the local $missing
in the getMissingRequirements method. Still trying to figure out a minimal test case for this.testBasicModelRetrieval
Hey guys I'm working on the peachpie / wordpress-sdk implementation. Awesome work btw! I'm trying to deploy my project to a linux vps with ubuntu 18.04. I've been following this tutorial to get the server setup: https://linuxhint.com/install_dot_net_core_ubuntu/
But this tutorial shows how to create a new project on the server. My use case is that I already have a project. Any reading material or suggestions would be great.
Lastly, here is the tutorial I was following from Microsoft but they use CentOS and not Ubuntu.
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-apache?view=aspnetcore-3.0
**.resources
assembly even it does not exist.