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)
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
My spawning in script is not working and I am unsure as to why this is happening
How my spawning in script should work is there is a large cube (250 by 250 by 250) and it has a box collider with the trigger enabled. Each mob has a value which is their health/10. My goal is to make...
Arnice123
Votes: 0
Answers: 1
RegisterViewWithRegion throws System.NullReferenceException for a View
I created a Prism WPF application and I tried to split it into modules. This is my MainWindow:
<Window x:Class="MyProject.WPF.Views.MainWindow"
xmlns="http://schemas.microsof...
Anno
Votes: 0
Answers: 1
'Object reference not set to an instance of an object.' when using an array C#
I have created a class in this way:
public class patenta
{
private string[] diseases;
public string[] Diseases
{
get;
set;
}
}
In my main p...
miisterichka
Votes: 0
Answers: 0