Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.05.04 json encoder fixes v2 #2539

Open
wants to merge 125 commits into
base: master
Choose a base branch
from

Add PubSub types.

bb031c8
Select commit
Loading
Failed to load commit list.
Open

1.05.04 json encoder fixes v2 #2539

Add PubSub types.
bb031c8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022) failed Apr 29, 2024 in 6m 15s

Build Solutions Build Solutions win2022 failed

Annotations

Check failure on line 30 in Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022)

Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs#L30

Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs(30,21): Error CS0117: 'SessionLessServiceMessage' does not contain a definition for 'UriVersion'

Check failure on line 30 in Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022)

Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs#L30

Tests\Opc.Ua.Core.Tests\Types\BuiltIn\SessionLessServiceMessageTests.cs(30,21): Error CS0117: 'SessionLessServiceMessage' does not contain a definition for 'UriVersion'

Check failure on line 475 in Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022)

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs#L475

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs(475,29): Error CS1061: 'IJsonEncoder' does not contain a definition for 'UsingReversibleEncoding' and no accessible extension method 'UsingReversibleEncoding' accepting a first argument of type 'IJsonEncoder' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 483 in Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022)

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs#L483

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs(483,29): Error CS1061: 'IJsonEncoder' does not contain a definition for 'UsingReversibleEncoding' and no accessible extension method 'UsingReversibleEncoding' accepting a first argument of type 'IJsonEncoder' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 519 in Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard (Build Solutions Build Solutions win2022)

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs#L519

Libraries\Opc.Ua.PubSub\Encoding\JsonDataSetMessage.cs(519,29): Error CS1061: 'IJsonEncoder' does not contain a definition for 'UsingReversibleEncoding' and no accessible extension method 'UsingReversibleEncoding' accepting a first argument of type 'IJsonEncoder' could be found (are you missing a using directive or an assembly reference?)