Compile for i mac os

How do i compile my avalonia app for mac os. the docs are really confusing for me to understand. I am using c# 7 on vs 2022 windows 11
9 Replies
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
TheSillyDoggo
TheSillyDoggo8mo ago
? wat
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
TheSillyDoggo
TheSillyDoggo8mo ago
I don't understand it I just want to compile for apple os without an apple laptop cuz I don't have one
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
TheSillyDoggo
TheSillyDoggo8mo ago
Ctrl + B in visual studio
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
TheSillyDoggo
TheSillyDoggo8mo ago
ok
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
Im trying to open another program but my code isn't workingI made a login system. If login info is correct another program will open if its not it will tell wrCorrect environments handling (appSettings.json)We are using azure DevOps and I wondered what's the best way to handle environments. Option 1: keep Can someone explain how I use MQTTnet and how MQTT in general works?MQTTnet: https://github.com/dotnet/MQTTnet Help would be really appreciated, thank you :)Can't call C++ function in Unity through mono_add_internal_call, with a MissingMethodExceptionthis is my question detail on stackoverflow: https://stackoverflow.com/questions/77478866/how-to-useIssues deserializing data using System.Text.Json when object fields are not known at runtime.I have a bit of an interesting problem deserializing from an external API using System.Text.Json. OnCan someone explain to me how this works``` public bool EliminarClienteXML(BE_Cliente cliente) { acceso = new DatosXML()Can't delete image cuz my own program is using it??You may know this exception error: can't delete the file because another process is using it, can an✅ Converting Time???```cs internal string CheckTimeFormat(string input, string message) { string format = @"hh\:mm\:✅ Reading Time Stamps From Database and Summing Time c#so I'm reading time stamps from a database, and I need to sum the total time ```cs // database file ✅ XUnit, ParallelTests, and HtmlReport (ExtentReports)What's a good way to run ParallelTests with Xunit and ExtentReport (or other) ? My problem is that