Miriam España Acebal

Results 5 comments of Miriam España Acebal

Hi! Let's go with the Ubuntu commands: 1. https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu _Install the sdk_ `sudo apt-get install dotnet6` or `sudo apt-get install dotnet-sdk-6.0` _Install the runtime_ - For ASP.NET Core Runtime `sudo...

> Should we add these to https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-mixup ? A set of modifications for the page was here too: https://github.com/dotnet/docs/issues/30457#issuecomment-1209280875

Hi @sakno, unfortunately, 6.0.4xx cannot be built from source for Ubuntu (nor for Linux distros in general) because it's not supported: - https://github.com/dotnet/source-build#support - https://bugs.launchpad.net/ubuntu/+source/dotnet6/+bug/1984451/comments/4

> cc @dotnet/distro-maintainers > > @omajid or @mirespace, Would you be able to help out with verifying this change in a source-build context? It'd be nice to get confirmation that...

Hi, After talking to the maintainer of Email::MIME, I understand that this PR could be unnecessary from a security point of view, but I was happy to see progress in...