mirror of https://github.com/dapr/dotnet-sdk.git
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.
|
||
|---|---|---|
| .. | ||
| Runtime | ||
| Serialization | ||
| ActorCodeBuilderTests.cs | ||
| ActorIdTests.cs | ||
| ActorMethodInvocationExceptionTests.cs | ||
| Dapr.Actors.Test.csproj | ||
| DaprFormatTimeSpanTests.cs | ||
| DaprHttpInteractorTest.cs | ||
| ITestActor.cs | ||