Bart Lannoeye
Bart Lannoeye
### Expected Behavior Data should be loaded in the OnNavigatedTo method public override async void OnNavigatedTo(NavigatedToEventArgs e, Dictionary viewModelState) { base.OnNavigatedTo(e, viewModelState); await _cameraControl.InitializeCameraAsync(); } ### Actual Behavior These page/viewmodel...
In case someone opts for the global test server instead of a per-test server, we should keep track of added and removed headers to restore to the default state after...
**Describe the bug** Been testing the app with a DCA pattern into 5 securities (on different moments for each security) and intermittent cash deposits (different amounts). With the nice up...
Everything was running fine in v 1.2.5, after upgrading to v 1.2.6 I started to receive following error: > An exception of type 'System.Reflection.TargetException' occurred in mscorlib.ni.dll but was not...
## File a bug I was troubleshooting why EF Bundle did not deploy in one of my teams's Azure DevOps pipelines and thought to quickly download the build artifact to...
_I know this isn't an easy one, but logging it for a possible vNext_ As discussed in an [issue for Prism](https://github.com/PrismLibrary/Prism/issues/158#issuecomment-143502923), sometimes you would like to generate multiple packages from...
Logged this entry just past midnight CEST (CET + DST) and selected June 15th (yesterday). Gets registered as June 14th, I logged another entry during the day and didn't have...
It would be nice to see the contribution type of each contribution, either as text (e.g. next to the date) or as icon (e.g. on right side). This way you...