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 has error property in response #2074

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

xueningl-az
Copy link
Contributor

Add a HasError property in CompatibilityCheckerResponse class

@@ -20,6 +20,7 @@ public class ProjectAnalysisResult : ProjectDetails, IDisposable
public ExternalReferences ExternalReferences { get; set; }
public ProjectCompatibilityResult ProjectCompatibilityResult { get; set; }

public bool HasError { get; set; } //GetCompatibilityResponse HasError
Copy link
Contributor

Choose a reason for hiding this comment

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

If this only signals errors from compatibility checking, can we rename it to HasCompatibilityCheckingError? Also, is it possible to save these errors to a property as well? Something like CompatibilityCheckingErrors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure. Updated.

@xueningl-az xueningl-az merged commit 4e1e15a into main Oct 30, 2023
3 checks passed
@xueningl-az xueningl-az deleted the bugfix-compatibility-checker-response branch October 30, 2023 17:01
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.

5 participants