Re: [Mono-dev] Open source .Net, and TLS 1.1 & 1.2

2014-12-09 Thread Greg Young
I believe there already is one. If you look back to the (awful) mono pull requests thread I believe it was mention specifically as an example. On Tue, Dec 9, 2014 at 11:09 PM, Miguel de Icaza wrote: > Hello, > > We would love a test case to add to the test suite. > > We are building a new test su

[Mono-dev] I would like to contribute to mono however it seems things are in flux due to the integration of .NET Core and .NET Framework; where to start?

2014-12-09 Thread Bernie Schoch
For example, I'm looking at say WCF as a possibility but some questions pop up? Will WCF be part of .NET Core? if so should we wait until it's in .NET Core? If not, then obviously it's a move from .NET Framework. Are unit test available for WCF? Would there be a duplication of work if MS has some

Re: [Mono-dev] Open source .Net, and TLS 1.1 & 1.2

2014-12-09 Thread Miguel de Icaza
Hello, We would love a test case to add to the test suite. We are building a new test suite as part of this work anyways. MIguel On Tue, Dec 9, 2014 at 3:21 PM, Edward Ned Harvey (mono) < edward.harvey.m...@clevertrove.com> wrote: > > From: Miguel de Icaza [mailto:mig...@xamarin.com] > > > > .

Re: [Mono-dev] Open source .Net, and TLS 1.1 & 1.2

2014-12-09 Thread Edward Ned Harvey (mono)
> From: Miguel de Icaza [mailto:mig...@xamarin.com] > > .NET's implementation of the TLS stack is built on top of native code, so it > wont work on Mono. > > We have implemented TLS 1.1 and 1.2 on top of the not yet open sourced > networking stack and will be publishing it as soon as Microsoft op

Re: [Mono-dev] Event logging under Mono

2014-12-09 Thread Spyros Sakellariadis (MS OPEN TECH)
r that I got: Access to the path "/var/lib/mono" is denied. So I assume right now it is trying to write to /var/lib/mono/SOMETING. Stopping here So your app did not "pick up" envirnonment variable. hope this helps Mel On 20141209 17:01 , Spyros Sakellariadis (MS

[Mono-dev] PR #1449 - [MWF] Fix crash in multi-selection list view (bug #23591)

2014-12-09 Thread Eberhard Beilharz
This change improves the fix for Xamarin bug #23591: updating a multi-selection can also change the selected item, so it also needs to check for the selected item being now null. https://github.com/mono/mono/pull/1449 Thanks, Eberhard ___ Mono-devel

[Mono-dev] PR #1448 - [MWF] Don't truncate text on ToolStripButton

2014-12-09 Thread Eberhard Beilharz
The pull request fixes a problem where the text on toolstrip buttons gets truncated. https://github.com/mono/mono/pull/1448 Thanks, Eberhard ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinf

Re: [Mono-dev] Event logging under Mono

2014-12-09 Thread Miljenko Cvjetko
cal"); This way I'm sure variable is in the same shell instance. after that I got: Access to the path "/var/lib/mono" is denied. So I assume right now it is trying to write to /var/lib/mono/SOMETING. Stopping here So your app did not "pick up" envirnonment va

Re: [Mono-dev] Event logging under Mono

2014-12-09 Thread Miljenko Cvjetko
Hi On 20141209 17:01 , Spyros Sakellariadis (MS OPEN TECH) wrote: Yes, to local Great. Usually people do forget that one... Let me context switch to test. cheers Mel Sent from my Windows Phone From: Miljenko Cvjetko

Re: [Mono-dev] Event logging under Mono

2014-12-09 Thread Spyros Sakellariadis (MS OPEN TECH)
Yes, to local Sent from my Windows Phone From: Miljenko Cvjetko Sent: ‎12/‎9/‎2014 7:56 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Event logging under Mono Hi Did You

Re: [Mono-dev] Event logging under Mono

2014-12-09 Thread Miljenko Cvjetko
Hi Did You set MONO_EVENTLOG_TYPE? win32|local|null; cheers mel On 20141208 23:38 , Spyros Sakellariadis (MS OPEN TECH) wrote: [Sorry if duplicate. I think I originally sent to wrong alias] Hi -- I am trying to implement logging for a small application running under Mono on a Raspberry Pi

Re: [Mono-dev] Proposed changes to mono/mcs/class/corlib/Mono/DataConverter.cs

2014-12-09 Thread Miguel de Icaza
Hey, I have a variation of this patch now. I need to rebuild my Mono before i can commit it. It will use a conditional compiler directive to use this other system On Mon, Dec 8, 2014 at 11:53 PM, Stephen Shaw wrote: > I can't comment on the code changes themselves, but it would be helpful to

[Mono-dev] PR #1447 [MWF] Use Ctrl+PageUp/PageDown for Tab Navigation

2014-12-09 Thread Chris Hubbard
In the Windows implementation of the TabControl, Ctrl+PageUp navigates to the previous tab and Ctrl+PageDown navigates to the next tab (with both wrapping around). This change implements this feature in the Mono implementation. https://github.com/mono/mono/pull/1447/ Thanks, Chris Hubbard _

Re: [Mono-dev] Open source .Net, and TLS 1.1 & 1.2

2014-12-09 Thread Miguel de Icaza
Hello, .NET's implementation of the TLS stack is built on top of native code, so it wont work on Mono. We have implemented TLS 1.1 and 1.2 on top of the not yet open sourced networking stack and will be publishing it as soon as Microsoft open sources the .NET networking stack. Miguel On Tue, De

[Mono-dev] Open source .Net, and TLS 1.1 & 1.2

2014-12-09 Thread Edward Ned Harvey (mono)
Does anybody know if support for TLS 1.1 & 1.2 will be released, and if so, going to be integrated into mono? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list