Skip to content

System.Type.GUID is empty on Android #99459

@M0n7y5

Description

@M0n7y5

Description

On Windows
F1k99tEpDe

On Android (Android 14 API 34)
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions