Skip to content
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

Fix duplicate errors appended #2416

Open
wants to merge 1 commit into
base: main-powderhouse
Choose a base branch
from

Commits on May 4, 2024

  1. Fix duplicate errors appended

    Fixes dotnet#2392.
    This is a port from the fix on main. However due to additional work that is currently being done on Powerderhouse it is forcing the creation of the ArgumentConversionResult as part of parsing. This is due to the invocation SymbolResultTree.GetValueResultDictionary() which forces the evaluation of all ArgumentConversionResults. This is adding an additional test to make sure that the behavior is not re-introduced. This also fixes a few NRT issues and a comment typo.
    Keboo committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4bf602b View commit details
    Browse the repository at this point in the history