Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60
Development Archives - Page 9 of 16 - Adis Jugo blog
Select Page

Webparts, SandBox and Safe Controls

There was it, again, the sandbox game… After creating a SilverLight webpart as a sandbox solution, and changing some names and namespaces there, the whole thing crashed, with the "WebPartPageUserException: The type is not registered as safe."...

Disabling XML Documentation Warnings in code

I love the idea that Visual Studio warns you about missing XML comments – it pushes you to keep your code clean and documented. But, it is really annoying in code generated by SPMetal – as soon as you include a class generated with the SPMetal, your Error List window...