-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.good first issuehelp wanted
Milestone
Description
Given code like
System.Text.Json.JsonSerializerOptions(
JsonSerializerDefaults.Web,
IgnoreNullValues = true)IgnoreNullValues is obsolete but does not trigger a warning.
Writing System.Text.Json.JsonSerializerOptions().IgnoreNullValues does properly warn.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.good first issuehelp wanted
Type
Projects
Status
Done