Jan Březina
Jan Březina
@mikependon can you, please describe the issue also here? I think we still need the fix as we cannot debug the project with VisualStudio right now..
I think the source directory is not read correctly as the ```RepoDb.PostgreSql.dll``` library is trying to be loaded from the _project directory_ and not the _bin_ directory. I can see...
I have this piece of code: ```csharp const std::chrono::seconds::rep utcSeconds{ std::chrono::duration_cast(std::chrono::utc_clock::now().time_since_epoch()).count() }; ``` and it throws the exceptions saying _The operation completed successfully_. The exception is thrown on Windows Server...
Any updates on this please @mikependon?
@jackbond here you go [10.1 Release Notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101RTO.md). Download links at the bottom.
Can you please reopen the issue and track it as an enhancement as @mikhailshilkov mentioned above?
Calling discard caused access violation while writing to the connection in the next iteration Should setting socket timeout solve this issue? Although if I set too small value I cannot...
what is here to protect? the exec is executed within the task almost immediately when the task does not finish within the 500ms it is discarded (the commented code, I...
> How can you ensure that all operations on pipeline in the async thread finish in 500ms? I know they finish and that is not the issue here even thought...
Here you go [REST API specs](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2021-02-01/WebApps.json#L10431) There is get and put command available. Thank you for investigating. It might be that the new API version is not being processed by...