[Mono-dev] mdoc update for a non-public types

2013-10-24 Thread xplicit
I have simple class. You can see, that the class is non-public. When I set option Produce XML doc in Monodevelop, the xml documentation file is created. But when I try to create documentation using mdoc update -i mdocTest.xml -o doc mdocTest.exe no documentation for mainClass is created. That is

Re: [Mono-dev] mdoc update for a non-public types

2013-10-24 Thread Jonathan Pryor
On Oct 24, 2013, at 7:38 AM, xplicit s...@ngs.ru wrote: Can anyone explain is this normal behaviour or not? The primary world view for mdoc is for generating and maintaining external documentation:

Re: [Mono-list] Embedded API: create System.NullableT

2013-10-24 Thread Robert Jordan
Jonathan, On 23.10.2013 17:37, jonat...@mugginsoft.com wrote: What is the recommended way to create an instance of a nullable type, such as System.Nullableint64? I would prefer a method that used the embedded API as opposed to a C# helper method. There is still no API for this, AFAIK, so

[Mono-list] self signed certificate

2013-10-24 Thread Edward Ned Harvey (mono)
If you want to use SslStream, you have to have a cert on the server. It can be self signed, but it needs to *exist*. ;-) All the guides out there that I can find tell people to use makecert, which isn't an option. Or use openssl. I have used openssl to generate self signed certs for web