-
1. The link [.NET 4.7.2 for for Windows 7 SP1, Windows 8.1, Windows 10 Anniversary Update, Windows 10 Creators Update, Windows 10 Fall Creators Update, Windows Server 2008 R2 SP1, Windows Server …
-
## Details about Problem
I was trying to pack, a library, managed by a legacy csproj file. Nuget pack command was able to pack the library excluding the target framework version information in the n…
-
## Issue Description ##
We have an extremely large solution circa 130 projects which I assume is pushing the performance bounderies of Omnisharp. Intellisense is flakey and often completely unrespons…
-
# Trending repositories for C#
1. [**GhostPack / Seatbelt**](https://github.com/GhostPack/Seatbelt)
__Seatbelt is a C# project that performs a number of security oriented host-sur…
-
**Version Used**: 4.2.0-1.22116.16 (cb93a990)
**Steps to Reproduce**:
```csharp
using System;
using System.Diagnostics.CodeAnalysis;
var lambda = [SuppressMessage("", "CA2013")] () => Objec…
-
**Version Used**: 2.10.0
**Steps to Reproduce**:
Code and paste the following code into a .net core 2.2 console app and run it.
```
using System;
using Microsoft.CodeAnalysis.CSharp.Scripting…
-
When opening the master branch in a fresh copy of VS2010 on Win7 running in VMWare, I get the following errors/warnings:
Error 1 The type or namespace name 'Machine' could not be found (are you m…
-
Type: Bug
Given a single line like:
`var db = builder.AddPostgres("postgres")`
And you hit enter after that line, in Visual Studio, it goes to a new line, but also indents with my default tab/spac…
-
Issue Type: Bug
1. From VS Code, do Ctrl+Shift+F to open Search and Replace in primary side bar.
2. In the regex pattern text box, enter the pattern `(using [^:]+; *)(\r\n|\n)(?=namespace)`
3. In…
-
I keep getting the following error when I opened the codes on my computer:
> MemoryStream innerUncompressedData
The type 'Stream' is defined in an assembly that is not referenced. You must add a ref…