Document that optional is unsupported (#83)

This commit is contained in:
Patrick Stevens
2024-02-06 18:54:07 +00:00
committed by GitHub
parent 1215834795
commit 3d5cd7374f

View File

@@ -281,6 +281,7 @@ There are also some design decisions:
* Every function must take an optional `CancellationToken` (which is good practice anyway);
so arguments are forced to be tupled.
* The `[<Optional>]` attribute is not supported and will probably not be supported, because I consider it to be cursed.
## `GenerateMock`