Skip to content

Remove dead resource strings from Microsoft.VisualBasic.Core#40053

Merged
jkotas merged 1 commit into
dotnet:masterfrom
Marusyk:rmarusyk/40016
Jul 30, 2020
Merged

Remove dead resource strings from Microsoft.VisualBasic.Core#40053
jkotas merged 1 commit into
dotnet:masterfrom
Marusyk:rmarusyk/40016

Conversation

@Marusyk

@Marusyk Marusyk commented Jul 28, 2020

Copy link
Copy Markdown
Member

Fixes #40016

Please review
Thank you in advance

@ghost

ghost commented Jul 28, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @cston
See info in area-owners.md if you want to be subscribed.

@jkotas

jkotas commented Jul 29, 2020

Copy link
Copy Markdown
Member
  Starting:    Microsoft.VisualBasic.Core.Tests (parallel test collections = on, max threads = 2)
    Microsoft.VisualBasic.Tests.ConversionTests.ErrorToString_WithErrorNumber(errorNumber: 7) [FAIL]
      Assert.NotNull() Failure
      Stack Trace:
        /_/src/libraries/Microsoft.VisualBasic.Core/tests/ConversionTests.cs(145,0): at Microsoft.VisualBasic.Tests.ConversionTests.ErrorToString_WithErrorNumber(Int32 errorNumber)
    Microsoft.VisualBasic.Tests.ErrObjectTests.FilterDefaultMessage [FAIL]
      Assert.NotEqual() Failure
      Expected: Not "Exception from HRESULT: 0x80"
      Actual:   "Exception from HRESULT: 0x80"
      Stack Trace:
        /_/src/libraries/Microsoft.VisualBasic.Core/tests/ErrObjectTests.cs(91,0): at Microsoft.VisualBasic.Tests.ErrObjectTests.FilterDefaultMessage()

Comment thread src/libraries/Microsoft.VisualBasic.Core/src/Resources/Strings.resx Outdated
@jkotas

jkotas commented Jul 30, 2020

Copy link
Copy Markdown
Member

Opened #40115 on the test failure

@jkotas jkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

@jkotas jkotas merged commit 44add55 into dotnet:master Jul 30, 2020
@danmoseley

Copy link
Copy Markdown
Member

Nice cleanup, thank you @Marusyk . If you are interested in another contribution .. https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs

@Marusyk Marusyk deleted the rmarusyk/40016 branch July 30, 2020 07:53
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some dead resource strings in Microsoft.VisualBasic.Core

6 participants