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

[fix] misleading parameter types for .NET examples #128

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

nwithan8
Copy link
Member

Shipments properties of parameter sets in .NET are type List<IShipmentParameter>, not type List<Shipment>. Shipment inherits IShipmentParameter, and therefore can be passed into the list, but the list type must be List<IShipmentParameter>.

@nwithan8 nwithan8 requested a review from a team April 23, 2024 22:16
@nwithan8 nwithan8 merged commit dc55a2d into master Apr 24, 2024
9 checks passed
@nwithan8 nwithan8 deleted the csharp_parameters branch April 24, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants