Loïc Denuzière
Loïc Denuzière
The changes in this PR are as follows: * Storage: add plural `add_blob_containers`, `add_public_containers`, `add_private_containers`, `add_file_shares`, `add_file_shares_with_quota` and `add_queues (string seq)`. * Storage: fix quadratic complexity in `add_queues (StorageQueueConfig seq)`....
There seems to be some inconsistency in whether `base` is treated as a keyword or as an identifier. **Repro steps** On one hand, this suggests that it is a keyword:...
Fixes #177.
F# 9 now enforces attribute targets that previous versions ignored. In particular, to be able to be used on union cases, an attribute must target both `Property` (for field-less cases)...
Click “Files changed” → “⋯” → “View file” for the rendered RFC.
**I propose we** make it optional to repeat the constraints on type parameters when writing an extension on a generic type. ```fsharp type Foo = { x: 'T } //...