An open API service indexing awesome lists of open source software.

https://github.com/dlemstra/visualstudiobug


https://github.com/dlemstra/visualstudiobug

Last synced: 12 months ago
JSON representation

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