Comment-only review changes

Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
Jon Skeet 2021-02-11 07:50:11 +00:00 committed by Jon Skeet
parent 33552a13f6
commit ab2a9b6448
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ using System.Linq;
namespace CloudNative.CloudEvents
{
// TODO: Document really clearly that the SpecVersion attribute isn't included anywhere here...
// TODO: Consider implementing IDictionary<,>
/// <summary>
/// Represents a CloudEvent.
@ -161,7 +162,6 @@ namespace CloudNative.CloudEvents
return;
}
// TODO: We could convert the attribute value here instead? Or is that a bit too much "magic"?
// TODO: Should we validate the value against the
attributeValues[name] = attribute.Validate(value);
}
}