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

Updating docs and fixing command #2181

Merged
merged 8 commits into from
Dec 14, 2020
Merged

Conversation

eddynaka
Copy link
Collaborator

@eddynaka eddynaka commented Dec 11, 2020

Changes:

  • Fixing commands
  • Updating docs

trying to fix build

fixing script

Apply level from configuration

updating lgtm version

fixing lgtm version

updating version

adding binlog

rollback change
@eddynaka eddynaka force-pushed the users/ednakamu/multitool-enhancements branch from f3bf90d to 6250141 Compare December 12, 2020 13:48

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: 'msbuild.binlog'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

msbuild.binlog [](start = 22, length = 14)

Our build is failing some times. This will help us investigate

@@ -93,7 +93,7 @@ function Invoke-DotNetBuild($solutionFileRelativePath) {
Write-Information "Building $solutionFileRelativePath..."

$solutionFilePath = Join-Path $SourceRoot $solutionFileRelativePath
& dotnet build $solutionFilePath --configuration $Configuration -v $BuildVerbosity --no-incremental
& dotnet build $solutionFilePath --configuration $Configuration --verbosity $BuildVerbosity --no-incremental -bl
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

-bl [](start = 112, length = 4)

add binlog parameter

@@ -542,6 +542,9 @@ private SupportedPlatform GetCurrentRunningOS()
DefaultDriverOptions.CreateRuleSpecificOption(skimmer, DefaultDriverOptions.RuleEnabled);

RuleEnabledState ruleEnabled = rootContext.Policy.GetProperty(ruleEnabledProperty);
FailureLevel failureLevel = (ruleEnabled == RuleEnabledState.Default || ruleEnabled == RuleEnabledState.Disabled)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

failureLevel [](start = 29, length = 12)

generate failureLevel from the file. With that, we can replace our default value

Copy link
Member

Choose a reason for hiding this comment

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

ok! but we need more unit tests here, clearly. :) maybe yong can help?


In reply to: 541631128 [](ancestors = 541631128)


using Microsoft.CodeAnalysis.Sarif.Driver;

namespace Microsoft.CodeAnalysis.Sarif.Multitool
{
public class ExportValidationConfigurationCommand : ExportConfigurationCommandBase
{
public override IEnumerable<Assembly> DefaultPlugInAssemblies => new Assembly[] {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

DefaultPlugInAssemblies [](start = 46, length = 23)

fixing a null reference

@eddynaka eddynaka self-assigned this Dec 12, 2020
@eddynaka eddynaka marked this pull request as ready for review December 12, 2020 15:50
Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

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

:shipit:

@eddynaka eddynaka merged commit a72c4e6 into main Dec 14, 2020
@eddynaka eddynaka deleted the users/ednakamu/multitool-enhancements branch December 14, 2020 22:55
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.

None yet

2 participants