Following on from this weeks stand up #112952
Replies: 5 comments 7 replies
-
I would expect something like this. This is interesting, yes. DO lamb = (s, out i) => ...
// I see, I see.
lamb.Invoke(text, out var value); |
Beta Was this translation helpful? Give feedback.
-
Re: OpenApi and the basis stemming from the JSON configuration file. Recall, this is the basis of the conversation. So much of the conversation during the stand up revolved around the string literal
One case for instance, the proposed preview change: "height": {
"type": {
"null"
, "integer"
}
} Whereas the baseline, I'm assuming, would be just fine, no need to break anything. "height": {
"type": {
null
, "integer"
}
} From the JSON specification, what a |
Beta Was this translation helpful? Give feedback.
-
Re: |
Beta Was this translation helpful? Give feedback.
-
Because csharp language questions should go to dotnet/csharplang. Also, combining N discussions into one just adds court clutter and difficulty. Marking messages as answers for example |
Beta Was this translation helpful? Give feedback.
-
Why was the conversation closed and locked? Many claims of "misunderstandings", great, explain HOW it is a misunderstanding, in accordance with the "preview period".
Beta Was this translation helpful? Give feedback.
All reactions