Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm afraid you can't do that with the version of Mono you have installed. That particular release (2.10.9) did not include the static property:</p> <pre><code>System.Security.Cryptography.CryptoConfig.AllowOnlyFipsAlgorithms </code></pre> <p>which seems to be required by NuGet.exe "install" feature. The "list" command probably works because it doesn't make use of the cryptography assemblies (in .NET assemblies are lazily loaded, only when executing code requires them).</p> <p>On a positive note, it seems like in the github version of Mono the CryptoConfig class was updated with this property, as you can see here:</p> <p><a href="https://github.com/mono/mono/blob/master/mcs/class/corlib/System.Security.Cryptography/CryptoConfig.cs" rel="noreferrer">Current mono CryptoConfig.cs source, on master branch</a></p> <p>This shows the change should have been included in the 2.10.9 release:</p> <p><a href="https://github.com/mono/mono/commits/master/mcs/class/corlib/System.Security.Cryptography/CryptoConfig.cs" rel="noreferrer">History of changes on mono's CryptoConfig.cs</a></p> <p>The AllowOnlyFipsAlgorithms property was added on May 2nd 2011, a full year ago, and yet it's not in the current stable release!!! Which is weird...</p> <p>You could try downloading the alpha release (Mono 2.11.2) and see what that does for you.</p> <p>P.S. I've looked at the sources for the 2.11.2 alpha version and it looks like this property is included in this build, so give it a try. Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload