dotnet-sdk/test/Dapr.Actors.Test
Ryan Nowak 776156298e
Apply linting suggestions (#492)
We've had a list of linting-related messages piling up for a while now.
This change bulk-applies these suggestions with usually relate to
simplification or use or newer language features like ??=

The only changes I did manually here are:

    Removing some usage of Task.GetAwaiter().GetResult() where it was
    just laziness
    Removing some dead code in methods and parameters of internal APIs.
2021-01-04 17:35:57 -08:00
..
Runtime Apply linting suggestions (#492) 2021-01-04 17:35:57 -08:00
Serialization Timers (#485) 2020-12-07 12:52:07 -08:00
ActorCodeBuilderTests.cs Clean ActorId (#121) 2019-10-21 19:25:18 -07:00
ActorIdTests.cs Initializing ActorId with an empty string should throw an exception (#279) 2020-04-05 12:02:03 -07:00
ActorMethodInvocationExceptionTests.cs remove binaryformatter (#456) 2020-11-30 16:24:10 -08:00
Dapr.Actors.Test.csproj Add .NET 5 testing (#458) 2021-01-04 11:13:35 -08:00
DaprFormatTimeSpanTests.cs Timers (#485) 2020-12-07 12:52:07 -08:00
DaprHttpInteractorTest.cs remove binaryformatter (#456) 2020-11-30 16:24:10 -08:00
ITestActor.cs Apply linting suggestions (#492) 2021-01-04 17:35:57 -08:00