Click here to Skip to main content
15,893,588 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeThe Rain PinPopular
Sandeep Mewara22-Nov-20 4:22
mveSandeep Mewara22-Nov-20 4:22 
GeneralRe: The Rain Pin
Richard MacCutchan22-Nov-20 4:34
mveRichard MacCutchan22-Nov-20 4:34 
GeneralRe: The Rain Pin
Slacker00722-Nov-20 6:20
professionalSlacker00722-Nov-20 6:20 
GeneralRe: The Rain Pin
Vikram A Punathambekar23-Nov-20 1:39
Vikram A Punathambekar23-Nov-20 1:39 
GeneralRe: The Rain Pin
Richard MacCutchan23-Nov-20 2:05
mveRichard MacCutchan23-Nov-20 2:05 
GeneralSpeaking of Visual Studio... (A warning!) Pin
Sander Rossel22-Nov-20 1:30
professionalSander Rossel22-Nov-20 1:30 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Slacker00722-Nov-20 1:35
professionalSlacker00722-Nov-20 1:35 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Sander Rossel22-Nov-20 1:45
professionalSander Rossel22-Nov-20 1:45 
I don't use preview builds of VS or anything.
I've looked at those preview features, unticked them all, restarted, and I'm at least still getting the GenerateTypeCodeFixProvider error.
To see if you've also got it, in any method, simply enter:
C#
var c = new MyClass
{
    MyProperty = 1
};
Then stand on "MyClass" and hit ctrl + . (provided MyClass is not an actual class in your project).
This opens your refactoring menu and should immediately cause the GenerateTypeCodeFixProvider to encounter an error.
None of the refactoring options work after that, even after enabling the provider again.

GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Slacker00722-Nov-20 3:00
professionalSlacker00722-Nov-20 3:00 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Sander Rossel22-Nov-20 5:41
professionalSander Rossel22-Nov-20 5:41 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Chris C-B22-Nov-20 2:20
Chris C-B22-Nov-20 2:20 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
honey the codewitch22-Nov-20 2:25
mvahoney the codewitch22-Nov-20 2:25 
GeneralRe: Speaking of Visual Studio... (A warning!) PinPopular
Sander Rossel22-Nov-20 2:34
professionalSander Rossel22-Nov-20 2:34 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
honey the codewitch22-Nov-20 2:38
mvahoney the codewitch22-Nov-20 2:38 
GeneralRe: Speaking of Visual Studio... (A warning!) PinPopular
Gary R. Wheeler22-Nov-20 5:42
Gary R. Wheeler22-Nov-20 5:42 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
David O'Neil23-Nov-20 18:39
professionalDavid O'Neil23-Nov-20 18:39 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Nelek22-Nov-20 8:18
protectorNelek22-Nov-20 8:18 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
den2k8822-Nov-20 9:58
professionalden2k8822-Nov-20 9:58 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
honey the codewitch22-Nov-20 10:16
mvahoney the codewitch22-Nov-20 10:16 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
markrlondon23-Nov-20 0:33
markrlondon23-Nov-20 0:33 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
den2k8823-Nov-20 0:52
professionalden2k8823-Nov-20 0:52 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
RickZeeland22-Nov-20 2:32
mveRickZeeland22-Nov-20 2:32 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
theoldfool22-Nov-20 3:43
professionaltheoldfool22-Nov-20 3:43 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Sander Rossel22-Nov-20 5:35
professionalSander Rossel22-Nov-20 5:35 
GeneralRe: Speaking of Visual Studio... (A warning!) Pin
Rick York22-Nov-20 7:02
mveRick York22-Nov-20 7:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.