GoogleCloudPlatform / google-cloud-visualstudio

Google Cloud Tools for Visual Studio
https://cloud.google.com/tools/visual-studio/docs/
Apache License 2.0
88 stars 51 forks source link

Fix a potential null reference exception. #1060

Closed ILMTitan closed 6 years ago

ILMTitan commented 6 years ago

Fixes #1057

codecov[bot] commented 6 years ago

Codecov Report

Merging #1060 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1060      +/-   ##
==========================================
+ Coverage   49.73%   49.73%   +<.01%     
==========================================
  Files         479      479              
  Lines       11719    11720       +1     
==========================================
+ Hits         5828     5829       +1     
  Misses       5891     5891
Impacted Files Coverage Δ
...ension/PickProjectDialog/PickProjectIdViewModel.cs 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2aa2d03...a5547a2. Read the comment docs.

ILMTitan commented 6 years ago

PTAL