Skip to content

Commit

Permalink
Merge pull request #50 from cesmii/mhdev3
Browse files Browse the repository at this point in the history
Azure AD auth, Delete API
  • Loading branch information
MarkusHorstmann authored Sep 25, 2023
2 parents b2adf53 + cd894f7 commit 74b6008
Show file tree
Hide file tree
Showing 77 changed files with 5,622 additions and 316 deletions.
1 change: 0 additions & 1 deletion CloudLibSync/CloudLibSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public async Task SynchronizeAsync(string sourceUrl, string sourceUserName, stri
targetNodesets.AddRange(targetNodeSetResult.Edges.Select(e => e.Node));
targetCursor = targetNodeSetResult.PageInfo.EndCursor;
} while (targetNodeSetResult.PageInfo.HasNextPage);

bAdded = false;

GraphQlResult<Nodeset> sourceNodeSetResult;
Expand Down
2 changes: 1 addition & 1 deletion CloudLibSync/CloudLibSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<ProjectReference Include="..\Opc.Ua.CloudLib.Client\Opc.Ua.Cloud.Library.Client.csproj" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.371.60" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.371.96" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta3.22114.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CloudLibSync/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public async Task<int> MainAsync(string[] args)
uploadCommand,
};

await root.InvokeAsync(args);
await root.InvokeAsync(args).ConfigureAwait(false);

return 0;
}
Expand Down
Loading

0 comments on commit 74b6008

Please sign in to comment.