Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check Current Version of Service Fabric SDK

How can I determine which version of the Service Fabric SDK I have installed?

I've checked the Service Fabric Explorer and I couldn't find anything there.

I've check C:\Program Files\Microsoft Service Fabric but I couldn't find it in there either.

like image 501
spottedmahn Avatar asked Dec 15 '17 22:12

spottedmahn


People also ask

How do I get the updated SDK for service fabric?

You can get the updated SDK from these links: For more information, see the release announcement on the Service Fabric team blog.

How do I find the version of service fabric?

You can also do it via powershell: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Microsoft\Service Fabric\' -Name FabricVersion Go to the runtime installation folder, something like this: C:\Program Files\Microsoft Service Fabric\bin\ Find the application FabricHost.exe and click properties, go to the tab details, the version will be listed there

What does get-servicefabricruntimesupportedversion do?

This does not provide the answer for your question. Get-ServiceFabricRuntimeSupportedVersion gets the details about all currently supported service fabric runtime versions for standalone deployments. currently supported means, the versions that still receive fixes from SF team.

Does service fabric provide a runtime for service fabric services?

** Service Fabric does not provide a .NET Core runtime. The service author is responsible for ensuring it is available. Support for Service Fabric on a specific OS ends when support for the OS version reaches its End of Life.


1 Answers

Thankfully, the SF team made the SDK install like a regular Windows program, so it's in

Control Panel\Programs\Programs and Features

Then search for "fabric". You should see the SDK and the runtime in there.

like image 76
HiredMind Avatar answered Oct 22 '22 14:10

HiredMind