Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Basically, we need UT. So we need a mock. Because SF team does not provide a mock, we have to use 3rd party mock. However, 3rd party mock does not support SF8 (https://github.com/loekd/ServiceFabric.Mocks/issues/115). So we cannot move to SF8.
PLEASE NOTE THE REQUST IS: SF team please provides a 1st party mock.
PLEASE NOTE THE REQUST IS NOT: ask 3rd party to upgrade their mock to support SF8
Describe the solution you'd like
SF team should provide a SF mock
That said, I'd ask that even if the team doesn't offer an official mock for SF, you at least make it easier for third parties to create mocks (given the difficulty of mocking the FabricClient as illustrated here).
Is your feature request related to a problem? Please describe your workload details. My previous request (https://github.com/microsoft/service-fabric/issues/1188) got closed without fully understanding.
Basically, we need UT. So we need a mock. Because SF team does not provide a mock, we have to use 3rd party mock. However, 3rd party mock does not support SF8 (https://github.com/loekd/ServiceFabric.Mocks/issues/115). So we cannot move to SF8.
PLEASE NOTE THE REQUST IS: SF team please provides a 1st party mock. PLEASE NOTE THE REQUST IS NOT: ask 3rd party to upgrade their mock to support SF8
Describe the solution you'd like SF team should provide a SF mock
Describe alternatives you've considered Na
Area/Component: UT
Expected behavior SF team provides a SF mock