Skip to content

Update to version 8#256

Merged
KirillOsenkov merged 1 commit intoKirillOsenkov:masterfrom
benvillalobos:version-8
Aug 23, 2019
Merged

Update to version 8#256
KirillOsenkov merged 1 commit intoKirillOsenkov:masterfrom
benvillalobos:version-8

Conversation

@benvillalobos
Copy link
Copy Markdown
Contributor

Fixes #253

Related PR: dotnet/msbuild#4461

Added support for viewing version 8 binlogs that include the following events:

  • PropertyReassignment
  • UninitializedPropertyRead
  • EnvironmentVariableRead
  • PropertyInitialValueSet


return e;
}
private BuildEventArgs ReadUninitializedPropertyReadEventArgs()
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Should have an empty line between methods

Write(e.NewValue);
Write(e.Location);
}
private void Write(UninitializedPropertyReadEventArgs e)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

here as well

(
string environmentVariableName,
string message,
string helpKeyword=null,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

a space on both sides of =

{
EnvironmentVariableName = environmentVariableName;
}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

no two consecutive empty lines in .cs files

@KirillOsenkov KirillOsenkov merged commit e73fef9 into KirillOsenkov:master Aug 23, 2019
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.

Update viewer for this

2 participants