-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
area-VM-reflection-monoReflection issues specific to MonoVMReflection issues specific to MonoVM
Milestone
Description
Description
On Android (Android 14 API 34)

I assume this is bug since i was not able to obtain any relevant information about this kind of behavior from the official docs:
https://learn.microsoft.com/en-us/dotnet/api/system.type.guid?view=net-8.0#system-type-guid
Reproduction Steps
Just do run this code on windows and android
var id = typeof(YourCustomType).GUID;Expected behavior
I excpect non empty GUID values
Actual behavior
GUID values are empty on android, possibly on other platforms too
Regression?
no idea
Known Workarounds
nope
Configuration
.Net 8 MAUI Blazor Hybrid
Windows 11 22H2 22621.3155
x64
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-VM-reflection-monoReflection issues specific to MonoVMReflection issues specific to MonoVM
