Omair Majid
Omair Majid
Test program to reproduce the issue: ```c# using System; using System.Threading.Tasks; namespace HelloWorld { class Program { static async Task Main(string[] args) { } } } ``` aCute doesn't even...
> These templates were the main driver for us to include nodejs in our images. I thought the reason we were doing this is that the users were likely to...
Fedora 36 still seems to have an old enough version of mu4e, but Fedora 37 (which I am using these days) has mu4e 1.8.x, which is recent enough that this...
Speaking as a Fedora packager, .NET packages that were part of Fedora 35 itself (eg, .NET 6.0) will stop getting updates, but will still be available, just like all other...
> It's also interesting to hear, that .NET 7 was not build in Fedora yet, since https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md#linux is stating that it supports Fedora 33+. Is this due to some backwards...
@adegeo I am not sure. How do you folks normally handle EOLs? How would you handle Windows 7 going EOL or Debian 10 going EOL? The table at https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md#linux reflect's...
I made a change at https://github.com/dotnet/docs/pull/33551 to address this too, let me know if that looks sensible.
Please take a look at https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup What OS/Linux distro are you running?
We are trying to fix our docs to warn people about snap being mostly broken for dotnet tools: https://github.com/dotnet/docs/pull/31045
> Just a note, Fedora 40 just landed! Is 8.0 available for it now? If you are looking for Fedora-maintained packages (ie, maintained by the Fedora .NET SIG, as opposed...