-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
test of nuget publication: https://github.com/OPCFoundation/UA-CloudLibrary/packages/1333120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There was a change to the NuGet redist lic from the OPC Foundation last week, please update the text.
- Why change to async methods? If you do, please always add .ConfigureAwait(false) to awaits.
- Why the "throw new Exception(ex.Message)"? This removes a lot of exception info.
@barnstee I've updated the license headers and added the modifications to the async calls. |
Please fix conflicts. |
This reverts commit a6f6134.
… 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
Please resolve conflicts before merging. |
Done. Please look at my changes once again. |
Pick up OPCFoundation PRs OPCFoundation#95 and OPCFoundation#101
close #70
using https://dotnetfoundation.org/projects/nerdbank-gitversioning for versioning
(same as https://github.com/OPCFoundation/UA-.NETStandard)