home.social

#csharpdevkit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #csharpdevkit, aggregated by home.social.

  1. #VSCode is useless.

    #CSharp DevKit doesn't support passing debug CLI arguments.
    When using #DotNet CoreCLR launch tasks, I need to create a build tasks.json-entry for each debug target.
    This is stupid.
    Why can't the #CSharpDevKit support custom launch args?
    Why are issues from 2017 still open, requesting the ability to pass build-args to preLaunchTask?

    #Microsoft

  2. **NuGet is now in C# Dev Kit**
    The April release now includes an initial set of NuGet tooling features, as detailed in this blog post.

    devblogs.microsoft.com/dotnet/

    #nuget #dotnet #csharpdevkit

  3. Today I noticed that Visual Studio successfully uses source files from SourceLink, but VS Code (with the new C# Dev Kit) does not.

    I wonder why. Anybody know?

    #dotnet #csharp #csharpDevKit #SourceLink

  4. Can I install #VSCode and #CSharpDevKit on a USB stick and then debug a .NET app from there on any machine? #dotnetconf #dotnetconf2023

  5. Does anybody know if you can debug .NET Framework code in VS Code on Windows?

    I currently use the "coreclr" and "mono" launch types in launch.json to debug .NET and Mono on non-Windows machines. Is there an equivalent launch type for .NET Framework on Windows?

    I'm guessing no, since this is the drop-down I see when I click "Run and Debug" on a console project targeting net472.

    #dotnet #vscode #csharp #csharpDevKit

  6. I already have a launch.json with all my configured entry points, so what is this one random entry? How do I make the C# Dev Kit stop offering this?

    #dotnet #csharp #csharpDevKit