Skip to content

Conversation

@jasonmalinowski
Copy link
Member

Stuff we can delete I noticed while looking at a potential performance improvement.

CPS appears to have moved to the new one several years ago, so we
can delete this now.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner April 10, 2025 22:40
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 10, 2025
@jasonmalinowski jasonmalinowski self-assigned this Apr 11, 2025
I'm a bit suspicious that re-enabling that exception might be unsafe,
so let's be a bit friendlier.
@jasonmalinowski jasonmalinowski force-pushed the project-system-cleanups branch from 2cb96ba to a78ef3e Compare April 11, 2025 23:00
var joinedValues = string.Join(";", values);
throw new InvalidProjectDataException(itemName, joinedValues, $"Item group '{itemName}' is required to specify a single value: '{joinedValues}'.");
}
else if (values.Length == 0)
Copy link
Member Author

Choose a reason for hiding this comment

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

It seems a bit suspicious to me that if we didn't get any back we'd throw an exception since that could be an error case...so going to change the logic a bit.

@jasonmalinowski jasonmalinowski merged commit 0578e10 into dotnet:main Apr 12, 2025
25 checks passed
@jasonmalinowski jasonmalinowski deleted the project-system-cleanups branch April 12, 2025 01:30
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Apr 12, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants