You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a NRE in PropertyPresenter.AddAssemblyCommand_Execute:180 because _selectedConfig is null).
Exception:
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>
How to reproduce (current master / v1.0.0.0):
Start the application, click New
Don't change any options, go to Assemblies tab
Add an assembly.
Error manifests.
I only see _selectedConfig getting set in LoadViewFromModel and even there only if _model.ConfigName.Length > 0, otherwise it's getting set to null. However, on a new project, PropertyModel.Configs contains no config so _selectedConfig never gets set to anything.
The text was updated successfully, but these errors were encountered:
Getting a NRE in
PropertyPresenter.AddAssemblyCommand_Execute:180
because_selectedConfig
is null).Exception:
How to reproduce (current master / v1.0.0.0):
I only see
_selectedConfig
getting set inLoadViewFromModel
and even there only if_model.ConfigName.Length > 0
, otherwise it's getting set to null. However, on a new project,PropertyModel.Configs
contains no config so_selectedConfig
never gets set to anything.The text was updated successfully, but these errors were encountered: