Skip to content

Add entry for breaking change doc for 5.0 - #18542

Merged
gewarren merged 3 commits into
dotnet:masterfrom
buyaa-n:change_argex_to_ioe
May 27, 2020
Merged

Add entry for breaking change doc for 5.0#18542
gewarren merged 3 commits into
dotnet:masterfrom
buyaa-n:change_argex_to_ioe

Conversation

@buyaa-n

Copy link
Copy Markdown
Contributor

InvalidOperationException instead ArgumentException breaking change update

Starting in .NET Core 5.0, System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(string instanceName) throws xref:System.InvalidOperationException instead of xref:System.ArgumentException if user attempt to create already existing instance.

Related to dotnet/runtime#35717

@gewarrengewarren left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for adding this @buyaa-n. I left a few suggestions.

Co-authored-by: Genevieve Warren <gewarren@microsoft.com>
@buyaa-n

Copy link
Copy Markdown
ContributorAuthor

Thanks for adding this @buyaa-n. I left a few suggestions.

Thank you @gewarren, feedbacks applied

@gewarrengewarren left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

There were a few build warnings, so a couple more things to fix.

Comment threaddocs/core/compatibility/3.1-5.0.md Outdated
Comment threaddocs/core/compatibility/corefx.md Outdated
Co-authored-by: Genevieve Warren <gewarren@microsoft.com>
@buyaa-n

Copy link
Copy Markdown
ContributorAuthor

There were a few build warnings, so a couple more things to fix.

@gewarren done thanks! Seems build passed

@gewarren
gewarren merged commit 20b44a6 into dotnet:masterMay 27, 2020
@buyaa-n
buyaa-n deleted the change_argex_to_ioe branch September 1, 2021 22:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@buyaa-n@gewarren@BillWagner@dotnet-bot