You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Info
Package built from staging/AOT branch.
Additional context
RuntimeFeature.IsDynamicCodeCompiled will be set to true if PublishAot is set to true in csproj, regardless of whether the executable is published with NativeAOT or not.
The text was updated successfully, but these errors were encountered:
Yea that is known, I will keep this open to track this until I decide if I want to leave it as is or put in some logic to handle that which in theory isn't really needed as we got type information later on which we use.
Yea that is known, I will keep this open to track this until I decide if I want to leave it as is or put in some logic to handle that which in theory isn't really needed as we got type information later on which we use.
Describe the bug
The below exception occurred in
TypeNameSupport.ResolveGenericType
whenPublishAot
is set totrue
but not running under NativeAOT.To Reproduce
aot
branch of https://github.com/hez2010/WinRTServer/tree/aotExpected behavior
No exception.
Version Info
Package built from staging/AOT branch.
Additional context
RuntimeFeature.IsDynamicCodeCompiled
will be set totrue
ifPublishAot
is set totrue
in csproj, regardless of whether the executable is published with NativeAOT or not.The text was updated successfully, but these errors were encountered: