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

Add XML docs and reduce warnings. #149

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Add XML docs and reduce warnings. #149

merged 4 commits into from
Oct 16, 2023

Conversation

CartBlanche
Copy link
Contributor

No description provided.

@@ -28,6 +28,6 @@ public interface IPinDefinitions : IEnumerable<IPin>
/// <summary>
/// Gets or sets the IPinController associated with the IPins
/// </summary>
IPinController Controller { get; set; }
IPinController? Controller { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this impact anything in Meadow.Core?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adrianstevens Good question, I was refactoring for Meadow.CLI. I'll load up Meadow.Core to see what it throws. Thanks for pointing it out.

Copy link
Contributor Author

@CartBlanche CartBlanche Oct 16, 2023

Choose a reason for hiding this comment

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

As per Slack "Meadow.Core builds without errors or warnings, so in theory Meadow.Core has code to check Controller's nullability.

@CartBlanche CartBlanche requested review from adrianstevens and removed request for lamebrain October 15, 2023 18:05
@ctacke ctacke merged commit a1f211a into develop Oct 16, 2023
1 check passed
@CartBlanche CartBlanche deleted the dominique-ReduceWarnings branch October 16, 2023 16:37
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