Rich Lander

Results 455 comments of Rich Lander

@Tratcher was proposing that `ASPNETCORE_URLS` would win. That makes sense to me since it is more capable/descriptive.

When you make this change, can you update the .NET 7 release notes @sbomer? https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md#libc-compatibility

Plan for .NET 8: https://github.com/dotnet/core/issues/8133#issuecomment-1432611595

That is interesting. We've been targeting Alpine since (perhaps naively so) we thought that the only folks using .NET with musl were Alpine users. We're definitely open to adopting a...

Was just updating tailscale. They have a quite nice experience. ```bash rich@kamloops:~$ sudo tailscale update Password: This will update Tailscale from 1.56.1 to 1.62.0. Continue? [y/n] y Downloading "https://pkgs.tailscale.com/stable/tailscale-x86_64-1.62.0-700062000-dsm7.spk" Download...

FYI: Alpine 3.17 has been released! https://twitter.com/alpinelinux/status/1595086419726405636 Note: .NET 7 is built into Alpine 3.17: https://alpinelinux.org/posts/Alpine-3.17.0-released.html

More information -> https://github.com/dotnet/sdk/tree/main/src/Layout/redist/trustedroots

This feature is on its way to shipping to closing this issue.

My understanding is that `prep.sh` exist so that you can copy it and then pull those assets to an offline environment and then build offline. The C# compiler is written...

This happened a long time ago.