dotnet-sdk/test
Ryan Nowak 7d1fa13101
Make ActorId deserializable (#457)
Fixes: #444

ActorId doesn't define a default constructor, and so it's not
deserializable via System.Text.Json.

This change implements a converter so that ActorId's API shape can work
with the serializer properly.

I added an integration test for ActorReference as well, but no library
changes we needed for that, ActorId was the blocker.
2020-11-05 15:10:38 -08:00
..
Dapr.Actors.Test Make ActorId deserializable (#457) 2020-11-05 15:10:38 -08:00
Dapr.AspNetCore.IntegrationTest Rich error model (#432) 2020-10-30 13:59:33 -07:00
Dapr.AspNetCore.IntegrationTest.App Multi pubsub (#374) 2020-08-17 13:58:50 -07:00
Dapr.AspNetCore.Test Remove async void in tests (#447) 2020-10-29 15:54:17 -07:00
Dapr.Client.Test Rich error model (#432) 2020-10-30 13:59:33 -07:00
Shared Rich error model (#432) 2020-10-30 13:59:33 -07:00
Directory.Build.props Stop generating docs in samples and tests 2020-10-10 19:04:00 -07:00
test.sln Remove secret store extension from building (#348) 2020-07-25 09:22:36 -07:00