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

Versioning and nuget #95

Merged
merged 24 commits into from
Apr 25, 2022
Merged

Versioning and nuget #95

merged 24 commits into from
Apr 25, 2022

Conversation

BoBiene
Copy link
Collaborator

@BoBiene BoBiene commented Mar 29, 2022

@BoBiene
Copy link
Collaborator Author

BoBiene commented Mar 29, 2022

@BoBiene BoBiene self-assigned this Mar 29, 2022
@BoBiene BoBiene added the enhancement New feature or request label Mar 29, 2022
Copy link
Member

@barnstee barnstee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. There was a change to the NuGet redist lic from the OPC Foundation last week, please update the text.
  2. Why change to async methods? If you do, please always add .ConfigureAwait(false) to awaits.
  3. Why the "throw new Exception(ex.Message)"? This removes a lot of exception info.

@malessainray
Copy link
Collaborator

@barnstee I've updated the license headers and added the modifications to the async calls.

@barnstee
Copy link
Member

Please fix conflicts.

… into versioning-and-nuget

# Conflicts:
#	Opc.Ua.CloudLib.Client/ConvertMetadataToAddressspace.cs
#	Opc.Ua.CloudLib.Client/MetadataConverter.cs
#	Opc.Ua.CloudLib.Client/Models/DataResult.cs
#	Opc.Ua.CloudLib.Client/Models/MetadataResult.cs
#	Opc.Ua.CloudLib.Client/Models/ObjectResult.cs
#	Opc.Ua.CloudLib.Client/Models/ReferenceResult.cs
#	Opc.Ua.CloudLib.Client/Models/UANodesetResult.cs
#	Opc.Ua.CloudLib.Client/Models/VariableResult.cs
#	Opc.Ua.CloudLib.Client/PrebuiltQueries.cs
#	Opc.Ua.CloudLib.Client/RestClient.cs
#	Opc.Ua.CloudLib.Client/UACloudLibClient.cs
#	Opc.Ua.CloudLib.Client/WhereExpression.cs
#	SampleConsoleClient/Program.cs
#	UA-CloudLibrary.sln
#	UACloudLibraryGraphQLClient/UACloudLibClientLibrary/Models/InfoModel.cs
#	UACloudLibraryServer/UA-CloudLibrary.csproj
@barnstee
Copy link
Member

Please resolve conflicts before merging.

@BoBiene BoBiene requested a review from barnstee April 22, 2022 19:47
@BoBiene
Copy link
Collaborator Author

BoBiene commented Apr 25, 2022

Please resolve conflicts before merging.

Done. Please look at my changes once again.

@BoBiene BoBiene merged commit 2cbe0e9 into main Apr 25, 2022
MarkusHorstmann added a commit to cesmii/CESMII-CloudLibrary that referenced this pull request Apr 25, 2022
@BoBiene BoBiene deleted the versioning-and-nuget branch April 26, 2022 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CSharp-Client] Add and Publish Nuget-Package
3 participants