btbenjamin

Results 2 issues of btbenjamin

### What's the Problem? When i want to get a new UUID one by one and copy them whatever i want i should : 1. Click on the generate btn...

Hello every one Is it possible to define a global configuration ? I want to convert all `Google.Protobuf.WellKnownTypes.Timestamp` to `DateTime ` as : ``` private DateTime? MapNullableDate(Google.Protobuf.WellKnownTypes.Timestamp date) => date?.ToDateTime();...

enhancement