Rename old FIXME to TODO (#13646)

* Rename old FIXME to TODO, so we can track new FIXME starting v13

* Remove empty TODO
This commit is contained in:
Elitsa Marinovska
2023-01-18 12:28:54 +01:00
committed by GitHub
parent de8e307295
commit 2c8927c2e9
32 changed files with 55 additions and 55 deletions

View File

@@ -51,9 +51,9 @@ public static class PublishedModelUtility
IPublishedContentType contentType,
Expression<Func<TModel, TValue>> selector)
// where TModel : PublishedContentModel // fixme PublishedContentModel _or_ PublishedElementModel
// where TModel : PublishedContentModel // TODO: PublishedContentModel _or_ PublishedElementModel
{
// fixme therefore, missing a check on TModel here
// TODO therefore, missing a check on TModel here
if (selector.Body is not MemberExpression expr)
{
throw new ArgumentException("Not a property expression.", nameof(selector));