Skip to content

Clean up project, document and solution infos#41901

Merged
tmat merged 10 commits intodotnet:masterfrom
tmat:CleanupProjectInfo
Feb 27, 2020
Merged

Clean up project, document and solution infos#41901
tmat merged 10 commits intodotnet:masterfrom
tmat:CleanupProjectInfo

Conversation

@tmat
Copy link
Copy Markdown
Member

@tmat tmat commented Feb 23, 2020

Adds missing tests and argument validation. Moves argument validation closer to exposed public surface.

Fixes #37880

@tmat tmat requested review from a team as code owners February 23, 2020 21:58
@tmat tmat changed the title Clean up project, document and solution infos WIP: Clean up project, document and solution infos Feb 23, 2020
@tmat tmat changed the title WIP: Clean up project, document and solution infos Clean up project, document and solution infos Feb 25, 2020
@tmat
Copy link
Copy Markdown
Member Author

tmat commented Feb 25, 2020

@jasonmalinowski @dotnet/roslyn-ide PTAL

@tmat tmat added the Area-IDE label Feb 25, 2020
Comment thread src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs Outdated
Comment thread src/Test/Utilities/Portable/Mocks/TestAnalyzerReference.cs Outdated
Comment thread src/Workspaces/Core/Portable/Workspace/Solution/DocumentInfo.cs Outdated
Comment thread src/Workspaces/Core/Portable/Workspace/Solution/DocumentInfo.cs Outdated
Comment thread src/Workspaces/Core/Portable/Workspace/Solution/ProjectInfo.cs Outdated
Comment thread src/Workspaces/Core/Portable/Workspace/Solution/ProjectInfo.cs Outdated
Comment thread src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs Outdated
@tmat tmat force-pushed the CleanupProjectInfo branch from a4627aa to dcae0fb Compare February 26, 2020 02:22
@tmat
Copy link
Copy Markdown
Member Author

tmat commented Feb 26, 2020

@CyrusNajmabadi Feedback addressed.

Comment thread src/Workspaces/Core/Portable/Workspace/Solution/DocumentInfo.cs
Copy link
Copy Markdown
Contributor

@CyrusNajmabadi CyrusNajmabadi left a comment

Choose a reason for hiding this comment

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

Overall i'm ok with this. There are a couple of points that it would be good to cleanup.

@tmat tmat merged commit 7377d73 into dotnet:master Feb 27, 2020
@tmat tmat deleted the CleanupProjectInfo branch February 27, 2020 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ProjectInfo.WithCompilationOptions and WithParseOptions doesn't correctly handle null values

3 participants