Skip to content

Commit 6d5cd52

Browse files
authored
Update OPC Foundation Nuget Packages to 1.5.04.376 (#661)
* Update Nuget Packages to 1.5.04.376 * Update NodeManagers to impplement extended interfaces
1 parent 27372ef commit 6d5cd52

File tree

46 files changed

+101
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+101
-66
lines changed

Samples/Client.Net4/UA Sample Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
</ItemGroup>
136136
<ItemGroup>
137137
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
138-
<Version>8.0.2</Version>
138+
<Version>9.0.6</Version>
139139
</PackageReference>
140140
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https">
141-
<Version>1.5.375.457</Version>
141+
<Version>1.5.376.235</Version>
142142
</PackageReference>
143143
<PackageReference Include="System.Net.Http">
144144
<Version>4.3.4</Version>

Samples/ClientControls.Net4/UA Client Controls.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,16 +1015,16 @@
10151015
</ItemGroup>
10161016
<ItemGroup>
10171017
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core">
1018-
<Version>1.5.375.457</Version>
1018+
<Version>1.5.376.235</Version>
10191019
</PackageReference>
10201020
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client">
1021-
<Version>1.5.375.457</Version>
1021+
<Version>1.5.376.235</Version>
10221022
</PackageReference>
10231023
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes">
1024-
<Version>1.5.375.457</Version>
1024+
<Version>1.5.376.235</Version>
10251025
</PackageReference>
10261026
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration">
1027-
<Version>1.5.375.457</Version>
1027+
<Version>1.5.376.235</Version>
10281028
</PackageReference>
10291029
</ItemGroup>
10301030
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

Samples/Controls.Net4/UA Sample Controls.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
</ItemGroup>
709709
<ItemGroup>
710710
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server">
711-
<Version>1.5.375.457</Version>
711+
<Version>1.5.376.235</Version>
712712
</PackageReference>
713713
</ItemGroup>
714714
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

Samples/GDS/Client/GlobalDiscoveryClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
</ItemGroup>
140140
<ItemGroup>
141141
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration">
142-
<Version>1.5.375.457</Version>
142+
<Version>1.5.376.235</Version>
143143
</PackageReference>
144144
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common">
145-
<Version>1.5.375.457</Version>
145+
<Version>1.5.376.235</Version>
146146
</PackageReference>
147147
</ItemGroup>
148148
<ItemGroup>

Samples/GDS/ClientControls/GlobalDiscoveryClientControls.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@
217217
</ItemGroup>
218218
<ItemGroup>
219219
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client">
220-
<Version>1.5.375.457</Version>
220+
<Version>1.5.376.235</Version>
221221
</PackageReference>
222222
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common">
223-
<Version>1.5.375.457</Version>
223+
<Version>1.5.376.235</Version>
224224
</PackageReference>
225225
</ItemGroup>
226226
<ItemGroup>

Samples/GDS/ConsoleServer/NetCoreGlobalDiscoveryServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.2" />
1616
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
17-
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common" Version="1.5.375.457" />
18-
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.375.457" />
17+
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common" Version="1.5.376.235" />
18+
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.376.235" />
1919
</ItemGroup>
2020

2121
</Project>

Samples/GDS/Server/GlobalDiscoveryServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@
235235
<Version>6.5.1</Version>
236236
</PackageReference>
237237
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration">
238-
<Version>1.5.375.457</Version>
238+
<Version>1.5.376.235</Version>
239239
</PackageReference>
240240
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common">
241-
<Version>1.5.375.457</Version>
241+
<Version>1.5.376.235</Version>
242242
</PackageReference>
243243
</ItemGroup>
244244
<PropertyGroup>

Samples/Opc.Ua.Sample/Base/CustomNodeManager.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,6 +2204,7 @@ public virtual void CreateMonitoredItems(
22042204
IList<ServiceResult> errors,
22052205
IList<MonitoringFilterResult> filterErrors,
22062206
IList<IMonitoredItem> monitoredItems,
2207+
bool createDurable,
22072208
ref long globalIdCounter)
22082209
{
22092210
ServerSystemContext systemContext = m_systemContext.Copy(context);
@@ -3087,6 +3088,11 @@ protected virtual void OnSetMonitoringMode(
30873088
{
30883089
// does nothing.
30893090
}
3091+
3092+
public void RestoreMonitoredItems(IList<IStoredMonitoredItem> itemsToRestore, IList<IMonitoredItem> monitoredItems, IUserIdentity savedOwnerIdentity)
3093+
{
3094+
throw new NotImplementedException();
3095+
}
30903096
#endregion
30913097

30923098
#region Private Fields

Samples/Opc.Ua.Sample/Base/DataChangeMonitoredItem.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,8 @@ public IUserIdentity EffectiveIdentity
677677
}
678678
}
679679

680+
public bool IsDurable => throw new NotImplementedException();
681+
680682
/// <summary>
681683
/// Increments the sample time to the next interval.
682684
/// </summary>
@@ -842,6 +844,21 @@ private void Publish(
842844

843845
diagnostics.Enqueue(diagnosticInfo);
844846
}
847+
848+
public bool Publish(OperationContext context, Queue<MonitoredItemNotification> notifications, Queue<DiagnosticInfo> diagnostics, uint maxNotificationsPerPublish)
849+
{
850+
return Publish(context, notifications, diagnostics);
851+
}
852+
853+
public IStoredMonitoredItem ToStorableMonitoredItem()
854+
{
855+
throw new NotImplementedException();
856+
}
857+
858+
public void Dispose()
859+
{
860+
throw new NotImplementedException();
861+
}
845862
#endregion
846863

847864
#region Private Fields

Samples/Opc.Ua.Sample/Base/SampleNodeManager.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,6 +2207,7 @@ public virtual void CreateMonitoredItems(
22072207
IList<ServiceResult> errors,
22082208
IList<MonitoringFilterResult> filterErrors,
22092209
IList<IMonitoredItem> monitoredItems,
2210+
bool createDurable,
22102211
ref long globalIdCounter)
22112212
{
22122213
ServerSystemContext systemContext = m_systemContext.Copy(context);
@@ -3085,6 +3086,11 @@ protected virtual void OnSetMonitoringMode(
30853086
{
30863087
// does nothing.
30873088
}
3089+
3090+
public void RestoreMonitoredItems(IList<IStoredMonitoredItem> itemsToRestore, IList<IMonitoredItem> monitoredItems, IUserIdentity savedOwnerIdentity)
3091+
{
3092+
throw new NotImplementedException();
3093+
}
30883094
#endregion
30893095

30903096
#region Private Fields

0 commit comments

Comments
 (0)