wpdotnet-sdk
wpdotnet-sdk copied to clipboard
WordPress compiled to .NET Standard. SDK for ASP.NET Core.
**Description** Gutenslider Wordpress plugin does not have a NuGet packages. **Issues** I have tried to add and compile the plugin source files manually. Removing unnecessary Debug classes. The experience in...
this PR implements ASP.NET request handler for WpDotNet, requiring .NET Framework 4.6.1 or newer - request handler, not requiring any .cs code, only a `web.config` - basic configuration options can...
The repo now contains a clone of wordpress source code. Use submodule of https://github.com/WordPress/wordpress-develop instead - simple update of wordpress sources - includes tests which can be run automatically against...
it would be good if you could change/protect/hide the login page via a configuration option; without the need to change source. IMHO this is something needed for security; maybe event...
Hi, Just cloned this project and I am getting this error:  Building app (Debug) Build started 19/03/2020 14:23:49. __________________________________________________ Project "/Users/amir/Projects/wpdotnet-sdk/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj" (Build target(s)): Target ResolvePackageAssets: /Users/amir/Projects/wpdotnet-sdk/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj : error NU1105:...
Would be nice if we could use sql server with wordpressdotnet. https://github.com/ProjectNami/projectnami - wonder if it would be straight forward to compile a version of this based on this project
I think a common scenario would be to migrate an existing WordPress site to WP.NET. The current way to do migration in WordPress is using a duplicator plugin, (eg, Snap...
response caching middleware gets zero-bytes stream always, and user is getting white screen of death
This PR will integrate SQLite support into Wordpress, as you see it's a little hacky but it works great for my current project. SQLite is IMHO a pretty useful addition...
**Describe the bug** cannot navigate to admin page after activate the new theme **To Reproduce** 1. using vs to run the code or deploy it to the server 2. go...