Quantcast
Channel: Monads for .NET
Browsing all 20 articles
Browse latest View live

Updated Release: Monads 1.1.1 (дек 11, 2011)

Monads 1.1 for .NET 3.5, .NET 4.0, Silverlight 3-5, XNA, WP7Updated references for SL5 and WP7.1.

View Article



Source code checked in, #1d9814b7f067

Build script fix for WP7.1

View Article

Released: Monads 1.1.5 (Dec 11, 2011)

Monads 1.1 for .NET 3.5, .NET 4.0, Silverlight 3-5, XNA, WP7 Updated references for SL5 and WP7.1.

View Article

Created Release: Monads 1.1.5 (дек 11, 2011)

Monads 1.1 for .NET 3.5, .NET 4.0, Silverlight 3-5, XNA, WP7Updated references for SL5 and WP7.1.

View Article

Created Issue: Argument of action for nullable monads should not be nullable [1]

public static TResult Return<TSource, TResult>(this Nullable<TSource> source, Func<Nullable<TSource>, TResult> action, TResult defaultValue)Should be public static TResult...

View Article


Edited Issue: Argument of action for nullable monads should not be nullable [1]

public static TResult Return<TSource, TResult>(this Nullable<TSource> source, Func<Nullable<TSource>, TResult> action, TResult defaultValue)Should be public static TResult...

View Article

Edited Issue: Argument of action for nullable monads should not be nullable [1]

public static TResult Return<TSource, TResult>(this Nullable<TSource> source, Func<Nullable<TSource>, TResult> action, TResult defaultValue)Should be public static TResult...

View Article

Commented Issue: Argument of action for nullable monads should not be...

public static TResult Return<TSource, TResult>(this Nullable<TSource> source, Func<Nullable<TSource>, TResult> action, TResult defaultValue)Should be public static TResult...

View Article


Created Issue: MaybeNullable.If implementation differs from xml documentation...

Version 1.1.5.0 xml doc says that MaybeNullable.If returns null either source is null or condition is false.But we can see that in this cases method do following: return new TSource?(default...

View Article


Edited Issue: MaybeNullable.If implementation differs from xml documentation [2]

Version 1.1.5.0 xml doc says that MaybeNullable.If returns null either source is null or condition is false.But we can see that in this cases method is doing following: return new TSource?(default...

View Article

Edited Issue: MaybeNullable.If implementation differs from xml documentation [2]

Version 1.1.5.0 .NET 3 xml doc says that MaybeNullable.If returns null either source is null or condition is false.But we can see that in this cases method is doing following: return new...

View Article

Commented Issue: MaybeNullable.If implementation differs from xml...

Version 1.1.5.0 .NET 3 xml doc says that MaybeNullable.If returns null either source is null or condition is false.But we can see that in this cases method is doing following: return new...

View Article

Source code checked in, #3b9c5a3274f5

Merging changes from isidorov/actions2

View Article


Source code checked in, #40d452ae1404

Close actions branch

View Article

Source code checked in, #d2b2c50c3de2

Merge

View Article


Source code checked in, #bc927f7d077b

Merge

View Article

Source code checked in, #7a85dbe37260

Close branch

View Article


Updated Wiki: Home

Monads for .NET is helpers for C# which makes easier every day of your developer life. Now supports .NET 3.5-4.0, Silverlight 3-5 and Windows Phone 7.Project moved tohttp://github.com/sergun/monads.net...

View Article

Source code checked in, #3a978e47423e

Project moved to http://github.com/sergun/monads.net

View Article

New Comment on "Monads for objects"

1. Is there difference between TryDo() and TryDo().Catch()? 2. I have issue with TryDo. Even exception (FileNotFoundException in my case) is ignored in release as it is designed, but in debug mode VS...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images