CodeAssurance`
CodeAssurance`
DeveloperOff
disables searching for developer paclets in the directories listed in $DeveloperPath.
Details and Options
- DeveloperOn[] typically disables searching in $DeveloperDirectory since this is contained in $DeveloperPath by default.
- DeveloperOff[] effectively performs PacletDirectoryUnload /@ $DeveloperPath and returns any remaining directories that continue to be searched when locating paclets.
Examples
In[1]:=1

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-626492
Basic Examples (1)
Successfully creating DeveloperOffExample includes automatically entering developer mode.
In[1]:=1

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-2vzmk5
Out[1]=1

As a result of entering developing mode during the paclet's creation it can be immediately seen:
In[2]:=2

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-zigfel
Out[2]=2

Exit developer mode to simulate a standard end-user session.
In[3]:=3

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-0hhrh8
Out[3]=3

Now, the created paclet can no longer be seen:
In[4]:=4

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-jgqje7
Out[4]=4

Delete the created developer paclet.
In[5]:=5

✖
https://wolfram.com/xid/04wxco35reozpznqrrfw-z4lxvj
Tech Notes
▪
▪