-
When deserializing the configuration using the binder via configurationRoot.Get() method, some of the child elements are duplicated.
In the below code snipped:
```
using Microsoft.Extensions.Configur…
-
**Visual Studio Version**: 16.2.0
**Summary**: Compiling project with XAML Service references fails with `The target "CoreCompile" does not exist in the project.`
**Steps to Reproduce**:
1. H…
-
1. Create a travesal project that contains projects that need to restore nuget packages.
2. Execute msbuild dirs.proj /t:Restore
3. No all projects are restored.
-
### Describe the bug
The app fails to start with
```
Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception.
---> System.Dl…
-
I have some multi target libraries, which contains code for .NET 8 and .NET Standard 2.0.
The .NET Standard target is for some .NET Framework 4.8 applications. For that I use some AspNetCore 2.1 pack…
-
### Preflight Checklist
- [X] I have installed the [latest version of Power Query SDK](https://github.com/microsoft/vscode-powerquery-sdk/releases/latest).
- [X] I have checked existing resources,…
-
Tried to "dotnet build" your tool and got this little output:
```
(base) ➜ FSX git:(master) dotnet build
Willkommen bei .NET 8.0!
---------------------
SDK-Version: 8.0.107
--------------…
-
Copied from https://github.com/dotnet/vscode-csharp/issues/7308, originally filed by @curllog
### Describe the Issue
I'm using Ubuntu 24.04 LTS with visual studio code insiders
steps to reprodu…
-
**Describe the bug**
Pinned dependencies checks for the nuget/.Net ecosystem checks for commands of form:
"dotnet resotre"/"nuget restore" only to validate if the lockfile or central-package-manag…
-
Hello @ravibpatel
I have created a new C# project and used ILRepack.Lib.MSBuild.Task.2.0.18.1 and added below code in my project .csproj file and it works absolutely fine, but when I add earlyboun…