Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Error creating VS SFM project #258

Open murdockcrc opened 6 years ago

murdockcrc commented 6 years ago

When trying to create a new SFM project, my VS program gets stuck in this screen:

image

Repro steps image

image

The project folder does get created with the following artifacts: image

dbreshears commented 6 years ago

@murdockcrc, Can you confirm you are on the latest released version of VS 2017 and our Service Fabric Mesh extension on the VS marketplace. If so, can you attach a debugger from another instance of VS 2017 and generate and attach a dump file when it is hung?

murdockcrc commented 6 years ago

@dbreshears : I will upload a dmp file from the stuck VS process to a private blob storage and send you the link to it for debugging. Will share by email. Thx

murdockcrc commented 6 years ago

FYI, if I try to create the project as part of a brand-new solution, then it works. The problem is limited when trying to add a new SFM project into an existing .NET Core solution

dbreshears commented 6 years ago

Ok.. I'll see if I can repro with that scenario. Also, I think we released 15.8 today or release is in process, can you try that version in case a bug fixed in underlying project system.