C
C#3mo ago
LeviCoding

✅ PC Terminal and VSCode Terminal

So I mad a chnge in a folder, when i git status, I see the change in the VSCode terminal but when I type git status in powershell terminal in the rpository it says no changes
3 Replies
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Neophyte
Neophyte3mo ago
have you saved the modified file in VS code?
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
Define a Many to Many navigation in EF Core without any Join Table## Restrictions 1. The model is Db First 2. I cannot modify the Db Schema (Im not in charge of it) ✅ GetGlobalApplicationCommandsAsync exceptionThe code in question ```c# IReadOnlyCollection<SocketApplicationCommand> commands = await this.m_DiNotifyIcon fails to appear sometimes when my app starts at user loginMy app: - .NET 7.0 Windows GUI app - uses WPF for some parts of the GUI - uses WinForms for other pa✅ Reducing code to separate UserControls for easier readability Avaloniacode: https://pastebin.com/zEFZNhip I'm wanting to learn how to break some of this screen down intTilemap too smallIm making a top-down game and am using a tilemap to make the map. It is way too small and i would apNon-Nullable field (WPF)Im currently using MVVM and trying to get the viewmodel to work namespace WPFLearning.MVVM.ViewModeDamage system isn't workingThis time I've got a far more precise issue, I'm trying to get this damage system to work however whMy player character is just getting launched into the sky despite not changing anything.I'm working on a project right now that has a ball roll around a map avoiding towers and trying to cVoiceover with Azure (Text-To-Speech)I'm trying to do a voiceover project with Azure. It speaks the entire text I write to the text file IEnumerable<T> (or List<T>, or T[]) to IEnumerable (non-generic, ie. no type param)?Hello, I'm working on some code that takes an `object` that may be either an object `T` itself, or s