Is ServiceStack VS working with 2019? Whenever I go to update my DTOs by use the context menu option I get: Object reference not set to an instance of an object.
For now, I do my updates in 2017.
Is ServiceStack VS working with 2019? Whenever I go to update my DTOs by use the context menu option I get: Object reference not set to an instance of an object.
For now, I do my updates in 2017.
You can also use the web or app dotnet tools by running the language you want to updated in your directory and it will update all ServiceStack References, e.g:
$ web cs
ServiceStackVS does have support for VS 2019. I’ll look into this issue.
This should now be resolved from the latest v2.0.2 of ServiceStackVS VS.NET Extension.