From ab2a9b6448130e5b04dd48d6af7ecec9306f4842 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 11 Feb 2021 07:50:11 +0000 Subject: [PATCH] Comment-only review changes Signed-off-by: Jon Skeet --- src/CloudNative.CloudEvents/CloudEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudNative.CloudEvents/CloudEvent.cs b/src/CloudNative.CloudEvents/CloudEvent.cs index c2f0ddb..c38b2ad 100644 --- a/src/CloudNative.CloudEvents/CloudEvent.cs +++ b/src/CloudNative.CloudEvents/CloudEvent.cs @@ -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<,> /// /// 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); } }