-
Notifications
You must be signed in to change notification settings - Fork 93
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
NOT WORKING Extract Sarif.Multitool.Library from Sarif.Multitool #2053
Conversation
@@ -13,8 +13,8 @@ namespace Microsoft.CodeAnalysis.Sarif.Multitool | |||
{ | |||
public abstract class CommandBase | |||
{ | |||
internal const int SUCCESS = 0; | |||
internal const int FAILURE = 1; | |||
public const int SUCCESS = 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.
public [](start = 8, length = 6)
Needs to be public for the sake of Program
in Sarif.Multitool.
@@ -160,7 +160,7 @@ internal class MultitoolResources { | |||
} | |||
|
|||
/// <summary> | |||
/// Looks up a localized string similar to No security token was provided. Populate the 'SarifWorkItemFilingSecurityPat' environment variable with a valid personal access token or pass a token in a configuration file using the --configuration option. | |||
/// Looks up a localized string similar to No security token was provided. Populate the 'SarifWorkItemFilingPat' environment variable with a valid personal access token or pass a token in a configuration file using the --configuration option. |
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.
Pat [](start = 123, length = 3)
I don't know why this changed. I didn't touch the resources in this PR.
Replaced by #2054. |
No description provided.