wpdotnet-sdk icon indicating copy to clipboard operation
wpdotnet-sdk copied to clipboard

WordPress compiled to .NET Standard. SDK for ASP.NET Core.

Results 29 wpdotnet-sdk issues
Sort by recently updated
recently updated
newest added

**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...

bug

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...

enhancement

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...

enhancement

Hi, Just cloned this project and I am getting this error: ![image](https://user-images.githubusercontent.com/5879559/77077719-8489a400-69ed-11ea-8383-74e38abb58a7.png) 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:...

enhancement

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

enhancement

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...

enhancement

response caching middleware gets zero-bytes stream always, and user is getting white screen of death

bug

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...

bug