Piotr Wosiek

Results 4 issues of Piotr Wosiek

Hi! I'm trying to rotate the vertical X axis in a bar chart so it rotated 90 degrees counter clockwise like in this column chart: ![image](https://user-images.githubusercontent.com/19705370/118234317-77eac980-b493-11eb-9e47-431fe624ad13.png) For column chart it...

Hi! I recently updated the package version from `2.1603.0` to `2.1822.0` and my graphQL logic stopped working. All previous versions works fine for me. Apparantly some bug creeped in that...

# Add missing TimeProvider registration - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your change, where applicable. -...

area-identity
community-contribution

Hi, Just posting a tiny piece that bugged me. Default JSON serializer implemention is based on `System.Text.Json`, so I fixed the XML doc to reflect that. Cheers