mohachouch / forms-wpf-progress

Xamarin.Forms WPF Backend Progress
35 stars 2 forks source link

Where is the best place to report issues? #6

Closed andymac4182 closed 6 years ago

andymac4182 commented 6 years ago

Hi, I am attempting to use the nightly and was wondering where you would like the issues reported.

System.NullReferenceException: 'Object reference not set to an instance of an object.'

image

at Xamarin.Forms.Forms.Init() in D:\agent_work\6\s\Xamarin.Forms.Platform.WPF\Forms.cs:line 26 at ImpulseOSD.UI.WPF.MainWindow..ctor() in C:\dev\Git\ImpulseRC\ImpulseOSD\ImpulseOSD.UI.WPF\MainWindow.xaml.cs:line 13

andymac4182 commented 6 years ago

If I manually pulled in the Forms class this is where I got an error

image

andymac4182 commented 6 years ago

Sorry I missed the changes to App.xaml https://github.com/xamarin/Xamarin.Forms/blob/4f3d347b3e58c9a0ad0f75e7e924dafe7e04fc00/Xamarin.Forms.ControlGallery.WPF/App.xaml

mohachouch commented 6 years ago

Hi,

On the latest version, the dictionary is automatically added.

You can directly use the report of bug of the official repository of Xamarin.

Thanks