ggppjj
Explore posts from serversTrying to use .Net 7 SDK in VS2022 17.8 Preview 2
Hello!
I'm incredibly confused, I'm trying to build a .Net7 sdk app in vs2022 17.8 preview 2 and it keeps trying to build it with the .Net 8 preview SDK that apparently is installed by VS2022. I removed the preview SDK standalone from my computer, and ensure the project is targeting .Net 7 explicitly in the properties, but VS2022 keeps trying to compile it with .Net 8 SDK. I think this is an issue stopping me from using the Maui Community MVVM Toolkit.
3 replies
❔ Trigger MediaElement.play() the MVVM way?
I have a button that is bound to a command that I would additionally like to trigger a hidden mediaelement from the community toolkit to play when it is clicked, and my code is (attempting to) follow the MVVM patterns. I have the mediaelement defined in the view, how would I cause a button click to trigger it?
4 replies
Font ligatures in richtextbox?
I'd like to use the Fira Code font in a richtextbox for a project specifically because it has some nice looking optional ligature features, i.e. combining "----" into a single visual line. I am under the impression that for some other projects (notably Notepad++) this was done by enabling DirectWrite, but I have absolutely no clue whether what I'd like to do is possible in C# with Winforms.
4 replies