NEW: Update Microsoft.Json.Schema.* packages from 2.1.0.0 to 2.3.0.0. #2648
BRK: Update Invocation.ExitCode, Invocation.ExitSignalNumber, Invocation.ProcessId, Result.OccurrenceCount, EdgeTraversal.StepOverEdgeCount, Notification.ThreadId, StackFrame.ThreadId, ThreadFlowLocation.NestingLevel, and WebResponse.StatusCode properties from int to int? type. #2648
Due to impact of the 4 line/columns numbers for Region, proposed for a separated PR and will need a confirmation for the details before start.
The reason of this change is, the upgrade of the Microsoft.Json.Schema.* packages exposed an issue that a few int properties should be nullable but it is current not nullable in our C# code.
Microsoft.Json.Schema.*
packages from 2.1.0.0 to 2.3.0.0. #2648Invocation.ExitCode
,Invocation.ExitSignalNumber
,Invocation.ProcessId
,Result.OccurrenceCount
,EdgeTraversal.StepOverEdgeCount
,Notification.ThreadId
,StackFrame.ThreadId
,ThreadFlowLocation.NestingLevel
, andWebResponse.StatusCode
properties fromint
toint?
type. #2648Due to impact of the 4 line/columns numbers for
Region
, proposed for a separated PR and will need a confirmation for the details before start.The reason of this change is, the upgrade of the
Microsoft.Json.Schema.*
packages exposed an issue that a few int properties should be nullable but it is current not nullable in our C# code.