Skip to content

Build fixups in master #19338

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

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Build fixups in master #19338

merged 1 commit into from
Feb 26, 2020

Conversation

pranavkm
Copy link
Contributor

  • Fix error with nullable
  • Commit yarn.lock produced from building Microsoft.InteropJS

@@ -42,39 +42,39 @@ public bool TryFindElementById(string id, [NotNullWhen(true)] out ElementNode? e
foreach (var kvp in Components)
{
var component = kvp.Value;
if (TryGetElementFromChildren(component, out element))
if (TryGetElementFromChildren(component, id, out element))
{
return true;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This complains because element isn't guaranteed to be non-null. Only appears when building in VS

@@ -0,0 +1,258 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JunTaoLuo does the package.json need to be removed?

Copy link
Member

Choose a reason for hiding this comment

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

You mean the package.lock.json? Then you can remove it if you'd like.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, you're right, the lock file.

* Fix error with nullable
* Commit yarn.lock produced from building Microsoft.InteropJS
@pranavkm pranavkm force-pushed the prkrishn/fixup-notnull branch from 293e8d7 to 3177f2d Compare February 25, 2020 21:48
@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 26, 2020
@pranavkm pranavkm merged commit 810b9b0 into master Feb 26, 2020
@pranavkm pranavkm deleted the prkrishn/fixup-notnull branch February 26, 2020 18:45
@pranavkm pranavkm added this to the 5.0.0-preview2 milestone Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants