How to set up a .Net development environment on a Mac

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 72

  • @dustingarner4620
    @dustingarner4620 9 месяцев назад +2

    I had been having trouble getting Unity autocomplete to work and this helped a lot. Thank you!

  • @kattiacontreras5032
    @kattiacontreras5032 9 месяцев назад +5

    Thank you for making this video. I'm a college student and it has been a nightmare for to to find videos for mac

  • @jeremywowiling9269
    @jeremywowiling9269 3 месяца назад

    It works, thank you for making this video, i am new user macbook and its help a lot

  • @RobertoDeMontecarlo
    @RobertoDeMontecarlo 6 месяцев назад

    Now I can continue my work on my m1 when I have access to my windows boxes.... Thanks man! New subscriber here!

  • @sergiockdful
    @sergiockdful 9 месяцев назад +1

    A simple and great video.

    • @lukeconner
      @lukeconner  9 месяцев назад

      They've done a lot of work, it's surprisingly easy to just write C# on a mac now.

  • @abdulrashgadu8325
    @abdulrashgadu8325 8 месяцев назад

    good video, worked pretty well. But I've been having issues creating migration for Mysql database on Mac. I'd love a video on setting up database, using it in .NET and everything between

    • @lukeconner
      @lukeconner  8 месяцев назад

      I'll see what I can do

  • @awjv883
    @awjv883 4 месяца назад

    Thank you for making this video , what is the alternative to MS SqlServer on Macos?

    • @brenomb8679
      @brenomb8679 3 месяца назад

      I used this video to make SQL server work on my mac: ruclips.net/video/co6TkSzc0s8/видео.html

  • @Paps526
    @Paps526 Год назад +3

    Hope microsoft is working on real Visual Studio for mac, only thing I need to move on mac

    • @lukeconner
      @lukeconner  Год назад

      Rider. I know it costs money, but it’s so nice

    • @InsertFX
      @InsertFX Год назад

      @@lukeconner well, I'm still studying and I have the pro version through Education Github! and I still have 3 years to finish my degree lol

  • @YawarSohail
    @YawarSohail 6 месяцев назад +1

    just what I want. Now MS depricated visual studio for mac. Had to use VS code so needed project template commands. Thanks.

    • @lukeconner
      @lukeconner  6 месяцев назад

      I would use VS Code on a Mac any day over visual studio for Mac. Not even close. You should give Rider a try. It’s not free, but I really like using it

  • @brawlboy1382
    @brawlboy1382 6 месяцев назад

    Firstly, thank you for the video it helped me a lot. Secondly, I ran into some errors and I can't find a solution anywhere. I am running on vsc, when I run it does print hello world, but when I write something like
    "using consolelatest" it gives me this: "The type or namespace name 'consolelatest' could not be found"
    or
    "using Microsoft.AspNetCore.Mvc" gives me: "The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)"

    • @lukeconner
      @lukeconner  6 месяцев назад +1

      So think about it this way. Your page of code only knows what's on that page. If you want it to know about something not on that page you use a using statement. For instance, you may need to work with JSON, and you have a using System.Text.Json; That let's the page know I'm going to be calling some json commands, and that's where you can find them. The using statement you're using is not needed. The error is saying, you're telling me to look for this thing and I have no idea what you're talking about. So just leave that off.

  • @aguafria9565
    @aguafria9565 11 месяцев назад

    I wish MS site would just list the brew command, I came here after trying to mess around with the file download, and path export not even working. Brew worked straight away

  • @HarpreetSingh-br2ix
    @HarpreetSingh-br2ix Месяц назад

    I have tried twice to do .net core development using Mac but I just gave up. It becomes a lot of hassle in the end. If you are into .net core just go with windows.

  • @mdmasudurrahman4245
    @mdmasudurrahman4245 2 месяца назад +1

    brew command not found (:
    what will be the solution...

    • @Ayoutubeaccount3
      @Ayoutubeaccount3 24 дня назад

      have you got brew installed? its a packet manager and its not installed by default

  • @Anton-dl7me
    @Anton-dl7me Год назад

    I gave up with M1 mac and azure projects. Both Rider and VS mac won't start it :( It is compiled but not debugged

  • @urushadze
    @urushadze Год назад +2

    Great video! deserve more subs and views

  • @foxy_robin
    @foxy_robin 6 месяцев назад

    7:48 bottom left ".NET SDK 7... is not fully supported in Rider". Has this been an issue for you?

    • @lukeconner
      @lukeconner  6 месяцев назад

      At this point it should be, I’m currently using .net 8. You may need to update Rider.

  • @TomActiveCruise
    @TomActiveCruise Год назад +1

    @Luke,
    great video, thanks
    Now, how do i work with database on mac, say MySQL and i'm using Mac M1, how do I go about that? please

    • @lukeconner
      @lukeconner  Год назад +1

      I use SQLPro Studio, specifically the version that supports all the different types of databases. sqlpro.onfastspring.com For MySQL specifically the official MySQL workbench actually works pretty well.

    • @lukeconner
      @lukeconner  Год назад +1

      Another great option is dbeaver.io It also supports MySQL and most of the other popular database types.

    • @TomActiveCruise
      @TomActiveCruise Год назад

      Wow! I’m glad i came across ur channel and even managed to comment cuz I barely do that.
      Such a fast response
      Thanks

    • @TomActiveCruise
      @TomActiveCruise Год назад

      They are all not free tho,
      One more question before I purchase it,
      Will I have exactly the same MySQL experience without missing windows? Or is there any way i can use trial first before subscribing, do you have any video where u used it to build something? Thanks

    • @lukeconner
      @lukeconner  Год назад

      @@TomActiveCruise it has a trial version

  • @mrbrit6746
    @mrbrit6746 Год назад

    I don't have Homebrew, if I download the SDK from Microsoft, do I need the ARM64 version or the x64? This is for a MacBook Air M1

  • @silencesilence5921
    @silencesilence5921 Год назад +1

    I have such a mistake like "command not found brew", what should I do?

    • @lukeconner
      @lukeconner  Год назад

      Look up, how to install homebrew. That’s a separate program

  • @adityabelludi5917
    @adityabelludi5917 6 месяцев назад

    I'm not able to deploy the application locally as my application uses .net framework 7
    how do I actually deploy the applications locally in mac in this scenario

    • @lukeconner
      @lukeconner  6 месяцев назад

      Which IDE are you using? And do you mean run locally to debug or actually deploy?

  • @duartelucas5746
    @duartelucas5746 Год назад

    Thank you very much!

  • @HidayetArgandabi
    @HidayetArgandabi Год назад

    Perfect video

  • @Raj_Vishwa1
    @Raj_Vishwa1 Год назад

    can we create Windows Forms App in VS 2022 on Mac..?? i installed VS 2022 but not showing Windows Forms App

  • @aljosha23
    @aljosha23 8 месяцев назад

    In mu case I don't get vscode and bin folders on the left side. Any idea?

    • @lukeconner
      @lukeconner  8 месяцев назад

      Do you see the icons on the left? If you have the folders area open, and you click the folders icon it will collapse. Click it again to open it.

    • @aljosha23
      @aljosha23 8 месяцев назад

      @@lukeconner Hi Luke, thank you for the reply. I tried to attach a printscreen link but yt deleted it. Probably thinking it's a spam.
      So, on the left side (Explorer tab) I have
      >bin
      >obj
      consoletest.csproj
      consoletest.sln
      Program.cs
      bin folder just appeared right after my initial comment, but vscode is still missing.
      Thank you for your assistance in advance.

  • @ThiagoFerreira-ye5dj
    @ThiagoFerreira-ye5dj Год назад

    Thanks for help

  • @A2d2d56
    @A2d2d56 Год назад

    Hola como puedo tener dos instancias de rider en mac para trabajar con un servicio api rest y poder consumirlo desde otra aplicación en c#?, solo me deja habría una ventana de rider a la ves

  • @Ugandan_key
    @Ugandan_key 9 месяцев назад

    Is there a way to create Web Forms with macOS?

    • @lukeconner
      @lukeconner  9 месяцев назад

      Unfortunately no, only .net core on Mac, and Web Forms are part of .net 4

    • @Ugandan_key
      @Ugandan_key 9 месяцев назад

      ​@@lukeconnerunderstood, my teacher assigned us a very basic project in Web Forms, I hope he doesn't mind if I do it using Blazor Server instead. Thanks for the help!

  • @DiddleDangle
    @DiddleDangle Год назад +3

    Waiting for Apple Silicone so I can upgrade my girlfriend's front-end.

  • @aguluman
    @aguluman Год назад

    Jetbrains rider to the world

  • @emreerdogan3817
    @emreerdogan3817 Год назад

    cd: no such file or directory: dev (that's the problem, help me, please)

    • @lukeconner
      @lukeconner  Год назад

      dev is the name of the folder I had on my computer. You wouldn't use the name of the folder you are working in.

    • @emreerdogan3817
      @emreerdogan3817 Год назад

      @@lukeconner i understood that part and i succeeded, but i failed in the following sections

    • @lukeconner
      @lukeconner  Год назад

      @@emreerdogan3817 Where is it failing?

  • @nikograd
    @nikograd Год назад

    POV: you came from openbve

  • @nayanrawat9158
    @nayanrawat9158 Год назад

    I cannot find this ext

  • @vishals50
    @vishals50 2 месяца назад

    Now in 2024 MS stopped shipping VS for Mac and VScode continue to become more sh***r day over day. :(

  • @danielkovachev548
    @danielkovachev548 Год назад

    I love you bro