Suiram1
Not found 404 at await fetch
The list should be currently available under /api/API/availableListings as i_umarov mentiont. The reason for this is that the [controller] inside the route attributes adds the name of the controller without the controller suffix.
6 replies
How to target .net standard in visual studio
Some .NET projects types like console or class libarary have in Visual Studio two different templates. For example you have Console-App and Console-App (.NET Framework). I think you selected the .NET framework varient which only has .NET Framework versions. The newer .NET versions und also .NET Standart versions are available in the other template.
5 replies
System.NullReferenceException
i am not familiar with Discord.Net so i think it is better when look here https://github.com/discord-net/Discord.Net/tree/dev/docs how you have to use the lib.
29 replies
System.NullReferenceException
here https://github.com/discord-net/Discord.Net/blob/dev/src/Discord.Net.Commands/ModuleBase.cs in line 45 is the ReplyAsync method defined and internal it calls a method of the type paramter from ModuleBase
29 replies
System.NullReferenceException
Mostly have packages a GitHub repository. For Discord.Net is it here https://github.com/discord-net/Discord.Net
29 replies
✅ Listview color
You could create a data template in whose style you put a DataTrigger bound to a bool of the data type to be displayed, with which you can evaluate whether the background or any other property of the list item should be different than normal
11 replies