madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
239 stars 23 forks source link

BaseOptionModel ArgumentNullException in Tweakster output tab during startup #30

Closed karaziox closed 4 years ago

karaziox commented 4 years ago

When I start Visual Studio I can see a dozen times the same exception appear in the output:

System.ArgumentNullException: Value cannot be null. Parameter name: s at System.Convert.FromBase64String(String s) at Tweakster.BaseOptionModel`1.DeserializeValue(String value, Type type) in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 162 at Tweakster.BaseOptionModel`1.d__11.MoveNext() in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 94

Unsure if it is related but I'm using VS 16.8 Preview 1. It seems to do that every time I launch it.

msedi commented 4 years ago

Having the same problem

System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.Convert.FromBase64String(String s)
   at Tweakster.BaseOptionModel`1.DeserializeValue(String value, Type type) in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 162
   at Tweakster.BaseOptionModel`1.<LoadAsync>d__11.MoveNext() in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 94

System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.Convert.FromBase64String(String s)
   at Tweakster.BaseOptionModel`1.DeserializeValue(String value, Type type) in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 162
   at Tweakster.BaseOptionModel`1.<LoadAsync>d__11.MoveNext() in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 94

System.ArgumentNullException: Value cannot be null.
Parameter name: s
   at System.Convert.FromBase64String(String s)
   at Tweakster.BaseOptionModel`1.DeserializeValue(String value, Type type) in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 162
   at Tweakster.BaseOptionModel`1.<LoadAsync>d__11.MoveNext() in C:\projects\tweakster\src\Options\BaseOptionModel.cs:line 94