Skip to content

Commit 94a52bd

Browse files
committed
2 parents 1543eae + a51bb94 commit 94a52bd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ This project provides a custom debugging visualizer that maps out these possible
2828

2929
Choose **DateTime Visualizer** from the magnifying glass dropdown on an expression which references a `DateTime` while in a Visual Studio debugging session. If there is only one entry, or you've previously chosen it, you can click directly on the magnifying glass.
3030

31-
> **Note**
32-
> If the type of the target expression is `DateTime`:
33-
>
34-
> var dte = new DateTime(2001, 1, 1, 1, 1, 1, DateTimeKind.Unspecified);
35-
> the visualizer API will not pass the `DateTime` across to the debuggee side ([#7](https://github.com/zspitz/DateTimeVisualizer/issues/7)), and you'll see a message like this:
36-
>
37-
> ![Screenshot](null-at-debuggee-side.png)
38-
>
39-
> You can workaround this by opening the visualizer on a boxed expression:
40-
>
41-
> (object)dte
42-
4331
The UI components (views and viewmodels) are also available as a [NuGet package](https://www.nuget.org/packages/DateTimeVisualizer.UI/) for use in your own applications.
4432

4533
## Requirements / Supports

0 commit comments

Comments
 (0)