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

NOT WORKING Extract Sarif.Multitool.Library from Sarif.Multitool #2053

Closed
wants to merge 10 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 1, 2020

No description provided.

@ghost
Copy link
Author

ghost commented Sep 1, 2020

//------------------------------------------------------------------------------

Unused.


Refers to: src/Sarif.Multitool/ValidatorResources.Designer.cs:1 in 038e7f3. [](commit_id = 038e7f3, deletion_comment = True)

@@ -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;
Copy link
Author

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 &apos;SarifWorkItemFilingSecurityPat&apos; 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 &apos;SarifWorkItemFilingPat&apos; environment variable with a valid personal access token or pass a token in a configuration file using the --configuration option.
Copy link
Author

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.

@ghost ghost changed the title Extract Sarif.Multitool.Library from Sarif.Multitool NOT WORKING Extract Sarif.Multitool.Library from Sarif.Multitool Sep 1, 2020
@ghost
Copy link
Author

ghost commented Sep 2, 2020

Replaced by #2054.

@ghost ghost closed this Sep 2, 2020
@eddynaka eddynaka deleted the users/lgolding/multitool-library-package branch December 24, 2020 11:09
This pull request was closed.
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.

0 participants