Created Issue: BuildQueryString bug [272]
UriBuilder.cs has problem when a query string parameter value has special characters like +I found a workaroundin line 79 var result = queryString .Aggregate("?", (current, pair) => current +...
View ArticleNew Post: Windows.UI.Interactivity ... any idea for when the latest will be...
Sorry about the delay in getting to this, I'll be looking over it this week now I have some spare time.Nigel
View ArticleCommented Issue: BuildQueryString bug [272]
UriBuilder.cs has problem when a query string parameter value has special characters like +I found a workaroundin line 79 var result = queryString .Aggregate("?", (current, pair) => current +...
View ArticleCommented Issue: Support missing for VS2012 (newer version of Blend SDK) [268]
The XAML designer of Visual Studio 2012 doesn't work with Caliburn.Micro 1.4. It always shows an Exception and in the error list i find the following message:ActionMessage from assembly...
View ArticleCommented Feature: Tombstoning Doesn't Support Composite View Models [139]
The scenario in question is that in a WP7 app, a view model (a Conductor for example) has an Items collection, which may contain other view models. The user can add new items on the fly, and therefore...
View ArticleNew Comment on "Basic Configuration, Actions and Conventions"
When i built my first application it wouldn't work if i used the folders View or ViewModel to store my views and viewmodels respectively. The folder names had to be "Views" and "ViewModels".
View ArticleEdited Issue: Add WPF 4.5 support with CallerMemberName attribute [260]
There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.<br /><br />[CallerMemberName from Silverlight & WPF 4.0]<br...
View ArticleEdited Issue: Support missing for VS2012 (newer version of Blend SDK) [268]
The XAML designer of Visual Studio 2012 doesn't work with Caliburn.Micro 1.4. It always shows an Exception and in the error list i find the following message:<br /><br />ActionMessage from...
View ArticleCommented Issue: Support missing for VS2012 (newer version of Blend SDK) [268]
The XAML designer of Visual Studio 2012 doesn't work with Caliburn.Micro 1.4. It always shows an Exception and in the error list i find the following message:<br /><br />ActionMessage from...
View ArticleSource code checked in, #7ca1702d5829
Apply Fix for IndexOutOfBoundsException from markusbruckner
View ArticleSource code checked in, #081f06a65c5a
Fix IndexOutOfRangeException in StorageHandler for ActiveItemIndex
View ArticleCommented Feature: Tombstoning Doesn't Support Composite View Models [139]
The scenario in question is that in a WP7 app, a view model (a Conductor for example) has an Items collection, which may contain other view models. The user can add new items on the fly, and therefore...
View ArticleCommented Issue: IsolatedStorageException in Save() EndStoring...
There is some issue with Save method in IsolatedStorageSettings.ApplicationSettings.Save();Stack trace:5 System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor 908 6...
View ArticleCommented Issue: Problem with serialization on WP7 [223]
Hello,Could you please add "[DataContract]" attribute for "Screen" class, because the absence of this attribute is causing serialization error for classes which inherit from "Screen" class.I think it's...
View Article