-
Hi,
I'm trying to install CLI Tool for net5.0 project, but I'm getting compatibility error.
```
Restoring packages for .NETCoreApp,Version=v5.0...
Resolving conflicts for net5.0...
Checking com…
-
While I'm on it:
When targeting .NET5+ we could use ProcessStartInfo.ArgumentList to prevent argument injection by user input https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process…
-
> Package 'ini-parser 2.5.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NE…
-
**Version Used**:
Visual Studio 2019 v16.8.1
dotnet --list-sdks: 5.0.100 , 5.0.104
csproj.TargetFramework: netcoreapp3.1 or net5.0
csproj.LangVersion: latest
**Steps to Reproduce**:
```c#
pub…
-
Using dotnet-sdk v`5.0.100-rc.1.20407.13`, during the execution of `dotnet build` command, the Csc task from `Roslyn/Microsoft.CSharp.Core.targets` (file from this repo) fails with the following stack…
-
I am trying to build a library which could be used on different plattforms. Most of the code is writen for net5.0 but there are also some gui-elements which require net5.0-windows and the UseWpf-flag.…
-
We have various dotnet commands for creating building and running the apps.
For example, the following are the commands for creating, building and running a console app.
```dotnetcli
dotnet ne…
-
### Describe the bug
New to Tye and following the standard tutorial but I've noticed that once I stop my "tye run" and rerun then the dashboard and service is returning 404 Not Found.
I have to rest…
-
This is extended information that may be able to pull GC info in a way that is less performance intensive.
Blog Post:
https://devblogs.microsoft.com/dotnet/the-updated-getgcmemoryinfo-api-in-net-5…
-
Hi all, I'm working on a test project that has multiple targets `netcoreapp3.1`, `net5.0`, and `net6.0`.
- For the targets `netcoreapp3.1` and `net5.0`, the test project needs to reference to NuGet p…