python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
XML Debugger in VSCode
I have a csproj file that I believe is made for compiling numerous C# programs in the same directory, but I'm having trouble running it as I keep on being asked for a XML debugger. When VSCode asks to...
harrisonlund
Votes: 0
Answers: 2
Unknown Build Error After Switching to .NET framework 4.7.2
Since switching a C# project from .NET framework 4.6.1 to 4.7.2 I get the following build error:
Unknown build error, 'Could not load type 'System.Runtime.CompilerServices.DependencyAttribute' from a...
Markus Wolf
Votes: 0
Answers: 0
Setting MauiSplashScreen tag on MyMauiProject.csproj with a mp4 file throw null exception from Resizetizer/SkiaSharpBitmapTools, looks hardcoded trash
Setting the MauiSplashScreen tag inside my net6.0 MyMauiProject.csproj pointing to a mp4 file makes it throw a null exception from Resizetizer/SkiaSharpBitmapTools. It looks like hardcoded trash from ...
Joe
Votes: 0
Answers: 2
MSBuild Ignore absent <TargetFrameworks> for every .csproj in .sln?
The project that I've cloned locally uses the following dependencies:
<TargetFrameworks>netstandard2.0;MonoAndroid10.0;Xamarin.iOS10;Xamarin.Mac20;netcoreapp3.0;netcoreapp3.1;net40;net45;net46;n...

Ivan Silkin
Votes: 0
Answers: 1