Esben Bach
Esben Bach
It still needs fixing so we dont have to provider our own workaround. On Wed, 13 Jul 2022, 02:05 github-actions[bot], ***@***.***> wrote: > This issue is stale because it has...
@manuc66 Any chance a PR will be approved if we change the ctor to become public like MYDIH suggests? I have found myself needing this several times as well.
So i dug a bit futher and found that the Queue file seems to store the backup id of a manually queued backup. Now in this case since we are...
Spot on, I intentionally do not have the Enqueue step because the restore operation is kicked off by service fabric on its own whenever a partial data loss occurs (i...
Meh. It refers to the docs - so its not completed. Just ignored....
Seems like this would be a question better asked in the Swagger-UI repo? If its possible to configure it in the ui you should be able to do it with...
@domaindrivendev - can you think of any way to get arond this issue. Or point me in a direction if I need to do a PR to fix it.
It turns out that if I change the `TryGetMemberInfo` implementation to include "non-public" properties (using binding flags), everything works as expected. Not really sure how much of a breaking change...
FYI I have been running with a custom resolver since i created the issue. Since its only applied for this specific type I still can't tell if it will break...
For me its not a big problem either way, but it seems like a bug since serializer and deserializer actually picks it up. The issue is rather specific since it...