Andy Gocke

Results 208 comments of Andy Gocke

If you can grab an MSBuild binlog, that might tell you more about what's happening -- I agree that signing the apphost should not be happening with _EnableMacOSCodeSign set, and...

Good catch -- maybe that's possible. @VSadov could you take a look?

# NativeAOT Update We previously announced that we're [moving the NativeAOT project](https://github.com/dotnet/runtime/issues/61231) out of experimental status and into mainline development in .NET 7. Over the past few months we've been...

# NativeAOT Update In the [.NET 7 Preview 2 blog post](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-2/#nativeaot-update), we announced that the NativeAOT project has been moved out of experimental status and into mainline development in .NET...

An interesting question -- it does demonstrate that we're shipping programs using NativeAOT, but crossgen is also effectively private surface area, so I'm not sure if it would be helpful...

@Perksey Note that the end result of Rich's proposal is still to almost always have an apphost. If apps are RID-specific by default, and RID-specific apps have an apphost by...

# Trimming and NativeAOT Breaking Change ## All assemblies trimmed by default To better align with user expectations and produce smaller and more efficient apps, trimming now trims all assemblies...

@John0King FYI, Rust's support for Windows 7 is limited to community contributions. There is no CI coverage. https://doc.rust-lang.org/nightly/rustc/platform-support.html#windows-support

This is really cool! If you want to verify that your app is safe for AOT and trimming, the linker can produce trim warnings whenever there is code that is...

Yup, I'll just speak for myself here since I don't know exactly what the flexibility around JSON source generation is: serde-dn operates fundamentally around a series of interfaces that ensure...