We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962d006 commit ba676caCopy full SHA for ba676ca
LoadBinaryPluginExt.cs
@@ -27,6 +27,7 @@ public class LoadBinaryPluginExt : Plugin, ICoreProcessFunctions
27
public override bool Initialize(IPluginHost host)
28
{
29
Contract.Requires(host != null);
30
+
31
this.host = host ?? throw new ArgumentNullException(nameof(host));
32
33
host.Process.CoreFunctions.RegisterFunctions("Load Binary", this);
0 commit comments