Matt Thalman
Matt Thalman
@danmosemsft - There's not yet a theme for this and may not be. It's part of the Engineering Services work. @shawnro can provide more info.
> After skimming [dotnet/runtime#36888 (comment)](https://github.com/dotnet/runtime/issues/36888#issuecomment-633220620), I am wondering how we might go about "full" vs partial dependencies. Which dependencies are listed as required and which are lightup or optional-depending-on-use-case? @omajid...
I've found another source of .NET's native dependencies described in documentation for PowerShell (which is also out-of-date): https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1#dependencies
> Hi, I'm trying to understand why `libobjc.dylib` is included in https://github.com/dotnet/core/blob/main/release-notes/6.0/runtime-deps.json since according to [dotnet/runtime#49555 (comment)](https://github.com/dotnet/runtime/pull/49555#discussion_r708226918), inherent components of the OS aren't listed in that file. Please correct me...
Here's an example of an external system requiring knowledge of .NET dependencies across a wide range of platforms: https://github.com/microsoft/azure-pipelines-agent/blob/76d798f063189671a88f9b9f79d15ec5e9639867/src/Misc/layoutbin/installdependencies.sh
In addition to runtime, SDK scenarios have their own dependencies with [Native AOT compilation](https://docs.microsoft.com/dotnet/core/deploying/native-aot).
> Are the back versions of .NET SDK being added or only the latest ones? I know some projects I've worked on have strict global.json files that prevent using newer...
The intention is to not remove any versions going forward. This was a breaking change to just get us to a stable and consistent point.
We don't produce official .NET Docker images for Fedora so I've crossed out the related tasks for that.
> On similar note, Fedora 32 is out of support if I read it correctly: https://fedoraproject.org/wiki/Releases > Should we stop building old containers @mthalman? Related to https://github.com/dotnet/core/issues/6431. There needs to...