Visual Studio 2022 not recognizing SDK project format

My VS 2022 Community Edition seems to not recognize the SDK project file format in a .NET 6 solution which works fine for my team mates. Solution explorer is empty, the existing files get shown only by activating the "Show all files" option. I can "Include in project" them which leads to the class names being included in the csproj file, which should NOT be the case with SDK project files. The csproj file header is (correctly)

<Project Sdk="Microsoft.NET.Sdk">

What am I missing?



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)