1-10 of 12 < Previous Next >
4 votes

Create Prism learnings guide/blog

It would be very helpful to have a document/guidance that covered the P&P teams learnings from the development process of Prism. The most significant one I can think of is how the development team ...

id# 2319 | Planned Release: None | Last Updated: Today at 8:28 AM  by mhnyborg
1 vote

Interop issue with CompositeWpfEvent<T>

Currently, CompositeWPFEvent<T> is accessing Application.Current without check for null. protected virtual Dispatcher UIDispatcher { get { return Application.Current.Dispatcher; } } This will cr...

id# 2684 | Planned Release: None | Last Updated: Mon at 6:40 PM  by hchau
1 vote

1 Unit-Test failed

The Unit Test "ShouldConvertValidDecimalFromString" faild on my pc - it´s a german Vista - maybe it´s a culture problem:

id# 2650 | Planned Release: None | Last Updated: Fri at 7:57 AM  by Reman
1 vote

Reduce the need for dependencies in configuration

The current Composite Application Library (CAL) samples show the registration of views and services happening in a module’s Initialize() method. The Configuration Module Enumerator currently calls...

id# 2576 | Planned Release: None | Last Updated: Jun 27 at 7:29 PM  by tyoung
4 votes

ModuleLoaderService: reload modules

Hello, Have you got plans to make ModuleLoaderService able to reload modules without restarting an application? This is definitely very important feature which is absent in SCSF. - Thanks

id# 1895 | Planned Release: None | Last Updated: Jun 27 at 6:32 PM  by mallen101
1 vote

Exception message - RegionAdapterMappings.GetMapping

I struggled some time to find the source of the KeyNotFoundException raised here. Please return a message that looks something like this "Unsupported control type" and include the name of the type ...

id# 2465 | Planned Release: None | Last Updated: Jun 18 at 1:03 PM  by jarlehal
1 vote

In NewsFeedService DateTime.Parse fails

I'm running StockTraderRI on my machine (with italian culture settings) and this line fails PublishedDate = DateTime.Parse(newsItem.Attribute("PublishedDate").Value, CultureInfo.CurrentCulture) ca...

id# 2322 | Planned Release: None | Last Updated: Jun 9 at 9:43 PM  by lbrader
2 votes

Do not forget to use CultureInfo.InvariantCulture

instead Convert.ToDecimal(xmlReader.Value) or Convert.ToDecimal(xmlReader.Value, CultureInfo.CurrentCulture) should use Convert.ToDecimal(xmlReader.Value, CultureInfo.InvariantCulture) otherwise er...

id# 1396 | Planned Release: None | Last Updated: Jun 2 at 7:17 AM  by FantaMango77
1 vote

IPrismContainer.TryResolve

I think you should refactor IPrismContainer making TryResolve like this bool TryResolve(Type type, out object item); In order to make this I changed my test in UnityPrismContainerFixture ...

id# 2201 | Planned Release: None | Last Updated: May 17 at 3:19 PM  by makka
1 vote

Multiple Controller instances

In the current implementation (drop 05-02-2008), there are couple of references to the controller that may cause some nasty bug if it is not done intentionally. For example In PositionModule.Initia...

id# 2153 | Planned Release: None | Last Updated: May 16 at 6:20 PM  by lbrader

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 12 < Previous 1 2 Next >
Updating...