JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
268 stars 10 forks source link

'MauiAppBuilder' does not contain a definition for 'UseHotReload' #84

Closed sindrevr closed 7 months ago

sindrevr commented 7 months ago

Hi,

I am running VSCode Version: 1.87.0 on my Macbook. Dotnet: 8.0.201, followed the instructions but I am unable to add .UseHotReload to my MauiProgram.cs. Any tips? Screenshot attached.

Skjermbilde 2024-03-08 kl  22 38 00
sindrevr commented 7 months ago

Nevermind, used the wrong syntax... builder.UseHotReload instead of EnableHotReload :-) builder.EnableHotReload();