-
### Describe the bug
Running `dotnet tool install dotnet-ef` on a system which does not have the .NET 8.0 SDK installed, the installation fails with:
```
error NU1202: Package dotnet-ef 8.0.0 is no…
-
## Issue Description ##
Omnisharp extension doesn't auto-complete. I only get the highlighting.
After the dot, I only get keywords already used in my current file, nothing more.
## Steps to Repro…
-
I am testing .NET 6 on my dev environment. The simple hello world console app works well, but simple ASP.NET Core Web application consistently throwing following exception when running on Windows Serv…
-
Hello,
I want to congratulate for this ingenuous project. I have some questions...
1. I tried the lightweightserver with named pipes and compared with [grpc-dotnet-namedpipes](https://github.com/cy…
-
When I get a memory dump of any .net core project I am seeing lots of uknown objects with no clear description as below :
![image](https://user-images.githubusercontent.com/4114592/52109190-06feab0…
-
Moving https://github.com/dotnet/cli/issues/5248 on behalf of @squid16
----
## Steps to reproduce
Using Visual Studio 2015, update 3, on Windows 10:
1.Create a .NET Core Web Application (WebAp…
-
## 前言
古人云:“书中自有黄金屋,书中自有颜如玉”,说明了书籍的重要性。作为程序员,我们需要不断学习以提升自己的核心竞争力。以下是一些优秀的C#/.NET/.NET Core相关学习书籍,值得.NET开发者们学习和专研。书籍已分类,欢迎大家PR分享自己觉得不错的C#/.NET/.NET Core宝藏书籍。
- [📚C#/.NET/.NET Core推荐学习书籍Issues](https…
-
**REGRESSION INFO:** Worked in 17.11.2 and 17.12 Preview 2(which includes 9.0 RC1).
Azure DevOps work item: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2248967
**TESTCASES AFFECTED**
…
-
There's a new overview page when one opens the service capabilities node for asp.net core projects. We should create one for netcore console app projects as well.
-
When developing a VS ProjectType (VSIX package) - the typical approach to bundle nuget packages with project templates is use this in teh vstemplate:
```
NuGet.VisualStudio.Interop, Version…