Skip to content
  • VS Git

    The Lounge help question csharp visual-studio wpf
    4
    0 Votes
    4 Posts
    0 Views
    J
    Kevin Marois wrote: I added 4 previously existing projects, which all have their own repos, to the solution. If you change two files in two of those repos how are you going to handle checkins? How are you going to insure that if you need to rebuild a delivered laydown (one or more binaries) that you will be able to reliably reproduce the original binary? Kevin Marois wrote: What am I doing wrong here? Not managing Git as intended? A git repo is a deliverable. So your new project should be using 4 deliverables not 4 repos. Each repo should be independently worked and then a binary is released. With a version number. Your project uses the binary and specifies it via the version number. In contrast there are other version control systems that allows one to manage deliverables from one single location. You can, for example, independently label parts of those any way you want. And then combine into another deliverable either by combining labels or just take the tip of everything. You can even label individual files. But other than that as others have mentioned you need a new repo.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Myopia, or why I can't C#

    The Lounge debugging csharp c++ visual-studio json
    17
    0 Votes
    17 Posts
    1 Views
    E
    I have a general gripe with Visual Studio where you need a separate project per main(). I tend to code each entry point as a separate class in a DLL project with a myMain(). I have one Console app that just calls into the correct class. This also allows you to UnitTest the separate classes.
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: Not a single new icon. I feel cheated. Do not worry, they will surely have broken something inserting some unneded AI in other side... :laugh: :laugh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: What? No new AI features? They were suffering abstinence from icons, they had to go back at least for this update. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: There must be someone with a Land Rover that's already using the name RustRover? I had such an issue, but it was with a Ford Ka :laugh: :laugh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    3 Posts
    0 Views
    D
    "Everything you want, nothing you need." Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • 0 Votes
    5 Posts
    0 Views
    C
    I suspect there is no way to prevent this virus. Remember, these are the same bozos that gave us advertisements in the Windows start menu. Do I really want an AI copilot phoning home as I develop? Using GitHub started as a good idea. MS bought it. Hmm, why would that be? Maybe data farming? Nah I'm jaded. Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.
  • 0 Votes
    18 Posts
    4 Views
    H
    That's what I was hoping. As I told Daniel my primary interest is in code synthesis, so I'd be working with well defined processes for generating the code, but looking to generate it in a more refined manner. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    3 Posts
    0 Views
    K
    Not using Copilot but using similar, but free, Codeium. I find it more useful than not. Kevin
  • 0 Votes
    11 Posts
    25 Views
    C
    You are welcome. "In testa che avete, Signor di Ceprano?" -- Rigoletto
  • 0 Votes
    6 Posts
    38 Views
    M
    Restart Visual Studio and Your Computer - Sometimes, simply restarting Visual Studio or your computer can clear up temporary issues. Run Visual Studio as Administrator - Right-click on the Visual Studio shortcut and select "Run as administrator." This can help if there are permission issues. Check for Updates - Ensure that you are using the latest version of Visual Studio 2022. Go to **Help > Check for Updates**. Disable Extensions - Some Visual Studio extensions can interfere with functionality. Try disabling any non-essential extensions: - Go to **Extensions > Manage Extensions** and disable them temporarily. Repair Visual Studio - If nothing else works, consider repairing your Visual Studio installation: - Go to **Control Panel > Programs and Features**, find Visual Studio, and select the **Repair** option. Check Windows Services - Ensure that the required Windows services are running: - Press `Win + R`, type `services.msc`, and press Enter. - Look for "Visual Studio Hosting Process" and make sure it's running. Restart it if necessary. Clear User Data - Clear Visual Studio user data: - Close Visual Studio. - Open a command prompt and run: ```bash devenv /resetuserdata ``` - Note that this will reset your settings and preferences. Check Anti-Virus or Security Software - Sometimes, security software can block certain processes. Try temporarily disabling your anti-virus software to see if it resolves the issue. Check for .NET SDK Issues - Ensure that the correct .NET SDKs are installed. You can verify this in the Visual Studio Installer under the "Individual components" tab. Try a Different User Profile - Create a new Windows user profile and see if the issue persists there. Sometimes user profile issues can cause unexpected behavior in applications. navicosoft.com navicosoft.com.au navicosoft.co.uk
  • 0 Votes
    4 Posts
    0 Views
    M
    Meh. It's just code. I guess the real point is that the size of the display they use for presentations keeps getting bigger and bigger. The bigger, the more important? (And I'm specifically omitting the obvious comment about size.) Latest Articles: A Lightweight Thread Safe In-Memory Keyed Generic Cache Collection Service A Dynamic Where Implementation for Entity Framework
  • GitHub website question

    The Lounge visual-studio design question csharp com
    3
    0 Votes
    3 Posts
    0 Views
    M
    Have you tried on the main repository page pressing the period key? "." It will open up a VSCode browser instance. Once that comes up if you go into the run/debug icon there is a button to continue which will ask if you want to clone the repo and open it in desktop VSCode. I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.
  • 0 Votes
    3 Posts
    0 Views
    D
    Or maybe 'fuckMeIWishICouldFigureOutAGoodNameFormThis' Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • 0 Votes
    2 Posts
    0 Views
    N
    The question is... are those "improvements" in the way they are described in the dictionary or in the way they are described in the windows marketing handbook? M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    29 Posts
    10 Views
    D
    Brian C Hart wrote: In my mind, the Drake equation is just an hypothesis. It's not meant to be a description of the way the Universe actually works. Sure, it's little more than a thought experiment, that lets you play around plugging in wildly varying numbers and see how they affect the outcome. Garbage in, garbage out.
  • Foolish me!

    The Lounge visual-studio python sysadmin hardware json
    12
    0 Votes
    12 Posts
    0 Views
    D
    I've been avoiding Windows client OSes (11/10/8.x/7/go back as far as you want) and stick with Windows Server just for that purpose. After all, a server OS should never reboot on its own, no matter the circumstances. Well, Microsoft has proven me wrong on more than one occasion. I've posted about it here in the lounge. Then some people had the audacity of blaming me for giving the okay to install updates but then let it wait for my approval for the actual reboot. I've always done this in prior decades. At some point that behavior, even on server OSes, has changed.
  • 0 Votes
    5 Posts
    7 Views
    S
    I guess it depends on how many multi-part we're talking. Five parts is OK. I'd say that's a good and reasonable maximum. Otherwise huge article is totally appropriate. Members even seem to like it. Thanks, Sean Ewington CodeProject
  • MS Changes Things In VS AGAIN!

    The Lounge visual-studio help question
    24
    0 Votes
    24 Posts
    3 Views
    K
    Well said In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.