-
**Describe the bug**
The build error you receive when incorrectly targeting `net5.0` instead of `net5.0-windows10.0.xxxxx` is very unhelpful:
```
Error MSB4086 A numeric comparison was attempted on…
-
Example runs shows all other test assemblies complete except for Microsoft.Diagnostics.Monitoring.Tool.UnitTests
From https://dev.azure.com/dnceng/internal/_build/results?buildId=1920870&view=logs&…
-
The version parsing uses `Microsoft.Extensions.Primitives.StringSegment` to efficiently pass subsegments of strings without constructing new string instances. That library supports all the versions t…
-
啥时候升级到.NET5???
左侧菜单能隐藏吗?谢谢
-
### Description
Initializing a new F# project and using paket breaks the project.
### Repro steps
Make sure that .net6 or .net7 are installed.
1. create a new project with `dotnet new consol…
-
#### Security Issue
**Problem:** Insecure temporary file creation methods should not be used.
```CSharp
var tempZipName = Path.GetTempFileName();
var tempEntryName = Path.GetTempFileName();
`…
-
It would be good to update this to directly support .net8.0.
Should also consider removing support for pre .net6.0 versions (core 3.1, net5.0)
Happy to submit a PR to do this, but wanted to che…
-
Hi there
Would you consider a PR that changes the Target Framework to .netstandard, so that it supports .net Framework 4.6+ and .net core/.net5+?
I've forked and tried it out: https://github.com/eCa…
-
### Describe the bug**
All projects show as "(load failed)" when run in net5.0 devcontainer -- even after a successful `dotnet build`.
### Steps to reproduce
1. Open [sln](https://github.com/Jord…
-
Which (preview) version of .NET 5 will this work with?