Blaze987
Blaze987
CC#
Created by Blaze987 on 6/20/2023 in #help
❔ Missing assembly reference using PackageReference
This was the solution to this along with using the most up to date MSbuild on my system.
4 replies
CC#
Created by Blaze987 on 6/20/2023 in #help
❔ Missing assembly reference using PackageReference
4 replies
CC#
Created by Wizard on 6/19/2023 in #help
❔ Output error when user missing .NET runtime
I think you're looking for a setup.exe / MSI installer. There's a bunch of ways to build those alongside your project. As for crossplatform compatibility, there's a reason sites have multiple download links 1 for each OS. They all need the correct runtimes and dependencies to be installed. You'd need to create a separate setup project to create all of these if that's something you want to support.
18 replies
CC#
Created by sane on 6/19/2023 in #help
❔ Trying to make an app using rust
I've heard a good stack is yew for front end and actix for backend.
11 replies