Beau Gosse

Results 5 comments of Beau Gosse

@ashishdhingra it looks like Microsoft is removing support for `dotnet store` all together. Do we have a plan to keep functionality with .NET Lambda Layers some other way?

@controdave There are 2 workarounds for publishing a layer still, do either of these help for now? > Either removing the --enable-package-optimization true or downgrading to .NET 5 fixes the...

Thanks for opening this issue! I tried to reproduce it but couldn't. I was using .NET 7.0.100-preview.7.22377.5 on Ubuntu 22.04. Could you run `dotnet --version` and let me know what...

Thank you so much for all the details and again for opening this issue! It seems like a breaking change to trimming caused this issue. It may be [this one](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-7/#trimming-and-nativeaot-all-assemblies-trimmed-by-default),...

It seems like the bootstrap assembly is the only one actually needed in the rd.xml file, and with only that we can reduce the binary back down to 14Mb. Also,...