https://github.com/dlemstra/visualstudiobug
https://github.com/dlemstra/visualstudiobug
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlemstra/visualstudiobug
- Owner: dlemstra
- Created: 2017-02-09T09:58:51.000Z (over 9 years ago)
- Default Branch: rename-bug
- Last Pushed: 2017-02-11T09:13:45.000Z (over 9 years ago)
- Last Synced: 2025-03-17T19:47:58.820Z (about 1 year ago)
- Language: C#
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# VisualStudioBug
This project demonstrates a bug in:
```
Microsoft Visual Studio Enterprise 2017 RC
Version 15.0.26206.0 D15REL
```
## Steps to reproduce:
* Open VisualStudioBug.sln
* Compile project
* Open VisualStudio.cs
* Select 'VisualStudioBug(net45)' in dropdown
* Change Bug to IBug and keep the cursor there
* Quick Actions => Generate type 'IBug' => Generate interface 'IBug' in new file.
* Press F12 (Go To Definition)
This will result in the following exception:
```
Object reference not set to an instance of an object.
```
The issue has been reported here: https://developercommunity.visualstudio.com/content/problem/18561/object-reference-not-set-to-an-instance-of-an-obje-2.html