这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@colombod
Copy link
Member

make sure that the default value for SubmissionType has value of 0

@colombod colombod requested a review from jonsequitur August 29, 2019 16:21
{
public enum SubmissionType
{
Execution = 0,
Copy link
Contributor

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
Copy link
Contributor

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?

@colombod colombod changed the title default SubmissionType to Execute and explicitly mark the flag as 0 kernel client error in submit code command with nuget loading Aug 29, 2019
@colombod colombod merged commit f79ef5c into dotnet:master Aug 29, 2019
@colombod colombod deleted the feature/default_enum_value branch August 29, 2019 22:33
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