Riza Marhaban

Results 2 issues of Riza Marhaban

Using Dapr for minimal API. I tried and the service require to add controllers `services.AddControllers().AddDapr()` I was wondering if we can just do `services.AddDapr()` So no need to add controllers.

## Refactoring Pointer Struct ## Features ### Create an empty pointer can now be like this: ```csharp Pointer pointer = Pointer.Empty; ``` ### Pointer equality comparer: ```csharp Pointer pointerA =...

enhancement
Adding Comments
Refactoring