fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Enum and union property support #34

Closed aaronpowell closed 4 years ago

aaronpowell commented 4 years ago

This PR is addressing issue #33 but adding match cases for union and enum's in the properties of a record being retrieved from storage.

Tests pass locally! 🤣

aaronpowell commented 4 years ago

Also, this sneaks in some VS Code files to make dev from VS Code easier 😉

aaronpowell commented 4 years ago

Fixed a few of the things you mentioned and added tests for writing data (which was implicitly covered in the retrieval tests 😉).

aaronpowell commented 4 years ago

That option should already be checked @daniel-chambers :)

daniel-chambers commented 4 years ago

@aaronpowell Sorry, I thought I'd see something specific on the GitHub UI to indicate that. I guess it doesn't show it explicitly?

daniel-chambers commented 4 years ago

Released as v3.3.0: https://github.com/fsprojects/FSharp.Azure.Storage/releases/tag/v3.3.0.

Thanks!

aaronpowell commented 4 years ago

No problems @daniel-chambers. I'll be sure to submit anything else that I come across when it comes up 😁