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

Remove the GoogleCloudExtension.Utils.OutputStream enum. #1080

Closed ILMTitan closed 5 years ago

ILMTitan commented 5 years ago

Remove the GoogleCloudExtension.Utils.OutputStream enum. Remove non-async members of GcpOutputWindow. Cleanup other misspellings, compile warnings and formatting.

This branch includes code from PR #1079. The new changes are in commit bc68448 and def3ded.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1080 into master will increase coverage by 0.07%. The diff coverage is 34.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1080      +/-   ##
==========================================
+ Coverage   50.18%   50.25%   +0.07%     
==========================================
  Files         482      482              
  Lines       11960    11928      -32     
==========================================
- Hits         6002     5995       -7     
+ Misses       5958     5933      -25
Impacted Files Coverage Δ
...nsion/GoogleCloudExtension/GCloud/GCloudContext.cs 92.45% <ø> (-0.77%) :arrow_down:
...sion/GoogleCloudExtension/GCloud/KubectlContext.cs 92.3% <ø> (ø) :arrow_up:
...nsion/GoogleCloudExtension/GCloud/GCloudWrapper.cs 0% <0%> (ø) :arrow_up:
...sion/GoogleCloudExtension/Utils/GcpOutputWindow.cs 0% <0%> (-5.56%) :arrow_down:
...xtension/GoogleCloudExtension/Git/GitRepository.cs 0% <0%> (ø) :arrow_up:
...CloudExtension/VsVersion/VS15/ToolsPathProvider.cs 100% <100%> (ø) :arrow_up:
...CloudExtension/VsVersion/VS14/ToolsPathProvider.cs 100% <100%> (ø) :arrow_up:
...eCloudExtension/VsVersion/ToolsPathProviderBase.cs 100% <100%> (ø) :arrow_up:
...CloudExtension/VsVersion/VS16/ToolsPathProvider.cs 100% <100%> (ø) :arrow_up:
...GoogleCloudExtension/Deployment/NetCoreAppUtils.cs 63.04% <100%> (ø) :arrow_up:
... and 6 more

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 a39cbc4...b994d19. Read the comment docs.