oke
Trying to setup SQLite with EntityFramework (Discord Bot /w DSharpPlus)
I'm trying to setup SQLite for my discord bot, and to start the DB file, I tried using this command
LloydContext
is my class that inherits DbContext
. However, this command just builds my bot then runs it then gives an exception saying it cant find my service.
13 replies
Where can I find a working library for making a LLVM compiler?
I found this library (https://github.com/dotnet/LLVMSharp) that provides extern references for the LLVM lib, but it doesn't work and seems to be abandoned.
Does anyone know of other C# libraries that would help with making an LLVM compiler? Even better if it natively supports Antlr ASTs.
Thanks
2 replies
Drag-And-Drop Environment Like NeetCode Roadmap or Scratch
I'm incredibly new to WPF.
I'm trying to make an app with WPF .NET Core, and want to make an "environment" in the bottom right section of a grid. The items are just boxes that look neat and will hold text information, maybe even an icon or two.
At this stage in development, I'm aiming for a functioning app before I get into snapping on all four sides to create larger blocks and such. But this is tricky being so new to WPF as I don't know what to do.
Is there an element that's already available to create this? Or would I need to create all elements on my own?
Thanks
~~~
I found this repo for an actual Scratch clone, but with WPF: https://github.com/weihuajiang/WPF-Blockly
it's just that it is an actual code maker. I'm going to go through it and see if there's anything I can use.
22 replies