Felix Deimel

Results 89 comments of Felix Deimel

@dafyre Many thx for the changes. There are still two things that I'd like to see adjusted: 1. Please add a (short) description (on the main page of the Dynamic...

@dafyre Yes, that makes sense. I'd suggest the following additional changes: 1. Replace all occurrences (in Folder name, File name, description, notes, etc.) of "vCenter" with either "VMware" or "VMware...

@dafyre Many thx! Just merged it!

As expected, this is a supported scenario in Preview 6: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-6/ So we can test this now.

Unfortunately it looks like NativeAOT support for iOS in .NET 8 Preview 6 is currently limited to app projects and classlibs are not supported. @filipnavara is that correct? The current...

Building for ios-arm64 works now with some workarounds in the csproj: - `PublishAotUsingRuntimePack` needs to be set to `true` (This is [actually documented](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-6/)) - `_IsAppleMobileLibraryMode` needs to be set to...

@MichalStrehovsky Many thx for the info! I'll get to Android part once I'm happy with the way things work for Apple targets.

https://github.com/dotnet/runtime/pull/93658 will add _proper_ iOS library support to .NET. Once that lands, we should remove the various workarounds that are in place today.

There's hope for visionOS support: https://github.com/dotnet/runtime/issues/87929