2023-06-15 15:08:57 +02:00
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Do not return null from this method, instead return Task.FromResult<T>(null).
=== Highlighting
return null
'''
== Comments And Links
(visible only on this page)
2021-06-03 09:05:38 +02:00
=== on 16 Apr 2018, 15:00:41 Amaury Levé wrote:
2021-06-02 20:44:38 +02:00
\[~ann.campbell.2] Could you please review?
2021-06-03 09:05:38 +02:00
=== on 17 Apr 2018, 21:43:26 Ann Campbell wrote:
2021-06-02 20:44:38 +02:00
\[~amaury.leve] I'm confused. The title says "in a method *not* marked as async" and the description talks about "Returning ``++null++`` from a *non*-``++async++``".
Also, this title doesn't follow the format: X should [not] Y
2021-06-03 09:05:38 +02:00
=== on 18 Apr 2018, 09:30:40 Amaury Levé wrote:
2021-06-02 20:44:38 +02:00
Thank you for the review. Does it looks better now?
2021-06-03 09:05:38 +02:00
=== on 18 Apr 2018, 13:43:19 Ann Campbell wrote:
2021-06-02 20:44:38 +02:00
Yes, looks good [~amaury.leve]
2023-06-15 15:08:57 +02:00
endif::env-github,rspecator-view[]