-
When decompressing the compressed value of a certain string -- `EdisMax2` -- via GzipStream on netcore2.2 on macOS Sierra there is a `System.IO.InvalidDataException: "The archive entry was compressed …
-
I have migrated my project to .NET Core 2.1 and noticed a huge performance drop in RegEx matching when using `RegexOptions.Compiled` in a loop.
Simple reproducer using [BenchmarkDotNet](https://git…
-
## Steps to reproduce
1. Add the Microsoft.DotNet.InternalAbstractions nuget package
2. Call an API in System.Runtime.InteropServices.RuntimeInformation
(BenchmarkDotNet meets both of those require…
-
I ran into this when using the package [`Microsoft.CodeAnalysis.CSharp/2.0.0`](https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp/) (_2.0.0 is the latest version I can find_) in my project t…
-
After updating to .net 6 and Functions v4, VSCode extension fails to create because of a problem getting versions to select from.
#### Repro steps
https://user-images.githubusercontent.com/98195…
-
提示这个 The feature 'using declarations' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
-
Using .NETCore2.0, Win10, it seems the `throw` keywor
Using the `throw` keyword loose all the initial stacktrace information.
You can workaround with `ExceptionDispatchInfo.Capture(ex).Throw();`,…
-
While migrating SharpZipLib pcl library to netstandard1.3 and tests to netcore2.0 I noticed an issue with a few of their tests:
```
…
-
So I'm using latest build on windows and ubuntu 14.04 I have rids in my csproj, but publishing isn't including .exe for my app.
-
_From @NicolasDorier on August 22, 2017 14:56_
Using .NETCore2.0, Win10, it seems the `throw` keywor
Using the `throw` keyword loose all the initial stacktrace information.
You can workaround wi…