-
Notifications
You must be signed in to change notification settings - Fork 345
20191111 Community Meeting Minutes
Ewout Kramer edited this page Apr 30, 2024
·
1 revision
- Tasks from last meeting (20191028)
- Technical correction
- Project boards
- Open issues
- Kenneth Myhra
- Christiaan Knaap
- Marco Visser
- Kenneth: Discuss changes to terminology service interface
- We discusssed the new approach Kenneth made
- The methods have now the Parameters class as a parameter. Nice solution but we are dependent on the Poco classes, which is maybe not so good for the new Validator that has no reference to Pocos anymore.
- Better would be to have a terminology service interface with
ITypedElement
orISourceNode
and then make also a Poco variant of it. - Marco will send a snippet with some code of a
ISourceNode
implementation ofParameters
class.
- Published now by Graham
- Brian is going to check to impact of this correction. But he is not on the call, so we do not know the results on that point. Maybe Brian is coming to the DevDays as well next week, and we can discuss it as well.
- In the meantime Marco had a discussion with Michel about this TC, and we came up with 2 issues (#1144 and #1144). We will plan to solve them after DevDays, so beginning of December.
- We discussed the new open issues and added some comments to the issues
- Brian will check the impact of the Technical correction for R3 and R4
- Ewout: LambdaExpression.Compile does work on MacOS, see here: https://stackoverflow.com/questions/29245589/why-does-lambdaexpression-compile-work-on-ios-xamarin
- Brian - generate an implementation of ISummaryDefProvider
- Brian will do an experimental run on code generation of an "unknown code" in all enums.
- Brian/Kenneth to set up a targeted meeting to discuss these different interfaces for WebApi. Ewout to send contact details of interested parties (Vonk, MS, Kenneth, BrianP, Mottini).
- Brian to help review gstoians work
- It's in secondary class, original code remains
- It will use the "new" .NET http client
- It should use the new middleware feature to make it more configurable
- Yes, it should be async.
- Marco will send an snippet to Kenneth about SoureNode for Parameters