https://github.com/michaco/vs2017valuetuplebug
VS 2017 Crash using value tuple in class library with multi targeting
https://github.com/michaco/vs2017valuetuplebug
Last synced: over 1 year ago
JSON representation
VS 2017 Crash using value tuple in class library with multi targeting
- Host: GitHub
- URL: https://github.com/michaco/vs2017valuetuplebug
- Owner: MichaCo
- Created: 2017-08-01T05:53:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T11:44:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T20:50:55.960Z (over 1 year ago)
- Language: C#
- Homepage: https://developercommunity.visualstudio.com/content/problem/87677/using-value-tuple-in-multi-targeting-class-library.html
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS2017 Value Tuple Crash
## Steps to reproduce
* Using a class library which targets multiple frameworks (e.g. netstandard1.4, net45), doesn't really matter which ones
* Use the class library in another project (e.g. a console app) which also multi targets (e.g. netcoreapp1.1;net462), again, doesn't matter which targets.
* The class library has a class with a puplic method which returns an IEnumerable of a tupple
* The consumer tries to type `.TupleMethod().Select(`
* The moment Intellisense tries to display information when typing the opening braces, VS crashes
## Screenshot

## VS Issue Tracking
https://developercommunity.visualstudio.com/content/problem/87677/using-value-tuple-in-multi-targeting-class-library.html