-
Notifications
You must be signed in to change notification settings - Fork 563
kernel client error in submit code command with nuget loading #409
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
Conversation
| { | ||
| public enum SubmissionType | ||
| { | ||
| Execution = 0, |
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.
Can we rename this to Run to match the existing terminology in the Try .NET domain?
| public enum SubmissionType | ||
| { | ||
| Execution = 0, | ||
| AnalysisOnly |
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.
Is there an appropriate existing term in our code? Maybe Diagnose if we also want to use this to get diagnostics? Other ideas?
make sure that the default value for SubmissionType has value of 0