* Removed unnecessary comment
* Update to use file-level namespaces
* Using target-typed new expression
* QoL improvements to code base - primary constructors on classes and records, use of collection initializers, target-typed new expressions, etc.
* Applied all manner of QoL improvements to Dapr.Client
* Fixed break in example caused by nullability annotation change
* Refactored where streaming subscription example is located in solution to align with packages
* Refactored actor example to modernize
* Modernized example
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Added methods in status API supports for direct storage and reading of byte arrays #906
Signed-off-by: Divya Perumal <divzi.perumal@gmail.com>
Signed-off-by: Divya Perumal <diperuma@microsoft.com>
* Add support for Bulk State, i.e. SaveBulkStateAsync
Closes https://github.com/dapr/dotnet-sdk/issues/785
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
* Update examples to include support for Bulk State
Closes https://github.com/dapr/dotnet-sdk/issues/963
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>