Oliver

Results 21 comments of Oliver

@MateuszPawelczyk is this PR still valid? and if so can you rebase and fix the merge issues? I would gladly take a look then.

@br-iosb is this PR still valid? and if so can you rebase and fix the merge issues? I would gladly take a look then.

Done by https://github.com/eclipse-aaspe/server/pull/252 Thanks for your input @8sd

@mkollenstart is this PR still valid? and if so can you rebase and fix the merge issues? I would gladly take a look then.

@AlexanderWollbrink I cannot assign you directly to the PR review 😞

@CarlosMuse-13 we decided that we will remove at least the OPC UA server component from the project, due to legal concerns. Did I understand you correctly, that you wanted to...

@AlexanderWollbrink here is another one I told you about.

Will take over and look into this issue

As far as I can see, we will always go to `RequestValueMapper.cs`: ```csharp private static IClass Transform(PropertyValue valueDTO) { return new Property(DataTypeDefXsd.String, idShort: valueDTO.idShort, value: valueDTO.value); } ``` Apparently, we...

@iosb-ina-mr as far as I can see it, the change itself runs trough correctly. What I do not understand yet is that I can change the name of the ID...