Bubba
Explore posts from serversIssue installing NUnit
Hello, I have been trying to install NUnit to add unit tests to my main project. To do so, I created a new project on Rider. The file structure is the following:
\
\MainProject.sln
\MainProject.csproj
\TestProject\TestProject.csproj
MainProject.csproj:
25 replies
Async issue
Hi! I'm trying to perform an http get request in a graphical element of the Eto library. Thing is, my whole program freezes until the response is received and I'm unsure why.
The call is performed inside the Task.Run, did I do something wrong?
58 replies
✅ Use Sqlite in a C# project
Hello, I'm trying to use Sqlite for the first time but I'm getting the following error when creating a connection.
I installed the packages SQLite and System.Data.SQLite.Core using NuGet. Any idea? (Not sure if it's important but i'm on apple silicon)
3 replies
DIAdiscord.js - Imagine an app
•Created by Bubba on 8/2/2023 in #djs-questions
Issue with the implementation of a custom TextInput class
Hello,
I'm trying to implement the following class in order to create a TextInputBuilder without having to use setPlaceholder, setCustomId, etc when creating a new object
However I'm receiving the following error:
Any idea?
3 replies