Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Move debugger attributes to shared partition#15100

Merged
jkotas merged 2 commits intodotnet:masterfrom
jkotas:debuggerattributes
Nov 19, 2017
Merged

Move debugger attributes to shared partition#15100
jkotas merged 2 commits intodotnet:masterfrom
jkotas:debuggerattributes

Conversation

@jkotas
Copy link
Member

@jkotas jkotas commented Nov 19, 2017

  • Break down DebuggerAttributes.cs into more files, and applied cleanup done in CoreRT
  • Moved two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together
@jkotas jkotas force-pushed the debuggerattributes branch from 9bba0a4 to 196b276 Compare November 19, 2017 04:32

public DebuggerDisplayAttribute(string value)
{
if (value == null)

Choose a reason for hiding this comment

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

Nit: While you're at it, this could be simplified as:

Value = value ?? "";

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks - done.

@jkotas
Copy link
Member Author

jkotas commented Nov 19, 2017

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test please

1 similar comment
@jkotas
Copy link
Member Author

jkotas commented Nov 19, 2017

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test please

@jkotas jkotas merged commit b785ee1 into dotnet:master Nov 19, 2017
@jkotas jkotas deleted the debuggerattributes branch November 19, 2017 15:43
dotnet-bot pushed a commit to dotnet/corert that referenced this pull request Nov 19, 2017
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot <[email protected]>
jkotas added a commit to dotnet/corert that referenced this pull request Nov 19, 2017
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot <[email protected]>
jkotas added a commit to dotnet/corert that referenced this pull request Nov 19, 2017
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot <[email protected]>
dotnet-bot pushed a commit to dotnet/corefx that referenced this pull request Jan 13, 2018
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot-corefx-mirror <[email protected]>
dotnet-bot pushed a commit to dotnet/corefx that referenced this pull request Jan 13, 2018
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot-corefx-mirror <[email protected]>
safern pushed a commit to dotnet/corefx that referenced this pull request Jan 16, 2018
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot-corefx-mirror <[email protected]>
safern pushed a commit to dotnet/corefx that referenced this pull request Jan 16, 2018
- Break down DebuggerAttributes.cs into more files, apply cleanup done in CoreRT
- Move two outliers (DebuggerStepperBoundaryAttribute, DebuggerVisualizerAttribute) from CoreFX to CoreLib so that all debugger attributes are together

Signed-off-by: dotnet-bot-corefx-mirror <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants