Jon Skeet

Results 749 comments of Jon Skeet

Assigned @gafter just to check if this is still an issue.

@gafter: Please could you check again with the context of @Nigel-Ecma's comment?

Hmm. 7.3 still contains: > Local variable declaration spaces may be nested, but it is an error for a local variable declaration space and a nested local variable declaration space...

Jon to see if he can come up with different names for the different kinds of local variable declaration spaces - and apply them accurately.

Also, within 13.6.2.1: > Within the scope of a local variable, it is a compile-time error to declare another local variable, local function or constant with the same name. That...

@amanda-tarafa Do you know if this PR is still active?

Okay, I've found it - we did indeed remove all webhook code in https://github.com/cloudevents/sdk-csharp/commit/a91d138b96a4e31003e939409f906ae25b2f68d6, to avoid a later breaking change being needed due to https://github.com/cloudevents/spec/issues/781. This has now been fixed...

Yes, the library 2.0 is still CloudEvents 1.0 - there isn't a newer major version of the CloudEvents spec. It's only a new major version because the .NET API took...

Hmm. I do feel your pain. In some ways I wonder whether it would be best to have a TryConvert method, rather than you catching a specific exception type -...

Just as a side-note - 0.1 is a valid value for ce_specversion in itself, but the C# SDK doesn't handle anything before 1.0. Looking at the code, there's a significant...