Alex-1357
Results
2
comments of
Alex-1357
Now serializer configured as ```` Dim StringResult As String = JsonConvert.SerializeObject(JMNUserReport, New JsonSerializerSettings With {.ContractResolver = New JsonNetCustomAttributeProcessing(Of ParseServerResponse.AdminOnly), .Formatting = Formatting.Indented}) ```` I have full published code, except data...
Yes, thank you, I found a reason, RPC_PASSWORD is not a valid string for net core. However, I don't understand how I can understand successful or unsuccessful container start. Of...