It's been a while since I've published a brand new NuGet package. I made this TOON tokenizer primarily for my own use in a Visual Studio extension.
nuget.org/packages/ToonToken…
How can I consume private GitHub Packages (NuGet feed) from a single‑file .NET app using dotnet run myfile.cs?
Public packages from nuget restore fine in single‑file mode, but when I reference a private package hosted on GitHub Packages, the auto‑generated .csproj fails
@dotnet
authentication errors (401/403). I already have a nuget.config at the repo root with the correct feed URL and NUGET_AUTH_TOKEN wired to secrets.GITHUB_TOKEN.
Is there any supported way to make single‑file dotnet run honor nuget.config for private feeds?
@dotnet
New post: how to run C# without a project file in .NET 10. A simple way to write and execute a single .cs file without any setup. deepumi.com/blog/running-csh…#dotnet
We shipped a new version of Testcontainers for .NET yesterday! Really proud of the last two releases. They include some great new features along with lots of performance and stability improvements. Big thanks to all the contributors: github.com/testcontainers/te….
Just installed Visual Studio 2026 and keep getting hit with “Feature 'Document highlights' is currently unavailable due to an internal error.” Pops up 5–6 times on launch. Anyone else seeing this?
#VisualStudio2026#visualstudio
Data structure and Algorithm questions are one of the most complex you can have in an interview.
The good news is that you can estimate the order of many basic algorithms using common sense.
These are the 6 rules I use.
1 of 7