From 94dffd9cca43c7988af3ccc2992dd614a6e0c317 Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Tue, 18 Jul 2023 20:07:50 +0200 Subject: [PATCH] Update OPC UA stack Nugets only (#184) * Rename addressspace -> namespace * Disable logerror warning. * Fix using Async in method names. * Implement disposeable on postgresql implementation. * bug fix. * Bug and code analyzer warning fixes and fix naming of cloudlibclient variables. * Fix regression. * Fix regression. * Fix formatting. * fix formatting. * fix formatting. * fix formatting. * Fix formatting. * Added docker compose back into solution file and deleted extra solution file. * Fix one more (misspelt) addressspace -> namespace rename. * Remove dups from category and org queries. * Remove unneeded using. * Fix cut and paste error. * Fix client lib. * Property name change from nodesetCreationTime to publicationDate to be consistent. * Fix for bug https://github.com/OPCFoundation/UA-CloudLibrary/issues/90 * Fixes security CVE-2022-30187 and maintain stack info on exception. * Fix build break and CVEs. * Added Azure Data Protection Key per instance and updated NuGets. * Fix version string. * Fix CloudLib Explorer exception and many async and dependency injection-related issues. * update version to match spec. * Fix usings/whitespace. * Move QueryModel to GraphQL folder. * Switch to Postmark as Sendgrid disabled our account and was unreliable anyway. * Bring sendgrid back in optionally. * Added description for data protection env variable. * Fix CVE and update other NuGets, too. * Switch to localhost for DB endpoint and add missing env variable. * Re-enabling builsing the sync tool. * NodeSetModel 1.0.13 plus migrations * File encoding fix * Update to latest OPC UA stack to avoid security issue. --------- Co-authored-by: Markus Horstmann --- CloudLibSync/CloudLibSync.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudLibSync/CloudLibSync.csproj b/CloudLibSync/CloudLibSync.csproj index 4d357708..ed505bfe 100644 --- a/CloudLibSync/CloudLibSync.csproj +++ b/CloudLibSync/CloudLibSync.csproj @@ -9,7 +9,7 @@ - +