this post was submitted on 05 Apr 2024
4 points (100.0% liked)

.NET MAUI

113 readers
2 users here now

founded 10 months ago
MODERATORS
 

I had this line randomly appear in my csproj git changes...

I didn't put it there myself, unless by accidentally clicking something. Maybe it got put there automatically (like when you update nuget and it automatically updates the csproj)?

I don't use XAML, nor hot reload, nor did I add any extensions, so I'm not sure why it appeared. I Googled for it and couldn't really find anything about it. I don't know if it's safe to just delete it or if it needs to be there now?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago (1 children)

I guess sometimes extensions think settings like that should be project level. Maybe it's because they don't want you to accidentally disable that for all your projects 🤷‍♂️

[–] SmartmanApps 1 points 6 months ago

Maybe it’s because they don’t want you to accidentally disable that

Except that's maybe exactly what I did. 😂Still not sure what caused it to appear. But yeah I guess I have more visibility of it if it's in a specific project.