Rich Lander
Rich Lander
Update to the current samples repo. The old samples repro will be deleted. See: https://github.com/dotnet/dotnet-docker/issues/4755 FYI on other breaking changes: https://github.com/dotnet/dotnet-docker/discussions/4764
It is unclear to me that there is any value in including these 3 bytes. I wrote a quick program to demonstrate this: ```csharp FileStream file = File.Open(args[0], FileMode.Open,FileAccess.Read); for...
The `Microsoft.NET.Test.Sdk` PackageReference is a pain w/o obvious value. Presumably, everyone wants to have the matching PackageReference for their .NET SDK and/or VS version. That's not the default experience due...
Update to the current .NET samples repo. The old samples repro will be deleted. See: https://github.com/dotnet/dotnet-docker/issues/4755 FYI on other breaking changes: https://github.com/dotnet/dotnet-docker/discussions/4764
Update to the current .NET samples repo. The old samples repro will be deleted. See: https://github.com/dotnet/dotnet-docker/issues/4755 FYI on other breaking changes: https://github.com/dotnet/dotnet-docker/discussions/4764
We (.NET Team) are interested in producing Alpine distroless container images. We'd only want to do that based on official instructions. We've talked to @kaniini about that in the past....
I was unable to figure out how to enable command line args using this page: https://code.visualstudio.com/docs/csharp/debugger-settings I asked Bing Copilot and it gave me the answer I wanted with copy/paste...
I'm getting a bunch of this error. Just started today. ```bash Breakpoint warning: No executable code of the debugger’s target code type is associated with this line. Possible causes include:...
Update to the current .NET samples repo. The old samples repro will be deleted. See: https://github.com/dotnet/dotnet-docker/issues/4755 FYI on other breaking changes: https://github.com/dotnet/dotnet-docker/discussions/4764
This plan is intended to: - Freeze the RID graph. - Adopt stable RIDs (no version numbers). - Limit `runtimes.json` to being used by NuGet only (by default). - Hosts...